Interface: MCPHttpOptions
Defined in: mcp/types.ts:37
Options for connecting to an MCP server via HTTP transport
Properties
headers?
optional headers?: Record<string, string>;
Defined in: mcp/types.ts:41
Custom headers for HTTP requests
url
url: string;
Defined in: mcp/types.ts:39
Server URL (e.g., ‘http://localhost:3000/mcp’)