MCPcopy Create free account
hub / github.com/compozy/agh / cliToolIntegrationRegistry

Struct cliToolIntegrationRegistry

internal/cli/tool_integration_test.go:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274type cliToolIntegrationRegistry struct {
275 mu sync.Mutex
276 views []toolspkg.ToolView
277}
278
279var _ core.ToolRegistry = (*cliToolIntegrationRegistry)(nil)
280var _ core.ToolsetRegistry = (*cliToolIntegrationRegistry)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected