Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Comment on lines 202 to 209
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section now instructs running npm run build:mcp, but the README still references the non-existent build:mcp-bundle script in later MCP sections (e.g., “Bundle MCP into CLI” / “Test the MCP server locally”). Please update those remaining occurrences (or reintroduce a build:mcp-bundle script) so the documentation is consistent and users don’t hit the same missing-script error elsewhere.

Copilot uses AI. Check for mistakes.
4. Build the monorepo packages: `npm run build`
5. Open in Visual Studio Code
Expand Down
Loading