Skip to content

Commit 0af4a4c

Browse files
kdinevCopilot
andcommitted
fix(skills): removing references to next from the CLI MCP setup
Co-authored-by: Copilot <copilot@github.com>
1 parent 97561d1 commit 0af4a4c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

skills/igniteui-angular-components/references/mcp-setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Create or edit `.vscode/mcp.json` in your project:
2121
"servers": {
2222
"igniteui-cli": {
2323
"command": "npx",
24-
"args": ["-y", "igniteui-cli@next", "mcp"]
24+
"args": ["-y", "igniteui-cli", "mcp"]
2525
}
2626
}
2727
}
@@ -38,7 +38,7 @@ Create or edit `.cursor/mcp.json`:
3838
"mcpServers": {
3939
"igniteui-cli": {
4040
"command": "npx",
41-
"args": ["-y", "igniteui-cli@next", "mcp"]
41+
"args": ["-y", "igniteui-cli", "mcp"]
4242
}
4343
}
4444
}
@@ -55,7 +55,7 @@ Edit the Claude Desktop config file:
5555
"mcpServers": {
5656
"igniteui-cli": {
5757
"command": "npx",
58-
"args": ["-y", "igniteui-cli@next", "mcp"]
58+
"args": ["-y", "igniteui-cli", "mcp"]
5959
}
6060
}
6161
}
@@ -65,7 +65,7 @@ Edit the Claude Desktop config file:
6565

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

7171
## Verifying the Setup

0 commit comments

Comments
 (0)