mcp-swagger-parser
Version:
Enterprise-grade OpenAPI/Swagger specification parser for Model Context Protocol (MCP) projects
9 lines • 354 B
TypeScript
/**
* Type definitions for MCP Swagger Parser
*/
export type { ValidationError, ValidationWarning, ValidationResult } from './validation';
export * from './openapi';
export * from './input';
export type { ParsedApiSpec, ParseMetadata, ApiEndpoint, ParseResult, HttpMethod } from './output';
export * from './config';
//# sourceMappingURL=index.d.ts.map