Skip to content

Commit 6f5224b

Browse files
authored
docs(AI): Force using latest version (#3088)
1 parent 2735afd commit 6f5224b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ai/mcp-server.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To enable the Telerik MCP Server in a specific Blazor app, add a `.mcp.json` fil
5656
"telerikBlazorAssistant": {
5757
"type": "stdio",
5858
"command": "npx",
59-
"args": ["-y", "@progress/telerik-blazor-mcp"],
59+
"args": ["-y", "@progress/telerik-blazor-mcp@latest"],
6060
"env": {
6161
"TELERIK_LICENSE_PATH": "C:\\Users\\___\\AppData\\Roaming\\Telerik\\telerik-license.txt"
6262
}
@@ -83,7 +83,7 @@ To enable the Telerik MCP Server in a specific workspace or Blazor app, add a `.
8383
"telerikBlazorAssistant": {
8484
"type": "stdio",
8585
"command": "npx",
86-
"args": ["-y", "@progress/telerik-blazor-mcp"],
86+
"args": ["-y", "@progress/telerik-blazor-mcp@latest"],
8787
"env": {
8888
"TELERIK_LICENSE_PATH": "C:\\Users\\___\\AppData\\Roaming\\Telerik\\telerik-license.txt"
8989
}
@@ -105,7 +105,7 @@ To [add the Telerik MCP Server globally for VS Code, edit the VS Code `settings.
105105
"telerikBlazorAssistant": {
106106
"type": "stdio",
107107
"command": "npx",
108-
"args": ["-y", "@progress/telerik-blazor-mcp"],
108+
"args": ["-y", "@progress/telerik-blazor-mcp@latest"],
109109
"env": {
110110
"TELERIK_LICENSE_PATH": "C:\\Users\\___\\AppData\\Roaming\\Telerik\\telerik-license.txt"
111111
}
@@ -129,7 +129,7 @@ To [enable the Telerik MCP Server in a specific workspace](https://code.visualst
129129
"telerikBlazorAssistant": {
130130
"type": "stdio",
131131
"command": "npx",
132-
"args": ["-y", "@progress/telerik-blazor-mcp"],
132+
"args": ["-y", "@progress/telerik-blazor-mcp@latest"],
133133
"env": {
134134
"TELERIK_LICENSE_PATH": "C:\\Users\\___\\AppData\\Roaming\\Telerik\\telerik-license.txt"
135135
}

0 commit comments

Comments
 (0)