mcpManagerForTest property

  1. @visibleForTesting
McpManager? get mcpManagerForTest

The live MCP manager when one runs this session (the flow tests assert real reconnect behavior through it).

Implementation

@visibleForTesting
McpManager? get mcpManagerForTest => _mcp.manager;