| Name | Type | Description |
|---|---|---|
server_name | str | None | Default: None |
Get server info from MCP server(s).
Returns the InitializeResult for each server, which includes
server instructions, capabilities, and implementation details.
A new temporary session is created for each server on every call and
results are not cached, so each call performs a fresh handshake with
every server queried (for stdio servers, that means starting a new
subprocess each time).
Optional name of the server to get info from.
If None, info from all servers will be returned.