MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / ToolRegistry

Struct ToolRegistry

internal/services/toolkit/registry/registry.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type ToolRegistry struct {
14 tools map[string]toolkit.ToolHandler
15 description map[string]responses.ToolUnionParam
16}
17
18func NewToolRegistry() *ToolRegistry {
19 return &ToolRegistry{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected