We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chug2k/gemini-imagen4'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
transport.d.ts•503 B
import { StreamableHTTPClientTransport } from "@modelcontextprotocol/sdk/client/streamableHttp.js";
import { type SmitheryUrlOptions } from "../shared/config.js";
/**
* Creates a transport to connect to the Smithery server
* @param baseUrl The URL of the Smithery server (without trailing slash or protocol)
* @param options Optional configuration object
* @returns Transport
*/
export declare function createTransport(baseUrl: string, options?: SmitheryUrlOptions): StreamableHTTPClientTransport;