Skip to content

Update build command for MCP in README#1607

Open
kdinev wants to merge 1 commit intomasterfrom
kdinev-patch-1
Open

Update build command for MCP in README#1607
kdinev wants to merge 1 commit intomasterfrom
kdinev-patch-1

Conversation

@kdinev
Copy link
Copy Markdown
Member

@kdinev kdinev commented Apr 3, 2026

Closes #1599

Copilot AI review requested due to automatic review settings April 3, 2026 13:36
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the root README’s MCP build instructions to reference an existing npm script, addressing issue #1599 where the documented command fails due to a missing build:mcp-bundle script.

Changes:

  • Replaces npm run build:mcp-bundle with npm run build:mcp in the “Run locally” instructions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 202 to 209
3. Build the MCP server and bundle it into the CLI:
```bash
cd packages/igniteui-mcp/igniteui-doc-mcp
npm install
npm run build
cd ../../..
npm run build:mcp-bundle
npm run build:mcp
```
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.
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 86.103%. remained the same
when pulling 556dc2a on kdinev-patch-1
into 1bb5488 on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing build:mcp-bundle script referenced in README

3 participants