From ffeb305d4b4b4e8e06391960babe1cce89596f16 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Thu, 3 Jul 2025 15:44:09 +0300 Subject: [PATCH] docs(AI): Force using latest version --- ai/mcp-server.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ai/mcp-server.md b/ai/mcp-server.md index 8afdcdc35f..19da38ca08 100644 --- a/ai/mcp-server.md +++ b/ai/mcp-server.md @@ -56,7 +56,7 @@ To enable the Telerik MCP Server in a specific Blazor app, add a `.mcp.json` fil "telerikBlazorAssistant": { "type": "stdio", "command": "npx", - "args": ["-y", "@progress/telerik-blazor-mcp"], + "args": ["-y", "@progress/telerik-blazor-mcp@latest"], "env": { "TELERIK_LICENSE_PATH": "C:\\Users\\___\\AppData\\Roaming\\Telerik\\telerik-license.txt" } @@ -83,7 +83,7 @@ To enable the Telerik MCP Server in a specific workspace or Blazor app, add a `. "telerikBlazorAssistant": { "type": "stdio", "command": "npx", - "args": ["-y", "@progress/telerik-blazor-mcp"], + "args": ["-y", "@progress/telerik-blazor-mcp@latest"], "env": { "TELERIK_LICENSE_PATH": "C:\\Users\\___\\AppData\\Roaming\\Telerik\\telerik-license.txt" } @@ -105,7 +105,7 @@ To [add the Telerik MCP Server globally for VS Code, edit the VS Code `settings. "telerikBlazorAssistant": { "type": "stdio", "command": "npx", - "args": ["-y", "@progress/telerik-blazor-mcp"], + "args": ["-y", "@progress/telerik-blazor-mcp@latest"], "env": { "TELERIK_LICENSE_PATH": "C:\\Users\\___\\AppData\\Roaming\\Telerik\\telerik-license.txt" } @@ -129,7 +129,7 @@ To [enable the Telerik MCP Server in a specific workspace](https://code.visualst "telerikBlazorAssistant": { "type": "stdio", "command": "npx", - "args": ["-y", "@progress/telerik-blazor-mcp"], + "args": ["-y", "@progress/telerik-blazor-mcp@latest"], "env": { "TELERIK_LICENSE_PATH": "C:\\Users\\___\\AppData\\Roaming\\Telerik\\telerik-license.txt" }