(location: InstallLocation)
| 36 | } |
| 37 | |
| 38 | export function writePermissions(location: InstallLocation): void { |
| 39 | writePermissionsEntry(location); |
| 40 | } |
| 41 | |
| 42 | export function hasMcpConfig(location: InstallLocation): boolean { |
| 43 | // local scope lives in ./.mcp.json (project scope); global is the |
nothing calls this directly
no test coverage detected