McpClientConfig
type McpClientConfig = RuntimeConfig & { transport: Transport; disableMcpInstrumentation?: boolean;};Defined in: src/mcp.ts:16
Arguments for configuring an MCP Client.
Type Declaration
Section titled “Type Declaration”| Name | Type | Description | Defined in |
|---|---|---|---|
transport | Transport | - | src/mcp.ts:17 |
disableMcpInstrumentation? | boolean | Disable OpenTelemetry MCP instrumentation. | src/mcp.ts:20 |