Ask a question to get started
Enter to sendā¢Shift+Enter new line
Metadata for a configured MCP server and its tools.
MCPServerInfo( self, name: str, transport: str, tools: tuple[MCPToolInfo, ..
Server name from the MCP configuration.
Transport identifier ā stdio, sse, http, or the synthetic config value used for entries surfacing a bad config file.
stdio
sse
http
config
Tools exposed by this server (empty when status != "ok").
status != "ok"
Load status ā ok, unauthenticated, or error.
ok
unauthenticated
error
Human-readable reason when status != "ok".