MCP TypeScript SDK (V2)
    Preparing search index...
    • Checks if a value is a valid TaskAugmentedRequestParams.

      Parameters

      • value: unknown

        The value to check.

      Returns value is {
          _meta?: {
              "io.modelcontextprotocol/related-task"?: { taskId: string };
              progressToken?: string | number;
              [key: string]: unknown;
          };
          task?: { ttl?: number };
      }

      True if the value is a valid TaskAugmentedRequestParams, false otherwise.