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