Skip to main content
Glama
push-based

Angular Toolkit MCP

by push-based
schema.ts744 B
import { ToolSchemaOptions } from '@push-based/models'; export const baseToolsSchema: ToolSchemaOptions = { name: 'base_tools', description: 'Base tools for Angular MCP server', inputSchema: { type: 'object', properties: { cwd: { type: 'string', description: 'The current working directory e.g. repository root', }, workspaceRoot: { type: 'string', description: 'The absolute path to the workspace root directory', }, verbose: { type: 'boolean', description: 'Enable verbose logging', }, }, required: ['cwd'], }, }; export type CliArguments = { cwd: string; workspaceRoot: string; verbose?: string; [key: string]: unknown; };

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