mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 20:00:47 +00:00
Gemini/Antigravity generateContent rejects the JSON Schema annotation keywords deprecated, readOnly, writeOnly with a 400 INVALID_ARGUMENT. MCP tool schemas (e.g. Claude Code) commonly set deprecated:true, making every request with such a tool fail. Add them to UNSUPPORTED_SCHEMA_CONSTRAINTS so cleanJSONSchemaForAntigravity removes them recursively before the request is sent. Co-authored-by: Cursor <cursoragent@cursor.com>