Skip to content

Commit a4f8c07

Browse files
committed
Revise immediate result note to clarify non-binding nature
1 parent 66b9872 commit a4f8c07

File tree

1 file changed

+3
-2
lines changed
  • docs/specification/draft/basic/utilities

1 file changed

+3
-2
lines changed

docs/specification/draft/basic/utilities/tasks.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,10 @@ When a receiver accepts a task-augmented request, it returns a `CreateTaskResult
148148

149149
When a task is created in response to a `tools/call` request, host applications may wish to return control to the model while the task is executing. This allows the model to continue processing other requests or perform additional work while waiting for the task to complete.
150150

151-
To support this pattern, receivers can provide an optional `io.modelcontextprotocol/model-immediate-response` key in the `_meta` field of the `CreateTaskResult`. The value of this key should be a string intended to be passed as an immediate tool result to the model.
151+
To support this pattern, servers can provide an optional `io.modelcontextprotocol/model-immediate-response` key in the `_meta` field of the `CreateTaskResult`. The value of this key should be a string intended to be passed as an immediate tool result to the model.
152+
If a server does not provide this field, the host application can fall back to its own predefined message.
152153

153-
This is a provisional field intended to account for this use case, which may be formalized as part of `CreateTaskResult` in future protocol versions.
154+
This guidance is non-binding, and is provisional logic intended to account for this use case. This may be formalized as part of `CreateTaskResult` in future protocol versions.
154155

155156
</Note>
156157

0 commit comments

Comments
 (0)