Description
When resuming a previous Copilot CLI session (via checkpoint restore), MCP server tools that were working in the original session are no longer available. Attempting to call any MCP tool returns:
Tool 'jira-jira_get_issue' does not exist.
The MCP config (~/.copilot/mcp-config.json) is still present and unchanged. The tools worked fine in the original session before checkpointing.
Steps to Reproduce
- Start a Copilot CLI session with MCP servers configured (e.g., Jira, GitHub Enterprise)
- Use MCP tools successfully (e.g.,
jira-jira_add_comment)
- Exit the session
- Resume the session from the checkpoint
- Attempt to use the same MCP tools
Expected Behavior
MCP servers should be reconnected/restarted when a session is resumed, and all previously available tools should work.
Actual Behavior
MCP tools return Tool '...' does not exist errors. There is no way to restart MCP servers from within the session.
Environment
- Copilot CLI version: 1.0.11
- MCP servers: Docker-based (jira, github) and stdio-based (uvx)
- OS: Linux
Description
When resuming a previous Copilot CLI session (via checkpoint restore), MCP server tools that were working in the original session are no longer available. Attempting to call any MCP tool returns:
The MCP config (
~/.copilot/mcp-config.json) is still present and unchanged. The tools worked fine in the original session before checkpointing.Steps to Reproduce
jira-jira_add_comment)Expected Behavior
MCP servers should be reconnected/restarted when a session is resumed, and all previously available tools should work.
Actual Behavior
MCP tools return
Tool '...' does not existerrors. There is no way to restart MCP servers from within the session.Environment