mcpManagerForTest property
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;
The live MCP manager when one runs this session (the flow tests assert real reconnect behavior through it).
@visibleForTesting
McpManager? get mcpManagerForTest => _mcp.manager;