Skip to content

Bug: taskCreate fails with -32602 error — allOf schema validation incorrectly rejects content/contentType fields #34

@ChaseBarnes

Description

@ChaseBarnes

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions