Skip to content

Commit f24c611

Browse files
authored
docs(AI): FIx MCP links for Cursor (#3122)
* docs(AI): FIx links * Update ai/mcp-server.md
1 parent 5a4d177 commit f24c611

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ai/mcp-server.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You also need to add your [Telerik licence key](slug:installation-license-key) a
4444

4545
For detailed instructions, refer to [Use MCP servers in Visual Studio](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers).
4646

47-
> Visual Studio 17.14 seems to require the Copilot Chat window to be open and active when you open a solution. Otherwise the Telerik MCP server is not used.
47+
> Early Visual Studio `17.14....` versions require the Copilot Chat window to be open and active when you open a solution. Otherwise the Telerik MCP server is not used.
4848
4949
To enable the Telerik MCP Server in a specific Blazor app, add a `.mcp.json` file to the solution folder.
5050

@@ -117,9 +117,9 @@ To [add the Telerik MCP Server globally for VS Code, edit the VS Code `settings.
117117

118118
### Cursor
119119

120-
For detailed instructions, refer to [Model Context Protocol](https://docs.cursor.com/context/model-context-protocol).
120+
For detailed instructions, refer to [Model Context Protocol](https://docs.cursor.com/context/mcp).
121121

122-
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) or Blazor app, add a `.cursor` folder with an `mcp.json` file at the root of the workspace.
122+
To [enable the Telerik MCP Server in a specific workspace, Blazor app, or globally](https://docs.cursor.com/context/mcp#using-mcp-json), add a `.cursor` folder with an `mcp.json` file at the root of the workspace, app, or your user folder, respectively.
123123

124124
>caption .cursor/mcp.json
125125
@@ -138,8 +138,6 @@ To [enable the Telerik MCP Server in a specific workspace](https://code.visualst
138138
}
139139
````
140140

141-
To [add the Telerik MCP Server globally for Cursor](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server-to-your-user-settings), add a `.cursor` folder with the above `mcp.json` file in your user folder.
142-
143141
## Usage
144142

145143
To use the Telerik MCP Server:

0 commit comments

Comments
 (0)