The MCP doc fails to mention it is incompatible with Claude/Claude Code.
This is because the Claude API doesn't support oneOf, allOf, or anyOf at the top level of a tool's input_schema. It requires input_schema to have type: "object" at the top level — combiners like oneOf/allOf/anyOf are only supported nested inside the schema, not as the root.
Aside from the docs update, is there any expected timeline for updating the input_schema to be compatible with Claude?
The MCP doc fails to mention it is incompatible with Claude/Claude Code.
This is because the Claude API doesn't support oneOf, allOf, or anyOf at the top level of a tool's input_schema. It requires input_schema to have type: "object" at the top level — combiners like oneOf/allOf/anyOf are only supported nested inside the schema, not as the root.
Aside from the docs update, is there any expected timeline for updating the input_schema to be compatible with Claude?