Skip to main content
atoti_ai.McpClientConfig(
    *,
    servers: Mapping[str, StdioMcpServerConfig | StreamableHttpMcpServerConfig],
)
The configuration of the MCP servers a session takes tools from. Once connected, the session uses the tools of these servers as its own. Each call to such a tool runs under the identity of the user who triggered it, so the other server’s own access restrictions stay in force.
This feature requires a license including Atoti Intelligence Extension.

Attributes

servers

The servers to take tools from, keyed by the name this session gives them. Each tool of a server is renamed f"{prefix}_{tool_name}" so that identically named tools of two servers never collide. The prefix is the server’s name with each hyphen turned into an underscore and anything outside letters, digits, and underscores dropped. Two names sharing a prefix would rename their tools the same way, so the session refuses to start.