| 849 | func (*ListRootsResult) isResult() {} |
| 850 | |
| 851 | type ListToolsParams struct { |
| 852 | // This property is reserved by the protocol to allow clients and servers to |
| 853 | // attach additional metadata to their responses. |
| 854 | Meta `json:"_meta,omitempty"` |
| 855 | // An opaque token representing the current pagination position. If provided, |
| 856 | // the server should return results starting after this cursor. |
| 857 | Cursor string `json:"cursor,omitempty"` |
| 858 | } |
| 859 | |
| 860 | func (x *ListToolsParams) isParams() {} |
| 861 | func (x *ListToolsParams) GetProgressToken() any { return getProgressToken(x) } |
nothing calls this directly
no outgoing calls
no test coverage detected