We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bherbruck/mcp-debugger'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
server.d.ts•410 B
/**
* MCP Debug Server
*
* Exposes debugging capabilities as MCP tools for Claude Code.
*/
import { Server } from '@modelcontextprotocol/sdk/server/index.js';
import './adapters/index.js';
/**
* Create and configure the MCP server
*/
export declare function createServer(): Server;
/**
* Start the MCP server
*/
export declare function startServer(): Promise<void>;
//# sourceMappingURL=server.d.ts.map