MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / newJSONToolConfig

Function newJSONToolConfig

internal/editorconfig/json_tool.go:17–19  ·  view source on GitHub ↗
(s spec)

Source from the content-addressed store, hash-verified

15}
16
17func newJSONToolConfig(s spec) *jsonToolConfig {
18 return &jsonToolConfig{spec: s}
19}
20
21func (c *jsonToolConfig) Name() string { return c.spec.name }
22func (c *jsonToolConfig) Description() string { return c.spec.description }

Callers 1

DefaultRegistryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected