MCPServerInfo(
self,
name: str,
transport: str,
tools: list[MCPToolInfo| Name | Type |
|---|---|
| name | str |
| transport | str |
| tools | list[MCPToolInfo] |
Metadata for a connected MCP server and its tools.
Server name from the MCP configuration.
Transport type (stdio, sse, or http).
Tools exposed by this server.