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

Function writeMcpConfig

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

Source from the content-addressed store, hash-verified

32 * `initialize` instructions are the single source of truth.
33 */
34export function writeMcpConfig(location: InstallLocation): void {
35 writeMcpEntry(location);
36}
37
38export function writePermissions(location: InstallLocation): void {
39 writePermissionsEntry(location);

Callers 1

installer.test.tsFile · 0.90

Calls 1

writeMcpEntryFunction · 0.90

Tested by

no test coverage detected