From 05a5a418300aee0388f1f6221d9cdf2a9eb27975 Mon Sep 17 00:00:00 2001 From: VijayakumarSF4470 <160592658+VijayakumarSF4470@users.noreply.github.com> Date: Wed, 29 Jul 2026 19:15:35 +0530 Subject: [PATCH] 1041550: Update the MCP file, add tool installation caution. --- Document-Processing/mcp.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Document-Processing/mcp.md b/Document-Processing/mcp.md index 624364651e..f5016bf10d 100644 --- a/Document-Processing/mcp.md +++ b/Document-Processing/mcp.md @@ -9,7 +9,7 @@ documentation: ug # Syncfusion Document SDK MCP Server -Syncfusion® Document SDK MCP Server accelerates document processing application development by providing deep knowledge directly in your AI-powered IDE. [Model Context Protocol](https://modelcontextprotocol.io/docs/getting-started/intro) (MCP) integration enables quick access to documentation, API references, and code-generation features from within the development environment. +Syncfusion® Document SDK MCP Server accelerates document processing 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. These tools speed up development and reinforce best practices for Syncfusion document processing libraries integration. @@ -149,6 +149,8 @@ You can install the Syncfusion Document SDK MCP server as a local tool without a dotnet tool install Syncfusion.DocumentSdk.MCP ```` + > 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. + 2. In your MCP client config (for example, `.vscode/mcp.json`), replace the server entry with: ````json @@ -262,4 +264,4 @@ The MCP Server acts purely as a knowledge bridge, connecting your AI model with ## See also -- [Model Context Protocol](https://modelcontextprotocol.io/docs/getting-started/intro) \ No newline at end of file +- [Model Context Protocol](https://modelcontextprotocol.io/docs/2026-07-28/getting-started/intro) \ No newline at end of file