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: Document-Processing/ai-coding-assistant/mcp-server.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ documentation: ug
12
12
13
13
## Overview
14
14
15
-
The [SyncfusionDocumentSDKAssistant](https://help.syncfusion.com/document-processing/ai-coding-assistants/mcp-server) a specialized [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro) server that provides intelligent assistance for developers using Syncfusion’s DocumentSDK libraries. This tool seamlessly integrates with compatible [MCP clients](https://modelcontextprotocol.io/clients) to enhance your development workflow when building .NET applications with Syncfusion<sup>®</sup> Document Processing libraries, such as PDF, Word, Excel, and PowerPoint.
15
+
The <ahref ="https://www.npmjs.com/package/@syncfusion/documentsdk-assistant">SyncfusionDocumentSDKAssistant</a> is a specialized [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro) server that provides intelligent assistance for developers using Syncfusion’s DocumentSDK libraries. This tool seamlessly integrates with compatible [MCP clients](https://modelcontextprotocol.io/clients) to enhance your development workflow when building .NET applications with Syncfusion<sup>®</sup> Document Processing libraries, such as PDF, Word, Excel, and PowerPoint.
16
16
17
17
### Key Benefits
18
18
@@ -22,7 +22,7 @@ The [SyncfusionDocumentSDKAssistant](https://help.syncfusion.com/document-proces
22
22
23
23
## Prerequisites
24
24
25
-
Before using <ahref="https://help.syncfusion.com/document-processing/ai-coding-assistants/mcp-server">SyncfusionDocumentSDKAssistant</a>, ensure you have:
25
+
Before using <ahref="https://www.npmjs.com/package/@syncfusion/documentsdk-assistant">SyncfusionDocumentSDKAssistant</a>, ensure you have:
26
26
27
27
* Required [node](https://nodejs.org/en/) version >= 18
28
28
* A [compatible MCP client](https://modelcontextprotocol.io/clients) (VS Code with GitHub Copilot, [Syncfusion<sup>®</sup> CodeStudio](https://www.syncfusion.com/code-studio/), etc.)
@@ -63,7 +63,7 @@ You need to add your [Syncfusion API key](https://syncfusion.com/account/api-key
63
63
}
64
64
~~~
65
65
66
-
<ahref="https://help.syncfusion.com/document-processing/ai-coding-assistants/mcp-server">SyncfusionDocumentSDKAssistant</a> can be configured in various MCP clients. Below are setup instructions for popular environments:
66
+
<ahref="https://www.npmjs.com/package/@syncfusion/documentsdk-assistant">SyncfusionDocumentSDKAssistant</a> can be configured in various MCP clients. Below are setup instructions for popular environments:
67
67
68
68
### Syncfusion<sup>®</sup> Code Studio
69
69
@@ -96,9 +96,9 @@ For additional details, see the Code Studio [documentation](https://help.syncfus
96
96
}
97
97
~~~
98
98
99
-
* After updating the configuration in settings.json, you’ll notice a “Start” option at the top of the config. This allows you to easily start the <ahref ="https://help.syncfusion.com/document-processing/ai-coding-assistants/mcp-server">SyncfusionDocumentSDKAssistant</a> server directly from the settings interface without additional commands.
99
+
* After updating the configuration in settings.json, you’ll notice a “Start” option at the top of the config. This allows you to easily start the <ahref ="https://www.npmjs.com/package/@syncfusion/documentsdk-assistant">SyncfusionDocumentSDKAssistant</a> server directly from the settings interface without additional commands.
100
100
101
-
* Confirm that <ahref ="https://help.syncfusion.com/document-processing/ai-coding-assistants/mcp-server">SyncfusionDocumentSDKAssistant</a> is being used (this does not happen automatically). Look for a statement in the output, which is similar to:
101
+
* Confirm that <ahref ="https://www.npmjs.com/package/@syncfusion/documentsdk-assistant">SyncfusionDocumentSDKAssistant</a> is being used (this does not happen automatically). Look for a statement in the output, which is similar to:
102
102
103
103
*```SyncfusionDocumentSDKAssistant is running...``` (in VS Code)
104
104
* For more details, refer to the official <ahref = "https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers?view=vs-2022"> Visual Studio documentation </a>.
@@ -184,7 +184,7 @@ Syncfusion® MCP Servers provide full access to all AI interaction modes — Ask
184
184
185
185
### Example Queries
186
186
187
-
Here are some effective ways to use [SyncfusionDocumentSDKAssistant](https://help.syncfusion.com/document-processing/ai-coding-assistants/mcp-server):
187
+
Here are some effective ways to use <ahref ="https://www.npmjs.com/package/@syncfusion/documentsdk-assistant">SyncfusionDocumentSDKAssistant</a>:
188
188
189
189
* "Create an Excel file with formulas, charts, and conditional formatting using Syncfusion in WPF."
190
190
* "How to perform a mail merge in a Word document using Syncfusion Word library?"
Copy file name to clipboardExpand all lines: Document-Processing/ai-coding-assistant/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ The Syncfusion<sup>®</sup> AI Coding Assistant is designed with privacy in m
69
69
70
70
## See also
71
71
72
-
* Add the <ahref="https://help.syncfusion.com/document-processing/ai-coding-assistants/mcp-server">SyncfusionDocumentSDKAssistant MCP Server</a> to an MCP-enabled client
72
+
* Add the <ahref="https://www.npmjs.com/package/@syncfusion/documentsdk-assistant">SyncfusionDocumentSDKAssistant MCP Server</a> to an MCP-enabled client
0 commit comments