(defs: { name: string; inputSchema: { required?: string[] } }[])
| 23 | const ENV = 'CODEGRAPH_MCP_TOOLS'; |
| 24 | |
| 25 | const exploreOf = (defs: { name: string; inputSchema: { required?: string[] } }[]) => |
| 26 | defs.find((t) => t.name === 'codegraph_explore')!; |
| 27 | |
| 28 | describe('No-default-project requires projectPath in the schema (#993)', () => { |
| 29 | const originalAllowlist = process.env[ENV]; |
no outgoing calls
no test coverage detected