MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / buildCodegraphBlock

Function buildCodegraphBlock

src/installer/targets/codex.ts:136–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134}
135
136function buildCodegraphBlock(): string {
137 const mcp = getMcpServerConfig();
138 return buildTomlTable(TOML_HEADER, {
139 command: mcp.command,
140 args: mcp.args,
141 });
142}
143
144function writeMcpEntry(): WriteResult['files'][number] {
145 const file = tomlConfigPath();

Callers 2

printConfigMethod · 0.85
writeMcpEntryFunction · 0.85

Calls 2

getMcpServerConfigFunction · 0.90
buildTomlTableFunction · 0.90

Tested by

no test coverage detected