Skip to main content
Glama
smithery.ts520 B
import {McpServer} from "@modelcontextprotocol/sdk/server/mcp.js" import {z} from "zod"; import {server, isLoading} from "./xiaobenyang_mcp_tools"; export const configSchema = z.object({ }) export default function createServer({config,}: { config: z.infer<typeof configSchema> }) { console.log("4444444"); while (!isLoading) { console.log("55555"); setTimeout(() => { console.log('500 毫秒后执行'); }, 500); } console.log("66666"); return server.server; }

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/xiaobenyang-com/mcp_tools_3'

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