Skip to main content
Glama
index.ts631 B
// OpenAPI module exports export { default as OpenAPIManager } from "./OpenAPIManager.vue"; // OpenAPI components export { default as MCPToolPreview } from "./components/openapi/MCPToolPreview.vue"; // OpenAPI types and interfaces export interface OpenAPISpec { openapi: string; info: { title: string; version: string; description?: string; }; paths: Record<string, any>; components?: any; } export interface MCPTool { name: string; description?: string; inputSchema?: any; } export interface ConversionResult { success: boolean; tools?: MCPTool[]; errors?: string[]; warnings?: string[]; }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zaizaizhao/mcp-swagger-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server