Skip to main content

McpServerStatus

Agent Runtimes


Agent Runtimes / types/mcp / McpServerStatus

Interface: McpServerStatus

Defined in: src/types/mcp.ts:82

Per-server status entry returned by the MCP toolsets-status endpoint.

Properties

error?

optional error?: string

Defined in: src/types/mcp.ts:85


id

id: string

Defined in: src/types/mcp.ts:83


status

status: "failed" | "none" | "not_started" | "starting" | "started"

Defined in: src/types/mcp.ts:84


tools?

optional tools?: object[]

Defined in: src/types/mcp.ts:87

description?

optional description?: string

enabled?

optional enabled?: boolean

name

name: string


tools_count?

optional tools_count?: number

Defined in: src/types/mcp.ts:86