Skip to content

Commit 66f6725

Browse files
committed
Clarify # usage for VS Code
1 parent bc034a2 commit 66f6725

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ai/mcp-server.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,11 @@ To [enable the Telerik MCP Server in a specific workspace, Blazor app, or global
143143

144144
## Usage
145145

146-
By default, MCP clients do not call MCP tools in a deterministic way, unless you explicitly reference the MCP tool in your prompt. To use the Telerik MCP Server:
146+
By default, MCP clients do not call MCP tools in a deterministic way. Some MCP clients like [VS Code](#vs-code) allow you to explicitly reference the desired MCP tool in your prompt.
147147

148-
1. Start your prompt with one of the following:
148+
To use the Telerik MCP Server:
149+
150+
1. Start your prompt with `Telerik` to make it more likely for the Telerik MCP server to get called. If you are using VS Code, then start your prompt with:
149151
* `#` and the MCP server name that you used in `mcp.json` (for example, `#telerikBlazorAssistant`)
150152
* `#` and the name of the Telerik Blazor MCP tool (`#telerik_blazor_assistant`)
151153
1. Confirm that the Telerik MCP server is used. Look for a statement in the output, which is similar to:
@@ -155,7 +157,7 @@ By default, MCP clients do not call MCP tools in a deterministic way, unless you
155157

156158
Also check the general [AI Coding Assistant Recommendations](slug:ai-overview#recommendations) for more usage tips.
157159

158-
To call the Telerik MCP server without the need to type `#telerikBlazorAssistant` explicitly, add custom instructions to your AI-powered tool. Here are examples for [GitHub Copilot](https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot#about-repository-custom-instructions-for-github-copilot-chat) and [Cursor](https://docs.cursor.com/context/rules).
160+
To call the Telerik MCP server without the need to type `Telerik` or `#telerikBlazorAssistant` explicitly, add custom instructions to your AI-powered tool. Here are examples for [GitHub Copilot](https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot#about-repository-custom-instructions-for-github-copilot-chat) and [Cursor](https://docs.cursor.com/context/rules).
159161

160162
### Sample Prompts
161163

0 commit comments

Comments
 (0)