Skip to main content
Glama
worker.d.ts316 B
/** * Wishfinity +W MCP Server - Cloudflare Worker (HTTP Transport) * * This handles the Streamable HTTP transport for remote MCP clients. * Deploy with: wrangler deploy */ declare const _default: { fetch(request: Request): Promise<Response>; }; export default _default; //# sourceMappingURL=worker.d.ts.map

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/leebellon/wishfinity-mcp-plusw'

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