ToolHandler handles tool-related requests
| 25 | |
| 26 | // ToolHandler handles tool-related requests |
| 27 | type ToolHandler struct { |
| 28 | store *store.Store |
| 29 | } |
| 30 | |
| 31 | // NewToolHandler creates a new ToolHandler |
| 32 | func NewToolHandler(st store.Store) *ToolHandler { |
nothing calls this directly
no outgoing calls
no test coverage detected