From eeecf26ec40bb5d5582784ca75160adb28f4b15c Mon Sep 17 00:00:00 2001 From: Konstantin Dinev Date: Mon, 27 Apr 2026 17:52:51 +0300 Subject: [PATCH] fix(skills): removing references to next in CLI MCP --- skills/igniteui-react-components/reference/MCP-SERVER.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/skills/igniteui-react-components/reference/MCP-SERVER.md b/skills/igniteui-react-components/reference/MCP-SERVER.md index 3c05b17..c617bb4 100644 --- a/skills/igniteui-react-components/reference/MCP-SERVER.md +++ b/skills/igniteui-react-components/reference/MCP-SERVER.md @@ -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"] } } } @@ -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"] } } } @@ -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"] } } } @@ -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