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

Struct jsonToolConfig

internal/editorconfig/json_tool.go:13–15  ·  view source on GitHub ↗

jsonToolConfig implements ToolConfig backed by a JSON file.

Source from the content-addressed store, hash-verified

11
12// jsonToolConfig implements ToolConfig backed by a JSON file.
13type jsonToolConfig struct {
14 spec spec
15}
16
17func newJSONToolConfig(s spec) *jsonToolConfig {
18 return &jsonToolConfig{spec: s}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected