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

Function writePermissions

src/installer/config-writer.ts:38–40  ·  view source on GitHub ↗
(location: InstallLocation)

Source from the content-addressed store, hash-verified

36}
37
38export function writePermissions(location: InstallLocation): void {
39 writePermissionsEntry(location);
40}
41
42export function hasMcpConfig(location: InstallLocation): boolean {
43 // local scope lives in ./.mcp.json (project scope); global is the

Callers

nothing calls this directly

Calls 1

writePermissionsEntryFunction · 0.90

Tested by

no test coverage detected