You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai/mcp-server.md
+9-23Lines changed: 9 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,11 +44,11 @@ You also need to add your [Telerik licence key](slug:installation-license-key) a
44
44
45
45
For detailed instructions, refer to [Use MCP servers in Visual Studio](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers).
46
46
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
+
> Older Visual Studio versions seem to require the Copilot Chat window to be open and active when you open a solution. Otherwise the Telerik MCP server is not used.
48
48
49
49
To enable the Telerik MCP Server in a specific Blazor app, add a `.mcp.json` file to the solution folder.
50
50
51
-
>caption .mcp.json
51
+
>caption .mcp.json
52
52
53
53
````JSON.skip-repl
54
54
{
@@ -73,9 +73,9 @@ To enable global automatic discovery of the Telerik MCP Server in Visual Studio,
73
73
74
74
For detailed instructions, refer to [Use MCP servers in VS Code](https://code.visualstudio.com/docs/copilot/chat/mcp-servers).
75
75
76
-
To enable the Telerik MCP Server in a specific workspace or Blazor app, add a `.vscode` folder with an `mcp.json` file at the root of the workspace:
76
+
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.
77
77
78
-
>caption .vscode/mcp.json at the workspace root
78
+
>caption .vscode/mcp.json
79
79
80
80
````JSON.skip-repl
81
81
{
@@ -92,34 +92,22 @@ To enable the Telerik MCP Server in a specific workspace or Blazor app, add a `.
92
92
}
93
93
````
94
94
95
-
To [add the Telerik MCP Server globally for VS Code, edit the VS Code `settings.json` file](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server-to-your-user-settings):
95
+
To use the Telerik MCP server in all workspaces and apps, make sure that [`chat.mcp.discovery.enabled`](vscode://settings/chat.mcp.discovery.enabled) is enabled in [`settings.json`](https://code.visualstudio.com/docs/configure/settings#_settings-json-file).
For detailed instructions, refer to [Model Context Protocol](https://docs.cursor.com/context/model-context-protocol).
108
+
For detailed instructions, refer to [Model Context Protocol](https://docs.cursor.com/context/mcp).
121
109
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.
110
+
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.
123
111
124
112
>caption .cursor/mcp.json
125
113
@@ -138,8 +126,6 @@ To [enable the Telerik MCP Server in a specific workspace](https://code.visualst
138
126
}
139
127
````
140
128
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.
0 commit comments