McpClientConfig
type McpClientConfig = RuntimeConfig & { transport: Transport; disableMcpInstrumentation?: boolean; tasksConfig?: TasksConfig;};Defined in: src/mcp.ts:40
Arguments for configuring an MCP Client.
Type Declaration
Section titled “Type Declaration”| Name | Type | Description | Defined in |
|---|---|---|---|
transport | Transport | - | src/mcp.ts:41 |
disableMcpInstrumentation? | boolean | Disable OpenTelemetry MCP instrumentation. | src/mcp.ts:44 |
tasksConfig? | TasksConfig | Configuration for task-augmented tool execution (experimental). When provided (even as empty object), enables MCP task-based tool invocation. When undefined, tools are called directly without task management. | src/mcp.ts:51 |