-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
Description
Describe the bug
Claude is unable to run the MCP server request if using any other model than Haiku
It always returns this error
⎿ API Error: 400 {"type":"error","error":{"type":"invalid_request_error","message":"tools.21.custom.defer_loading: Extra inputs are not permitted"},"request_id":"requestid"}
{
"mcpServers": {
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp",
"headers": {
"Authorization": "Bearer ${GITHUB_PAT}"
}
}
}
}
Affected version
Using API Server
Steps to reproduce the behavior
- Use the same .mcp.json config
- Set up the GITHUB PAT in your env
- Try to run any mcp command, something like "get my GitHub user with mcp" or mcp__github__get_me
Expected vs actual behavior
The MCP command should run without any issues
Logs
Paste any available logs. Redact if needed.
Reactions are currently unavailable