01Merges path, query, header parameters, and request body into a single input JSON Schema
02Generates smart tool names, falling back to `method_path` if `operationId` is absent
03Supports various authentication strategies: Bearer, Basic, API Key (header or query), or none
04Supports any OpenAPI 3.0.x / 3.1.x specification via file path or URL
05Automatically applies MCP tool annotations (readOnly, destructive, idempotent hints) based on HTTP methods
065 GitHub stars