Skip to main content
Glama
index.ts278 B
import type { ToolDefinition } from "../../types/mcpTool.js"; import { addTool, subtractTool, multiplyTool, divideTool, } from "./arithmetic.js"; // 导出所有工具 export const tools: ToolDefinition[] = [ addTool, subtractTool, multiplyTool, divideTool, ];

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/GHjiejie/mcp-server'

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