We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hoklims/stacksfinder-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
http.d.ts•437 B
#!/usr/bin/env node
/**
* HTTP entry point for Smithery hosted deployments.
* Compatible with ChatGPT Developer Mode and other MCP clients.
*/
/**
* Creates a sandbox server for Smithery capability scanning.
* Default export as required by Smithery.
*/
export declare function createSandboxServer(): import("@modelcontextprotocol/sdk/server/mcp.js").McpServer;
export default createSandboxServer;
//# sourceMappingURL=http.d.ts.map