- Notifications
You must be signed in to change notification settings - Fork1.2k
fix: move defaulted 'state' param after non-default params in list_code_scanning_alerts#488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
…de_scanning_alertsFixes `SyntaxError: parameter without a default follows parameter with a default` when using github-mcp-server with the Python MCP SDK
Interesting, is this formally part of the spec or a quirk of the Python client SDK? |
c141bf4
intogithub:mainUh oh!
There was an error while loading.Please reload this page.
…de_scanning_alerts (github#488)
@SamMorrowDrums Turns out the issue was in the ADK (nerve) I'm using, so this change didn't fix anything. But basically, Python expects functions with default args to be last. I have opened a new PR as an apology for this useless fix:#494 😅 |
Uh oh!
There was an error while loading.Please reload this page.
Fixes
SyntaxError: parameter without a default follows parameter with a default
error when using github-mcp-server with the Python MCP SDKCloses: N/A