You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-aspnet/ai/mcp-server.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,13 @@ The generic settings of the Telerik {{ site.framework }} MCP server are:
30
30
* Type: `stdio` (standard input/output transport)
31
31
* Command: `npx` (the MCP server works through an npm package)
32
32
* Arguments: `-y`
33
-
* Server name: `telerik-aspnetcorehtml-assistant` for HtmlHelper and `telerik-aspnetcorehtml-assistant` for TagHelper
33
+
* Server name: `telerik-aspnetcorehtml-assistant` for HtmlHelper and `telerik-aspnetcoretag-assistant` for TagHelper
34
34
35
35
You also need to add your [Telerik licence key](slug:installation_license_key_aspnetcore) as an `env` parameter in the `mcp.json` file. There are two options:
36
36
37
37
* (recommended) Use a `TELERIK_LICENSE_PATH` argument and point to the location of your Telerik license file.
38
38
* Use a `TELERIK_LICENSE` argument and paste your Telerik license key. Make sure to [update the license key](slug:installation_license_key_aspnetcore#license-key-updates) when necessary.
39
39
40
-
> * Do not use underscores (`_`) in the MCP server name in the MCP `.json` file, due to potential compatibility issues with some MCP clients, such as Visual Studio.
41
40
> * Some MCP clients expect the MCP servers to be listed under a `servers` JSON key, while others expect `mcpServers`.
42
41
> * Some MCP clients expect an `mcp.json` file, while others like Visual Studio 2022 expect an `.mcp.json` file.
43
42
@@ -149,7 +148,7 @@ This enables you to call the respective MCP Server with the `#telerik-aspnetcore
149
148
150
149
#### Global Configuration
151
150
152
-
To add the Telerik MCP Servers [globally for VS Code](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server-to-your-user-configuration), run the **MCP: Open User Configuration** command from the Command Palette and add the above content to the automatically created `mcp.json` file in your user folder.
151
+
To add the Telerik MCP Servers [globally for VS Code](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server-to-your-user-configuration), run the **MCP: Open User Configuration** command from the Command Palette and add the above content to the automatically created `mcp.json` file in your user folder.
153
152
154
153
Alternatively, manually create an `mcp.json` file with the above content in your user folder.
155
154
@@ -259,7 +258,7 @@ The following list describes how your prompts may look like:
259
258
260
259
You can use the Telerik {{ site.framework }} MCP server with local large language models (LLM). For example, run your local model through [Ollama](https://ollama.com) and use a third-party package such as [MCP-LLM Bridge](https://github.com/patruff/ollama-mcp-bridge) to connect the model to the Telerik MCP server. This will allow you to use the Telerik AI Coding Assistant without a cloud-based AI model.
261
260
262
-
## See Also
261
+
## See Also
263
262
264
263
*[Telerik {{ site.framework }} AI Coding Assistant Intended Use](slug:overview_ai#intended-use)
265
264
*[Telerik {{ site.framework }} AI Coding Assistant Recommendations](slug:overview_ai#recommendations)
0 commit comments