UNPKG

openapi-directory-mcp

Version:

Model Context Protocol server for accessing enhanced triple-source OpenAPI directory (APIs.guru + additional APIs + custom imports)

9 lines 249 B
// Convert ToolDefinition to MCP Tool format export function toMcpTool(toolDef) { return { name: toolDef.name, description: toolDef.description, inputSchema: toolDef.inputSchema, }; } //# sourceMappingURL=types.js.map