@@ -56,7 +56,7 @@ To enable the Telerik MCP Server in a specific Blazor app, add a `.mcp.json` fil
56
56
"telerikBlazorAssistant": {
57
57
"type": "stdio",
58
58
"command": "npx",
59
- "args": ["-y", "@progress/telerik-blazor-mcp"],
59
+ "args": ["-y", "@progress/telerik-blazor-mcp@latest "],
60
60
"env": {
61
61
"TELERIK_LICENSE_PATH": "C:\\Users\\___\\AppData\\Roaming\\Telerik\\telerik-license.txt"
62
62
}
@@ -83,7 +83,7 @@ To enable the Telerik MCP Server in a specific workspace or Blazor app, add a `.
83
83
"telerikBlazorAssistant": {
84
84
"type": "stdio",
85
85
"command": "npx",
86
- "args": ["-y", "@progress/telerik-blazor-mcp"],
86
+ "args": ["-y", "@progress/telerik-blazor-mcp@latest "],
87
87
"env": {
88
88
"TELERIK_LICENSE_PATH": "C:\\Users\\___\\AppData\\Roaming\\Telerik\\telerik-license.txt"
89
89
}
@@ -105,7 +105,7 @@ To [add the Telerik MCP Server globally for VS Code, edit the VS Code `settings.
105
105
"telerikBlazorAssistant": {
106
106
"type": "stdio",
107
107
"command": "npx",
108
- "args": ["-y", "@progress/telerik-blazor-mcp"],
108
+ "args": ["-y", "@progress/telerik-blazor-mcp@latest "],
109
109
"env": {
110
110
"TELERIK_LICENSE_PATH": "C:\\Users\\___\\AppData\\Roaming\\Telerik\\telerik-license.txt"
111
111
}
@@ -129,7 +129,7 @@ To [enable the Telerik MCP Server in a specific workspace](https://code.visualst
129
129
"telerikBlazorAssistant": {
130
130
"type": "stdio",
131
131
"command": "npx",
132
- "args": ["-y", "@progress/telerik-blazor-mcp"],
132
+ "args": ["-y", "@progress/telerik-blazor-mcp@latest "],
133
133
"env": {
134
134
"TELERIK_LICENSE_PATH": "C:\\Users\\___\\AppData\\Roaming\\Telerik\\telerik-license.txt"
135
135
}
0 commit comments