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

Struct tomlToolConfig

internal/editorconfig/toml_tool.go:14–16  ·  view source on GitHub ↗

tomlToolConfig implements ToolConfig backed by a TOML file (currently only used for codex's ~/.codex/config.toml).

Source from the content-addressed store, hash-verified

12// tomlToolConfig implements ToolConfig backed by a TOML file (currently only
13// used for codex's ~/.codex/config.toml).
14type tomlToolConfig struct {
15 spec spec
16}
17
18func newTOMLToolConfig(s spec) *tomlToolConfig {
19 return &tomlToolConfig{spec: s}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected