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
Add Force Restart to extension Settings and launcher
launcher.py:
- _kill_port(port): kills any process listening on a port via netstat+powershell (Win) or lsof+kill (Unix)
- cmd_force_restart(): kills PID-tracked server + anything holding port 18925, starts fresh
- 'force_restart' added to command dispatch table
extension:
- FORCE_RESTART_MCP message type in types.ts
- background.ts routes FORCE_RESTART_MCP -> 'force_restart' native message
- useMcpLauncher: forceRestart() action
- MCP Bridge UI: amber "↺ Restart" button visible when launcher is installed
Kills stale/competing servers on port 18925 and starts a clean one
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments