Skip to main content
Glama

Chain of Draft Thinking

by bsmi021
index.ts615 B
import { createServer } from "./initialize.js"; import { join } from "path"; import { fileURLToPath } from "url"; import { logger } from "./utils/index.js"; import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js"; const __filename = fileURLToPath(import.meta.url); const __dirname = join(fileURLToPath(import.meta.url), '..'); const server = createServer(); const main = async () => { try { const transport = new StdioServerTransport(); await server.connect(transport); } catch (error) { logger.error("Failed to start server:", error); } } main();

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/bsmi021/mcp-chain-of-draft-server'

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