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

Function getCodeGraphPermissions

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

Source from the content-addressed store, hash-verified

45 * never makes a hidden tool appear.
46 */
47export function getCodeGraphPermissions(): string[] {
48 return ['mcp__codegraph__*'];
49}
50
51/**
52 * Read a JSON file, returning `{}` when missing or unparseable.

Callers 1

writePermissionsEntryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected