When calling taskCreate via MCP, the tool returns "Unrecognized key(s): content, contentType" even though the tools/list schema shows these as required fields inside an allOf. The allOf combiner appears to be validating each sub-schema independently rather than merging them, causing valid inputs to be rejected.
Steps to reproduce: Call taskCreate with {"content":"Test","contentType":"text/plain","placement":"beforeend","taskId":"null"} — returns error -32602.
When calling taskCreate via MCP, the tool returns "Unrecognized key(s): content, contentType" even though the tools/list schema shows these as required fields inside an allOf. The allOf combiner appears to be validating each sub-schema independently rather than merging them, causing valid inputs to be rejected.
Steps to reproduce: Call taskCreate with {"content":"Test","contentType":"text/plain","placement":"beforeend","taskId":"null"} — returns error -32602.