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