You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* MCP: gateway-driven port coordination
Gateway now forwards -mcpPort N to spawned MI (configurable via --mcp-port,
default 7887). MI's setupMcp parses the flag, forces the server port and
auto-start (overriding the mcp.enableByDefault config), and shows the port
read-only in Settings. -mcpDumpFile additionally suppresses server start so
the gateway's cache-prime spawn never briefly binds the port.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Move CmdLineOverrides + parser from MRMcp to MRMcpSettings
Pure code motion — colocates CLI-flag parsing with the settings layer
(its only consumer). MRMcp public surface stays focused on the Server.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments