TTMSMCPTaskCreateEvent Event Type
Signature of the notification raised immediately after a task has been created for a request that the client asked to run asynchronously, before execution starts.
API unit family: TMS.MCP.Server
Parameters
| Name | Description |
|---|---|
Sender |
Server that created the task. |
ATaskId |
Identifier assigned to the new task. |
AMethod |
Protocol method the task was created for, for example tools/call. |
AParams |
Original request parameters. The instance is owned by the server; do not free it. |