SetProgressToken sets the given progress token into the params' Meta field. It panics if its argument is not an int or a string.
(any)
| 547 | // SetProgressToken sets the given progress token into the params' Meta field. |
| 548 | // It panics if its argument is not an int or a string. |
| 549 | SetProgressToken(any) |
| 550 | } |
| 551 | |
| 552 | // Result is a result of an MCP call. |
no outgoing calls
no test coverage detected