swagger cursor rules

12 tagged swagger, measured the same way as everything else here.

Browse within: openapi 11rest-api 6typescript 6api-proxy 5nodejs 5

deno

05

skmtc/skmtc

Cursor rule Cursor

You MUST import @std dependencies from jsr You MUST use latest versions of libraries when adding imports You must use type keyword when importing types.

19 yesterday A 48 tokens original Apache-2.0

project-structure

08

aaydin-tr/swagger-navigator-mcp

Cursor rule Cursor

The Swagger Navigator MCP is a Model Context Protocol server for intelligent discovery and search of Swagger/OpenAPI endpoints.

2 2mo ago A 813 tokens original MIT

testing-standards

09

aaydin-tr/swagger-navigator-mcp

Cursor rule Cursor

Cursor rule "testing-standards" from aaydin-tr/swagger-navigator-mcp, covering testing standards, test structure, coverage requirements, test organization and mocking guidelines.

2 2mo ago A 816 tokens original MIT

aaydin-tr/swagger-navigator-mcp

Cursor rule Cursor

// Good: Typed error handling function loadConfig(): Config { try { // ... loading logic } catch (error) { if (error instanceof yaml.YAMLException) { throw new Error(Invalid YAML in configuration file: ${error.message}); } throw error; } }.

2 2mo ago A 888 tokens original MIT