MCP Server Framework - v1.0.0
    Preparing search index...

    Type Alias TaskSupportExperimental

    TaskSupport: "optional" | "required"

    Task support level for a task-enabled tool.

    • 'optional' — Tool can be called normally or as a task
    • 'required' — Tool MUST be called as a task (async execution only)

    Note: 'forbidden' is not valid for task tools — use a regular defineTool() for tools that never support task execution.

    MCP Tasks is an experimental SDK feature