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

Function renderCodeGraphMcpBlock

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

Source from the content-addressed store, hash-verified

263}
264
265function renderCodeGraphMcpBlock(): string[] {
266 return ['mcp_servers:', ...renderCodeGraphMcpChild()];
267}
268
269function hasCodeGraphMcpServer(content: string): boolean {
270 const lines = splitLines(content);

Callers 2

printConfigMethod · 0.85
upsertCodeGraphMcpServerFunction · 0.85

Calls 1

renderCodeGraphMcpChildFunction · 0.85

Tested by

no test coverage detected