Skip to main content
Glama
http.d.ts341 B
/** * Helper to work around missing CORS support in Tendermint (https://github.com/tendermint/tendermint/pull/2800) * * For some reason, fetch does not complain about missing server-side CORS support. */ export declare function http(method: "POST", url: string, headers: Record<string, string> | undefined, request?: any): Promise<any>;

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/MyronKoch-dev/osmosis-mcp-server'

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