Skip to content

agent-tool-mcp / Exports / IMCPConfig

Interface: IMCPConfig

MCP (Model Context Protocol) tool configuration

Table of contents

Properties

Properties

endpoint

endpoint: string

Defined in

mcp-tool.ts:20


apiKey

Optional apiKey: string

Defined in

mcp-tool.ts:21


timeout

Optional timeout: number

Defined in

mcp-tool.ts:22


retries

Optional retries: number

Defined in

mcp-tool.ts:23


headers

Optional headers: Record<string, string>

Defined in

mcp-tool.ts:24

Released under the MIT License.