aaydin-tr

3 mods across 1 repository, 2 stars between them.

project-structure

01

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

02

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