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-coding-assistant/mcp-server.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ In addition to the [prerequisites for the AI Coding Assistant]({%slug ai-coding-
30
30
31
31
## Installation
32
32
33
-
Use the documentation of your AI-powered MCP client to add the Telerik Document Processing MCP server to a specific workspace or globally. You can see installation tips and examples for some popular MCP clients below.
33
+
Use the documentation of your AI-powered MCP client to add the [Telerik Document Processing MCP server](https://www.npmjs.com/package/@progress/telerik-dpl-mcp) to a specific workspace or globally. You can see installation tips and examples for some popular MCP clients below.
34
34
35
35
### Installing the Telerik Document Processing MCP server using npm:
36
36
@@ -40,7 +40,7 @@ npm i @progress/telerik-dpl-mcp
40
40
41
41
### Installing in VS Code
42
42
43
-

43
+

44
44
45
45
## Configuration
46
46
@@ -91,7 +91,7 @@ For complete setup instructions, see [Use MCP servers in Visual Studio](https://
@@ -107,7 +107,7 @@ For complete setup instructions, see [Use MCP servers in Visual Studio](https://
107
107
```
108
108
109
109
2. Restart Visual Studio.
110
-
3. Enable the `telerik-dpl-mcp` tool 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).
110
+
3. Enable the `telerik-dpl-assistant` tool 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).
111
111
112
112
### Global Setup:
113
113
@@ -127,7 +127,7 @@ The basic setup in Visual Studio Code follows these steps:
127
127
```json
128
128
{
129
129
"servers": {
130
-
"telerik-dpl-mcp": {
130
+
"telerik-dpl-assistant": {
131
131
"type": "stdio",
132
132
"command": "npx",
133
133
"args": [
@@ -164,7 +164,7 @@ Create `.cursor/mcp.json` in your workspace root (or user folder for global setu
3. If the MCP server is not used even though it's installed and enabled, double-check the server name in your configuration and try rephrasing your prompt.
195
195
@@ -207,7 +207,7 @@ To increase the likelihood of the Telerik MCP server being used, add custom inst
207
207
208
208
The following examples demonstrate useful prompts for the Telerik Document Processing MCP Server:
209
209
210
-
* "`#telerik-dpl-mcp` import two PDF files and merge them into a single one"
210
+
* "`#telerik-dpl-assistant` generate a pdf document with text "Hello" and a table 3x3"
211
211
212
212

213
213
@@ -216,7 +216,7 @@ The following examples demonstrate useful prompts for the Telerik Document Proce
216
216
|||
217
217
218
218
219
-
* "`#telerik-dpl-mcp` create a PDF file with a link to "http://telerik.com" in it"
219
+
* "`#telerik-dpl-assistant` create a PDF file with a link to "http://telerik.com" in it"
0 commit comments