-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Describe the bug
I start copilot via:
copilot --additional-mcp-config @.copilot/mcp-config.json
Then in copilot, I resume a session via /resume. It resumes the session but the MCPs are gone
Affected version
GitHub Copilot CLI 1.0.2.
Steps to reproduce the behavior
- copilot --additional-mcp-config @.copilot/mcp-config.json
- /resume
- notice that MCPs via custom config are gone
Expected behavior
MCPs should either stay connected or general support for repository-based MCPs/directory based MCPs should be added
Additional context
No global mcp config in use (anymore) because too many MCPs use a lot of tokens, thats why I switched to use MCPs per repository
Reactions are currently unavailable