Skip to content
Merged
Changes from all commits
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
8 changes: 4 additions & 4 deletions skills/igniteui-angular-components/references/mcp-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Create or edit `.vscode/mcp.json` in your project:
"servers": {
"igniteui-cli": {
"command": "npx",
"args": ["-y", "igniteui-cli@next", "mcp"]
"args": ["-y", "igniteui-cli", "mcp"]
}
}
}
Expand All @@ -38,7 +38,7 @@ Create or edit `.cursor/mcp.json`:
"mcpServers": {
"igniteui-cli": {
"command": "npx",
"args": ["-y", "igniteui-cli@next", "mcp"]
"args": ["-y", "igniteui-cli", "mcp"]
}
}
}
Expand All @@ -55,7 +55,7 @@ Edit the Claude Desktop config file:
"mcpServers": {
"igniteui-cli": {
"command": "npx",
"args": ["-y", "igniteui-cli@next", "mcp"]
"args": ["-y", "igniteui-cli", "mcp"]
}
}
}
Expand All @@ -65,7 +65,7 @@ Edit the Claude Desktop config file:

1. Go to **Settings → Tools → AI Assistant → MCP Servers**
2. Click **+ Add MCP Server**
3. Set Command to `npx` and Arguments to `igniteui-cli@next mcp`
3. Set Command to `npx` and Arguments to `-y igniteui-cli mcp`
4. Click OK and restart the AI Assistant

## Verifying the Setup
Expand Down
Loading