You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every contribution makes a difference, and even a small gesture goes a long way in keeping `ng-in-viewport` up to date for the community.
33
33
34
+
## Development 🛠️
35
+
36
+
### Angular MCP Integration
37
+
38
+
This project includes Model Context Protocol (MCP) integration for enhanced AI development assistance. The MCP configuration can be found in `mcp-config.json`:
39
+
40
+
```json
41
+
{
42
+
"servers": {
43
+
"angular-cli": {
44
+
"command": "npx",
45
+
"args": ["-y", "@angular/cli", "mcp"]
46
+
}
47
+
}
48
+
}
49
+
```
50
+
51
+
This configuration enables AI tools like Claude Desktop to interact with Angular CLI commands through the MCP protocol. For more information about Angular MCP, visit the [official documentation](https://angular.dev/ai/mcp).
0 commit comments