Skip to content

Commit ae6b80c

Browse files
Merge pull request #4035 from syncfusion-content/1044345-B
1044345-B: Added overall AI tools changes in hotfix branch
2 parents 4d12cf0 + 57c3579 commit ae6b80c

6 files changed

Lines changed: 393 additions & 29 deletions

File tree

Document-Processing-toc.html

Lines changed: 38 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -91,29 +91,7 @@
9191
<li>
9292
<a href="/document-processing/nuget-packages">NuGet Packages</a>
9393
</li>
94-
<li>AI Agent Tools
95-
<ul>
96-
<li>
97-
<a href="/document-processing/ai-agent-tools/overview">Overview</a>
98-
</li>
99-
<li>
100-
<a href="/document-processing/ai-agent-tools/tools">Tools</a>
101-
</li>
102-
<li>
103-
<a href="/document-processing/ai-agent-tools/getting-started">Getting Started</a>
104-
</li>
105-
<li>
106-
<a href="/document-processing/ai-agent-tools/customization">Customization</a>
107-
</li>
108-
<li>
109-
<a href="/document-processing/ai-agent-tools/example-prompts">Example Prompts</a>
110-
</li>
111-
<li>
112-
<a href="/document-processing/ai-agent-tools/example-use-cases">Example Use Cases</a>
113-
</li>
114-
</ul>
115-
</li>
116-
<li>AI Coding Assistants
94+
<li><a href="/document-processing/ai-tools/ai-powered-development">AI Tools</a>
11795
<ul>
11896
<li>Skills
11997
<ul>
@@ -152,10 +130,45 @@
152130
</li>
153131
</ul>
154132
</li>
155-
<li>MCP Server
133+
<li>AI Agent Tools
156134
<ul>
157135
<li>
158-
<a href="/document-processing/mcp-server/documentsdk-mcp">Document SDK</a>>
136+
<a href="/document-processing/ai-agent-tools/overview">Overview</a>
137+
</li>
138+
<li>
139+
<a href="/document-processing/ai-agent-tools/tools">Tools</a>
140+
</li>
141+
<li>
142+
<a href="/document-processing/ai-agent-tools/getting-started">Getting Started</a>
143+
</li>
144+
<li>
145+
<a href="/document-processing/ai-agent-tools/customization">Customization</a>
146+
</li>
147+
<li>
148+
<a href="/document-processing/ai-agent-tools/example-prompts">Example Prompts</a>
149+
</li>
150+
<li>
151+
<a href="/document-processing/ai-agent-tools/example-use-cases">Example Use Cases</a>
152+
</li>
153+
</ul>
154+
</li>
155+
<li>
156+
MCP Server
157+
<ul>
158+
<li>
159+
<a href="/document-processing/mcp-server/documentsdk">Document SDK</a>
160+
</li>
161+
<li>
162+
<a href="/document-processing/mcp-server/docxeditorsdk">DOCX Editor SDK</a>
163+
</li>
164+
<li>
165+
<a href="/document-processing/mcp-server/spreadsheeteditorsdk">Spreadsheet Editor SDK</a>
166+
</li>
167+
<li>
168+
<a href="/document-processing/mcp-server/pdfviewersdk">PDF Viewer SDK</a>
169+
</li>
170+
<li>
171+
<a href="/document-processing/mcp-server/prompt-library">Prompt Library</a>
159172
</li>
160173
</ul>
161174
</li>

Document-Processing/ai-tools/ai-powered-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Learn more about [AI Agent Tools](https://help.syncfusion.com/document-processin
5151

5252
Integrates with Visual Studio, VS Code, and JetBrains Rider and other popular IDEs to accelerate development. Ask how to implement any feature and instantly receive documentation-backed, copy‑paste‑ready C# code tailored to Syncfusion APIs.
5353

54-
Learn more about [AI Coding Assistant](https://help.syncfusion.com/document-processing/mcp-server/ai-coding-assistant/overview).
54+
Learn more about [AI Coding Assistant](../mcp-server/documentsdk).
5555

5656
## Choosing the Right AI Tool
5757

Document-Processing/mcp-server/documentsdk-mcp.md renamed to Document-Processing/mcp-server/documentsdk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Syncfusion DocumentSDK MCP Server Setup Syncfusion
4-
description: Discover the MCP server’s advantages, installation requirements, and integration guidance for Syncfusion DocumentSDK.
3+
title: Syncfusion DocumentSDK MCP Server Setup | Syncfusion
4+
description: Discover the MCP server’s advantages, installation requirements, and integration guidance for Syncfusion DocumentSDK
55
platform: document-processing
66
control: AI coding assistant
77
documentation: ug
@@ -149,7 +149,7 @@ You can install the Syncfusion Document SDK MCP server as a local tool without a
149149
dotnet tool install Syncfusion.DocumentSdk.MCP
150150
````
151151

152-
> If the project does not already have a tool manifest, create one first by running `dotnet new tool-manifest` in the project root. This generates a shared `.config/dotnet-tools.json` file that tracks local tools, then re-run the install command above.
152+
N> If the project does not already have a tool manifest, create one first by running `dotnet new tool-manifest` in the project root. This generates a shared `.config/dotnet-tools.json` file that tracks local tools, then re-run the install command above.
153153

154154
2. In your MCP client config (for example, `.vscode/mcp.json`), replace the server entry with:
155155

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: post
3+
title: Syncfusion DOCX Editor SDK MCP Server Setup – Syncfusion
4+
description: Discover the MCP server’s advantages, installation requirements, and integration guidance for Syncfusion DOCX Editor SDK across multiple platforms.
5+
platform: document-processing
6+
control: AI coding assistant
7+
documentation: ug
8+
---
9+
10+
# Syncfusion DOCX Editor SDK MCP Server
11+
12+
Syncfusion<sup style="font-size:70%">&reg;</sup> DOCX Editor SDK MCP Server accelerates DOCX Editor application development by providing deep knowledge directly in your AI-powered IDE. Model Context Protocol(https://modelcontextprotocol.io/docs/2026-07-28/getting-started/intro) (MCP) integration enables quick access to documentation, API references, and code-generation features from within the development environment.
13+
14+
These tools speed up development and reinforce best practices for Syncfusion<sup style="font-size:70%">&reg;</sup> DOCX Editor integration across multiple platforms.
15+
16+
## Key Benefits
17+
18+
- **Expert DOCX Editor Knowledge** - Deep understanding of the Syncfusion<sup style="font-size:70%">&reg;</sup> DOCX Editor component and its implementation patterns.
19+
- **Unlimited Usage** - No request limits, time restrictions, or query caps.
20+
- **Privacy-Focused** - The tools operate based on the user's query and do not store any content, data, or prompts.
21+
22+
## Supported Platforms for DOCX Editor SDK MCP Server
23+
24+
You can refer to the platform-specific guidance on how to set up and use the Syncfusion<sup style="font-size:70%">&reg;</sup> DOCX Editor MCP Server from the following:
25+
26+
- [MCP Server for Angular DOCX Editor](../Word/Word-Processor/angular/mcp)
27+
- [MCP Server for React DOCX Editor](../Word/Word-Processor/react/mcp)
28+
- [MCP Server for Vue DOCX Editor](../Word/Word-Processor/vue/mcp)
29+
- [MCP Server for JavaScript DOCX Editor](../Word/Word-Processor/javascript-es5/mcp)
30+
- [MCP Server for TypeScript EDOCX Editor](../Word/Word-Processor/javascript-es6/mcp)
31+
- [MCP Server for ASP.NET MVC DOCX Editor](../Word/Word-Processor/asp-net-mvc/mcp)
32+
- [MCP Server for ASP.NET Core DOCX Editor](../Word/Word-Processor/asp-net-core/mcp)
33+
- [MCP Server for Blazor DOCX Editor](../Word/Word-Processor/blazor/mcp)
34+
- [MCP Server for WPF DOCX Editor](../Word/Word-Processor/wpf/mcp)
35+
36+
## See also
37+
38+
- Model Context Protocol(https://modelcontextprotocol.io/docs/2026-07-28/getting-started/intro)

0 commit comments

Comments
 (0)