Skip to main content
GET
List Mcps

Headers

x-user-id
string
required

Caller's user ID. Temporary header-based identity; will be replaced by JWT auth.

Query Parameters

agent_id
string
required
session_id
string
required

Response

Successful Response

name
string
required

The MCP name.

is_stateful
boolean
required

Whether this is a stateful connection that requires explicit connect() and close(). STDIO MCP must be stateful. HTTP MCP can be either stateful or stateless.

mcp_config
StdioMCPConfig · object
required

The STDIO MCP server configuration.

enable_tools
string[] | null
disable_tools
string[] | null
execution_timeout
number | null
is_healthy
boolean
default:false
tools
ToolInfo · object[]