-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
SEP-1686 adding Tasks was merged last Saturday and will be part of November spec update as an experimental feature (draft here).
It's going to add the following changes and RPC methods
- active tasks can be listed using the
tasks/listRPC method tools/callcan return a Task underresult.task- polling for Task status will be done via
tasks/getRPC method - Task cancellation can be done via
tasks/cancelRPC method - in cases where the tool call returned a Task, tool call result will be retrieved using
tasks/resultRPC method - a new
notifications/tasks/statusnotification was added
Details about SSE support are shortly described at the beginning of this section, but the TL;DR is that, unfortunately, the Server has enough flexibility to create problems with this.
Note: no ToolHive feature should be directly impacted by this, but we need to ensure that those RPCs are supported.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request