fix: ignore wait_for_previous argument from Gemini MCP clients (#322)
This commit is contained in:
@@ -1370,6 +1370,7 @@ def handle_request(request):
|
||||
"error": {"code": -32602, "message": f"Invalid value for parameter '{key}'"},
|
||||
}
|
||||
try:
|
||||
tool_args.pop("wait_for_previous", None)
|
||||
result = TOOLS[tool_name]["handler"](**tool_args)
|
||||
return {
|
||||
"jsonrpc": "2.0",
|
||||
|
||||
Reference in New Issue
Block a user