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

Function getMcpServerConfig

src/installer/targets/shared.ts:24–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 * surrounding wrapper differs. Codex (TOML) builds its own block.
23 */
24export function getMcpServerConfig(): { type: string; command: string; args: string[] } {
25 return {
26 type: 'stdio',
27 command: 'codegraph',
28 args: ['serve', '--mcp'],
29 };
30}
31
32/**
33 * Permissions list for Claude `settings.json`. Other targets that

Callers 8

printConfigMethod · 0.90
writeMcpEntryFunction · 0.90
printConfigMethod · 0.90
writeMcpEntryFunction · 0.90
buildCodegraphBlockFunction · 0.90
printConfigMethod · 0.90
writeMcpEntryFunction · 0.90
buildCursorMcpConfigFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected