File tree Expand file tree Collapse file tree
skills/igniteui-angular-components/references Expand file tree Collapse file tree Original file line number Diff line number Diff 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
66661 . Go to ** Settings → Tools → AI Assistant → MCP Servers**
67672 . 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`
69694 . Click OK and restart the AI Assistant
7070
7171## Verifying the Setup
You can’t perform that action at this time.
0 commit comments