Ask a question to get started
Enter to sendā¢Shift+Enter new line
MCPServerInfo( self, name: str, transport: str, tools: tuple[MCPToolInfo
Server name from the MCP configuration.
Transport identifier ā stdio, sse, http, the synthetic config value used for entries surfacing a bad config file, or unknown for a disabled server whose original config could not be classified.
stdio
sse
http
config
unknown
Tools exposed by this server (empty when status != "ok").
status != "ok"
Load status.
One of ok, unauthenticated, awaiting_reconnect, error, or disabled.
ok
unauthenticated
awaiting_reconnect
error
disabled
Human-readable reason when status != "ok".
Return whether this server is blocked on user login.
Metadata for a configured MCP server and its tools.