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

Function runInspector

tests/e2e/tests/mcp/projects-sourceroot-resolution.ts:9–11  ·  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 return exec(MCP_INSPECTOR_COMMAND_NAME, '--cli', 'npx', '--no', '@angular/cli', 'mcp', ...args);
11}
12
13export default async function () {
14 await silentNpm(

Calls 1

execFunction · 0.90

Tested by

no test coverage detected