-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Zed 0.217.3 - configured to use the remote MCP:
"context_servers": {
"GitHub MCP Remote": {
"enabled": true,
"settings": {},
"url": "https://api.githubcopilot.com/mcp",
"headers": {
"Authorization": "Bearer ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"X-MCP-Toolsets": "all",
"X-MCP-Readonly": "false",
"X-MCP-Lockdown": "false",
},
},When zed uses Claude Code agent, get_job_logs fails with this error: MCP error -32602: unknown tool "get_job_logs"
The workaround for now is using get_workflow_run_logs_url which returns a ZIP download URL, though it's less convenient than direct log access would be.
I tested other tools and they work fine. Didn't test all 71 available tools.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working