MCPcopy Create free account
hub / github.com/astercloud/aster / ToolHandler

Struct ToolHandler

server/handlers/tool.go:27–29  ·  view source on GitHub ↗

ToolHandler handles tool-related requests

Source from the content-addressed store, hash-verified

25
26// ToolHandler handles tool-related requests
27type ToolHandler struct {
28 store *store.Store
29}
30
31// NewToolHandler creates a new ToolHandler
32func NewToolHandler(st store.Store) *ToolHandler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected