- parseSpec now tries dereference first, falls back to parse on failure - Shows warning when spec has broken references - Tested with Moravia Symfonie API (293 paths, 381 operations) Co-Authored-By: Claude <noreply@anthropic.com>
- Parse and validate OpenAPI 3.x / Swagger 2.0 specs - Query endpoints by method, path pattern, tag, operationId - Get component schema details - Generate TypeScript interfaces from schemas - Support local files and remote URLs Tools: parse-spec, validate-spec, query-endpoints, get-schema, generate-types Co-Authored-By: Claude <noreply@anthropic.com>