Skip to content

Commit 10645e1

Browse files
authored
docs(AI): Fix MCP server naming (#3062)
1 parent e716f38 commit 10645e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ai/mcp-server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To enable the Telerik MCP Server in a specific Blazor app, add a `.mcp.json` fil
6666

6767
To enable global automatic discovery of the Telerik MCP Server in Visual Studio, add the above `.mcp.json` file to your user directory (`%USERPROFILE%`), for example, `C:\Users\____\.mcp.json`.
6868

69-
> Once the Telerik MCP server is added, make sure that the `telerik_blazor_assistant` tool is [enabled (checked) in the Copilot Chart window's tool selection dropdown](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers?view=vs-2022#configuration-example-with-github-mcp-server). The Telerik MCP server may get disabled and you may see "🔧10/11" in the selected tools dropdown when starting a new chat, changing threads, or relaunching Visual Studio. This is a known issue for MCPs that is being investigated.
69+
> Once the Telerik MCP server is added, make sure that the `telerikBlazorAssistant` tool is [enabled (checked) in the Copilot Chat window's tool selection dropdown](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers?view=vs-2022#configuration-example-with-github-mcp-server). The Telerik MCP server may get disabled and you may see "🔧10/11" in the selected tools dropdown when starting a new chat, changing threads, or relaunching Visual Studio. This is a known issue for MCPs that is being investigated.
7070
7171
### VS Code
7272

@@ -151,8 +151,8 @@ To use the Telerik MCP Server:
151151
* `/telerikblazor`
152152
* `@telerikblazor`
153153
1. Confirm that the Telerik MCP server is used, because this doesn't happen deterministically. Look for a statement in the output, which is similar to:
154-
* `Running telerik_blazor_assistant` (in VS Code)
155-
* `Calling MCP tool telerik_blazor_assistant` (in Cursor)
154+
* `Running telerikBlazorAssistant` (in VS Code)
155+
* `Calling MCP tool telerikBlazorAssistant` (in Cursor)
156156

157157
If the Telerik MCP server is not used even though it's installed and enabled, then try rephrasing your prompt and use another trigger syntax from the list in step 1.
158158
1. Grant the Telerik tool permission to run for this session, workspace, or always.

0 commit comments

Comments
 (0)