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

Function newTOMLToolConfig

internal/editorconfig/toml_tool.go:18–20  ·  view source on GitHub ↗
(s spec)

Source from the content-addressed store, hash-verified

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

Callers 1

DefaultRegistryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected