Skip to content

Commit fdd09f3

Browse files
committed
Sync with Kendo UI Professional
1 parent db94bba commit fdd09f3

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

docs-aspnet/ai/mcp-server.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@ The generic settings of the Telerik {{ site.framework }} MCP server are:
3030
* Type: `stdio` (standard input/output transport)
3131
* Command: `npx` (the MCP server works through an npm package)
3232
* 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
3434

3535
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:
3636

3737
* (recommended) Use a `TELERIK_LICENSE_PATH` argument and point to the location of your Telerik license file.
3838
* 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.
3939

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.
4140
> * Some MCP clients expect the MCP servers to be listed under a `servers` JSON key, while others expect `mcpServers`.
4241
> * Some MCP clients expect an `mcp.json` file, while others like Visual Studio 2022 expect an `.mcp.json` file.
4342
@@ -149,7 +148,7 @@ This enables you to call the respective MCP Server with the `#telerik-aspnetcore
149148

150149
#### Global Configuration
151150

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.
153152

154153
Alternatively, manually create an `mcp.json` file with the above content in your user folder.
155154

@@ -259,7 +258,7 @@ The following list describes how your prompts may look like:
259258

260259
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.
261260

262-
## See Also
261+
## See Also
263262

264263
* [Telerik {{ site.framework }} AI Coding Assistant Intended Use](slug:overview_ai#intended-use)
265264
* [Telerik {{ site.framework }} AI Coding Assistant Recommendations](slug:overview_ai#recommendations)

docs-aspnet/docs-builder-core.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,3 @@ redirects:
870870

871871
- from: "^/tag-helpers/(.*)$"
872872
to: "/html-helpers/$1"
873-
874-
- from: "^/html-helpers/([a-z0-9-]+(?:/[a-z0-9-]+)?)$"
875-
to: "/html-helpers/$1/overview"

docs/docs-builder.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2092,7 +2092,4 @@ redirects:
20922092
to: /controls/grid/appearance/height
20932093

20942094
- from: ^/controls/grid/appearance$
2095-
to: /controls/grid/appearance/height
2096-
2097-
- from: "^/controls/([a-z0-9-]+(?:/[a-z0-9-]+)?)$"
2098-
to: "/controls/$1/overview"
2095+
to: /controls/grid/appearance/height

0 commit comments

Comments
 (0)