Skip to main content

MCPServerConfig

Agent Runtimes


Agent Runtimes / types/chat / MCPServerConfig

Interface: MCPServerConfig

Defined in: src/types/chat.ts:242

MCP Server configuration from backend

Properties

args?

optional args?: string[]

Defined in: src/types/chat.ts:250


command?

optional command?: string

Defined in: src/types/chat.ts:249


description?

optional description?: string

Defined in: src/types/chat.ts:245


enabled

enabled: boolean

Defined in: src/types/chat.ts:247


id

id: string

Defined in: src/types/chat.ts:243


isAvailable?

optional isAvailable?: boolean

Defined in: src/types/chat.ts:252


isConfig?

optional isConfig?: boolean

Defined in: src/types/chat.ts:254


isRunning?

optional isRunning?: boolean

Defined in: src/types/chat.ts:255


name

name: string

Defined in: src/types/chat.ts:244


requiredEnvVars?

optional requiredEnvVars?: string[]

Defined in: src/types/chat.ts:251


tools

tools: MCPServerTool[]

Defined in: src/types/chat.ts:248


transport?

optional transport?: string

Defined in: src/types/chat.ts:253


url?

optional url?: string

Defined in: src/types/chat.ts:246