From 556dc2aaef1780d7e942e09d9fe4f7abdf3157a3 Mon Sep 17 00:00:00 2001 From: Konstantin Dinev Date: Fri, 3 Apr 2026 16:36:09 +0300 Subject: [PATCH] Update build command for MCP in README Closes #1599 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13a3508ce..a9cf6b12a 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ See the [Contribution guide](https://github.com/IgniteUI/igniteui-cli/blob/maste npm install npm run build cd ../../.. - npm run build:mcp-bundle + npm run build:mcp ``` 4. Build the monorepo packages: `npm run build` 5. Open in Visual Studio Code