Skip to content

get_job_logs fails #1714

@alexdelprete

Description

@alexdelprete

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions