TTMSMCPAfterExecuteToolEvent Event Type
Signature of the notification raised after a tool method has returned, with both the native return value and the JSON encoding that will be sent back to the client.
API unit family: TMS.MCP.Server
Parameters
| Name | Description |
|---|---|
ATool |
Tool whose method has just run. |
ResultValue |
Native value returned by the tool method. |
ResultJSON |
JSON representation built from the return value. The instance is owned by the server; do not free it. |