From b54ec166a31e4d1a9701b509e6dbee6864cd5e55 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Mon, 12 May 2025 01:40:26 -0400 Subject: [PATCH] add MCP server badge --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e418c00..2d27c08 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A Model Context Protocol server that provides Angular CLI and workspace automation capabilities. This server enables LLMs and agents to interact with Angular projects, generate components/services, add packages, create new workspaces, and run custom architect targets via the Angular CLI. + + mcp-angular-cli MCP server + + ## Features - Run `ng generate` to scaffold Angular artifacts (components, services, etc.) @@ -106,4 +110,4 @@ If you want to test or develop this server locally, you need to point your MCP s "args": ["/path/to/your/mcp-angular-cli/dist/index.js"] } } -``` +``` \ No newline at end of file