Skip to content

McpClientConfig

type McpClientConfig = RuntimeConfig & {
transport: Transport;
disableMcpInstrumentation?: boolean;
};

Defined in: src/mcp.ts:16

Arguments for configuring an MCP Client.

NameTypeDescriptionDefined in
transportTransport-src/mcp.ts:17
disableMcpInstrumentation?booleanDisable OpenTelemetry MCP instrumentation.src/mcp.ts:20