(handler func())
| 78 | // tool list changes (e.g. after an MCP ToolListChanged notification). |
| 79 | type ChangeNotifier interface { |
| 80 | SetToolsChangedHandler(handler func()) |
| 81 | } |
| 82 | |
| 83 | // ConfigureHandlers sets all applicable handlers on a toolset. |
no outgoing calls