You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"jsonrpc":"2.0","id":4989,"error":{"code":-32603,"message":"GitHub API error: Unprocessable Entity"}}
{"jsonrpc":"2.0","id":5002,"error":{"code":-32603,"message":"Invalid arguments: 2.labels.1.description: Expected string, received null, 3.labels.1.description: Expected string, received null, 5.labels.1.description: Expected string, received null, 6.labels.1.description: Expected string, received null, 7.labels.1.description: Expected string, received null, 8.labels.1.description: Expected string, received null, 9.labels.1.description: Expected string, received null, 10.labels.1.description: Expected string, received null, 12.labels.1.description: Expected string, received null, 16.labels.2.description: Expected string, received null, 17.labels.1.description: Expected string, received null, 23.labels.1.description: Expected string, received null, 28.labels.1.description: Expected string, received null, 29.labels.1.description: Expected string, received null"}}
Additional context
It seems to be complaining about empty label descriptions. I tried adding descriptions to all labels but it didn't immediately solve the problem, got a similar one with a milestone:
{"jsonrpc":"2.0","id":5568,"error":{"code":-32603,"message":"Invalid arguments: 28.milestone.description: Expected string, received null"}}
The text was updated successfully, but these errors were encountered:
Okay that's great news because I think this issue is being reported in several places so now I can be sure my fix works thank you! Hopefully it will get merged soon
Describe the bug
I'm trying to use the GitHub MCP server to list/search issues. However, it fails with
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Claude finds issues.
Logs
Additional context
It seems to be complaining about empty label descriptions. I tried adding descriptions to all labels but it didn't immediately solve the problem, got a similar one with a milestone:
The text was updated successfully, but these errors were encountered: