Skip to content

Commit cdd6680

Browse files
addressed feedback (#623)
* addressed feedback * Update mcp-server.md
1 parent 54ae9ed commit cdd6680

6 files changed

+12
-12
lines changed
-14.6 KB
Loading
15.9 KB
Loading
-11.2 KB
Loading
-1.68 KB
Loading
221 KB
Loading

ai-coding-assistant/mcp-server.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In addition to the [prerequisites for the AI Coding Assistant]({%slug ai-coding-
3030

3131
## Installation
3232

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.
3434

3535
### Installing the Telerik Document Processing MCP server using npm:
3636

@@ -40,7 +40,7 @@ npm i @progress/telerik-dpl-mcp
4040

4141
### Installing in VS Code
4242

43-
![Installing DPL MCP Server in VS Code ><](images/setup-and-use-dpl-mcp-server-in-vs-code-full.gif)
43+
![Installing DPL MCP Server in VS Code ><](images/setup-and-use-dpl-mcp-server-in-vs-code-full.gif)
4444

4545
## Configuration
4646

@@ -91,7 +91,7 @@ For complete setup instructions, see [Use MCP servers in Visual Studio](https://
9191
```json
9292
{
9393
"servers": {
94-
"telerik-dpl-mcp": {
94+
"telerik-dpl-assistant": {
9595
"type": "stdio",
9696
"command": "npx",
9797
"args": ["-y", "@progress/telerik-dpl-mcp@latest"],
@@ -107,7 +107,7 @@ For complete setup instructions, see [Use MCP servers in Visual Studio](https://
107107
```
108108

109109
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).
111111

112112
### Global Setup:
113113

@@ -127,7 +127,7 @@ The basic setup in Visual Studio Code follows these steps:
127127
```json
128128
{
129129
"servers": {
130-
"telerik-dpl-mcp": {
130+
"telerik-dpl-assistant": {
131131
"type": "stdio",
132132
"command": "npx",
133133
"args": [
@@ -164,7 +164,7 @@ Create `.cursor/mcp.json` in your workspace root (or user folder for global setu
164164
```json
165165
{
166166
"mcpServers": {
167-
"telerik-dpl-mcp": {
167+
"telerik-dpl-assistant": {
168168
"type": "stdio",
169169
"command": "npx",
170170
"args": ["-y", "@progress/telerik-dpl-mcp@latest"],
@@ -184,12 +184,12 @@ Create `.cursor/mcp.json` in your workspace root (or user folder for global setu
184184
185185
The Telerik Document Processing MCP Server can be used in `Agent` mode as follows:
186186

187-
1. Start your prompt with `#telerik-dpl-assistant` (or with # followed by your custom server name, if set, e.g. `#telerik-dpl-mcp`).
187+
1. Start your prompt with `#telerik-dpl-assistant` (or with # followed by your custom server name, if set).
188188

189189
2. Inspect the output and verify that the MCP Server is used. Look for a similar statement in the output (the exact text may vary across tools):
190-
- Visual Studio: `Running telerik-dpl-mcp`
191-
- Visual Studio Code: `Running telerik-dpl-mcp`
192-
- Cursor: `Calling MCP tool telerik-dpl-mcp`
190+
- Visual Studio: `Running telerik-dpl-assistant`
191+
- Visual Studio Code: `Running telerik-dpl-assistant`
192+
- Cursor: `Calling MCP tool telerik-dpl-assistant`
193193

194194
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.
195195

@@ -207,7 +207,7 @@ To increase the likelihood of the Telerik MCP server being used, add custom inst
207207

208208
The following examples demonstrate useful prompts for the Telerik Document Processing MCP Server:
209209

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"
211211

212212
![Sample Prompt for MCP Server in VS Code Merging PDFs ><](images/sample-prompt-dpl-mcp-server-in-vs-code.png)
213213

@@ -216,7 +216,7 @@ The following examples demonstrate useful prompts for the Telerik Document Proce
216216
|![Running Sample Prompt for MCP Server in VS Code Merging PDFs ><](images/running-sample-prompt-dpl-mcp-server-in-vs-code.png)|![Produced Result with MCP Server in VS Code Merging PDFs ><](images/result-sample-prompt-dpl-mcp-server-in-vs-code.png)|
217217

218218

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"
220220

221221

222222
>caption Running MCP Server in Visual Studio

0 commit comments

Comments
 (0)