MCPcopy Index your code
hub / github.com/angular/angular-cli / runInspector

Function runInspector

tests/e2e/tests/mcp/ai-tutor.ts:9–21  ·  view source on GitHub ↗
(...args: string[])

Source from the content-addressed store, hash-verified

7const MCP_INSPECTOR_COMMAND_NAME = 'mcp-inspector-cli';
8
9async function runInspector(...args: string[]): Promise<ProcessOutput> {
10 const result = await exec(
11 MCP_INSPECTOR_COMMAND_NAME,
12 '--cli',
13 'npx',
14 '--no',
15 '@angular/cli',
16 'mcp',
17 ...args,
18 );
19
20 return result;
21}
22
23export default async function () {
24 await silentNpm(

Callers 1

ai-tutor.tsFile · 0.70

Calls 1

execFunction · 0.90

Tested by

no test coverage detected