Skip to content

Commit 108ec53

Browse files
committed
continued
1 parent 04722ed commit 108ec53

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ai/mcp-server.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Telerik Blazor [MCP Server](https://modelcontextprotocol.io/introduction) le
1717
To use the Telerik Blazor MCP server, you need:
1818

1919
* [Node.js](https://nodejs.org/en) 18 or a newer version.
20-
* A [compatible MCP client (IDE, code editor or app)](https://modelcontextprotocol.io/clients) that supports *MCP tools*. Using the latest version of the MCP client is recommended.
20+
* A [compatible MCP client (IDE, code editor or app)](https://modelcontextprotocol.io/clients) that supports *MCP tools*. Using the latest version of the MCP client is highly recommended.
2121
* A [Telerik user account](https://www.telerik.com/account/).
2222
* An active [DevCraft or Telerik UI for Blazor license](https://www.telerik.com/purchase/blazor-ui) or a [Telerik UI for Blazor trial](https://www.telerik.com/blazor-ui).
2323
* A [Blazor application that includes Telerik UI for Blazor](slug:blazor-overview#getting-started).
@@ -73,6 +73,10 @@ To enable global automatic discovery of the Telerik MCP Server in Visual Studio,
7373

7474
For detailed instructions, refer to [Use MCP servers in VS Code](https://code.visualstudio.com/docs/copilot/chat/mcp-servers).
7575

76+
> This section applies to VS Code 1.102.1 and newer versions.
77+
78+
Make sure that [`chat.mcp.enabled`](vscode://settings/chat.mcp.enabled) is enabled in the VS Code settings.
79+
7680
To enable the Telerik MCP Server in a specific [workspace](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server-to-your-workspace), Blazor app, or [globally](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server-to-your-user-configuration), add a `.vscode` folder with an `mcp.json` file at the root of the workspace, app, or your user folder, respectively.
7781

7882
>caption .vscode/mcp.json

0 commit comments

Comments
 (0)