Skip to main content
Glama
push-based

Angular Toolkit MCP

by push-based
execute-process-helper.mock.ts576 B
import path from 'node:path'; const asyncProcessPath = path.join(__dirname, './execute-process.mock.mjs'); /** * Helps to get an async process runner config for testing. * * @param cfg can contain up to three properties for the async process runner */ export function getAsyncProcessRunnerConfig(cfg?: { throwError?: boolean; interval?: number; runs?: number; }) { const args = [ asyncProcessPath, cfg?.interval ? cfg.interval + '' : '100', cfg?.runs ? cfg.runs + '' : '4', cfg?.throwError ? '1' : '0', ]; return { command: 'node', args }; }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/push-based/angular-toolkit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server