Angular language service for template editing, dependency injection, and NgModule support.
## Angular LSP MCP Server: Enterprise Angular Development The **Angular LSP MCP Server** integrates Angular language service into Google Antigravity, providing complete Angular application development with template checking and dependency injection support. ### Why Angular LSP MCP? Angular powers enterprise applications. The Angular LSP MCP provides: - **Template Checking**: Type-safe templates - **Dependency Injection**: Provider navigation - **NgModules**: Module organization - **Signals**: New reactive primitives ### Key Features #### 1. Template Intelligence Angular template support: - Directive completion - Pipe suggestions - Two-way binding - Template variables #### 2. Component Features Full component support: - Input/Output decorators - ViewChild queries - Content projection - Lifecycle hooks ### Configuration ```json { "mcpServers": { "angular-lsp": { "command": "ngserver", "args": ["--stdio", "--mcp"] } } } ``` The Angular LSP MCP brings enterprise-grade Angular development to Google Antigravity.
{
"mcpServers": {
"angular-lsp": {}
}
}