McpServerStatus
Agent Runtimes / types/mcp / McpServerStatus
Interface: McpServerStatus
Defined in: types/mcp.ts:86
Per-server status entry returned by the MCP toolsets-status endpoint.
Properties
error?
optionalerror?:string
Defined in: types/mcp.ts:89
id
id:
string
Defined in: types/mcp.ts:87
status
status:
"failed"|"none"|"not_started"|"starting"|"started"
Defined in: types/mcp.ts:88
tools_count?
optionaltools_count?:number
Defined in: types/mcp.ts:90