Feature Request: Restart MCP Servers
Summary
There is currently no built-in way to restart MCP servers in Eclipse Copilot. This makes it unnecessarily difficult to reload servers after configuration changes or to recover from a broken server state.
Current Workaround I use (Hacky)
- Open the MCP settings in Eclipse and navigate to your
mcp.json
- Copy and cut (remove) the entire JSON content
- Press "Restore Defaults" and then "Apply"
- Paste your
mcp.json content back in
- Press "Apply" again
This is far from intuitive.
Proposed Solution
Please add a dedicated "Restart MCP Servers" button or action ideally accessible from:
- The MCP settings page in Eclipse preferences
- The Eclipse command palette / Quick Access
Why It Matters
- MCP servers can crash or get into a broken state during development
- Config changes sometimes require a server restart to take effect
- A simple restart action is standard UX in tools that manage background processes/servers
Environment
- IDE: Eclipse
- Extension: GitHub Copilot for Eclipse
Feature Request: Restart MCP Servers
Summary
There is currently no built-in way to restart MCP servers in Eclipse Copilot. This makes it unnecessarily difficult to reload servers after configuration changes or to recover from a broken server state.
Current Workaround I use (Hacky)
mcp.jsonmcp.jsoncontent back inThis is far from intuitive.
Proposed Solution
Please add a dedicated "Restart MCP Servers" button or action ideally accessible from:
Why It Matters
Environment