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

Function renderCodeGraphMcpChild

src/installer/targets/hermes.ts:252–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250}
251
252function renderCodeGraphMcpChild(): string[] {
253 return [
254 ' codegraph:',
255 ' command: codegraph',
256 ' args:',
257 ' - serve',
258 ' - --mcp',
259 ' timeout: 120',
260 ' connect_timeout: 60',
261 ' enabled: true',
262 ];
263}
264
265function renderCodeGraphMcpBlock(): string[] {
266 return ['mcp_servers:', ...renderCodeGraphMcpChild()];

Callers 2

renderCodeGraphMcpBlockFunction · 0.85
upsertCodeGraphMcpServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected