Skip to main content

MCPServerConfig

Agent Runtimes


Agent Runtimes / types/chat / MCPServerConfig

Interface: MCPServerConfig

Defined in: types/chat.ts:198

MCP Server configuration from backend

Properties

args?

optional args?: string[]

Defined in: types/chat.ts:206


command?

optional command?: string

Defined in: types/chat.ts:205


description?

optional description?: string

Defined in: types/chat.ts:201


enabled

enabled: boolean

Defined in: types/chat.ts:203


id

id: string

Defined in: types/chat.ts:199


isAvailable?

optional isAvailable?: boolean

Defined in: types/chat.ts:208


isConfig?

optional isConfig?: boolean

Defined in: types/chat.ts:210


isRunning?

optional isRunning?: boolean

Defined in: types/chat.ts:211


name

name: string

Defined in: types/chat.ts:200


requiredEnvVars?

optional requiredEnvVars?: string[]

Defined in: types/chat.ts:207


tools

tools: MCPServerTool[]

Defined in: types/chat.ts:204


transport?

optional transport?: string

Defined in: types/chat.ts:209


url?

optional url?: string

Defined in: types/chat.ts:202