agent-core / Exports / IMCPToolConfig
Interface: IMCPToolConfig
MCP (Model Context Protocol) configuration
Table of contents
Properties
Properties
endpoint
• endpoint: string
MCP server endpoint
Defined in
packages/agent-core/src/interfaces/tool.ts:196
version
• Optional version: string
Protocol version
Defined in
packages/agent-core/src/interfaces/tool.ts:198
auth
• Optional auth: Object
Authentication configuration
Type declaration
| Name | Type |
|---|---|
type | "bearer" | "apiKey" |
token | string |
Defined in
packages/agent-core/src/interfaces/tool.ts:200
toolConfig
• Optional toolConfig: Record<string, string | number | boolean>
Tool-specific configuration
Defined in
packages/agent-core/src/interfaces/tool.ts:205
timeout
• Optional timeout: number
Timeout in milliseconds