Skip to content

Commit 65a8a3c

Browse files
1043976: Added the note section in all the nuget install MCP server page
1 parent d886ca4 commit 65a8a3c

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

Document-Processing/PDF/PDF-Viewer/asp-net-core/mcp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ You can install the Syncfusion ASP.NET Core MCP server as a local tool without a
149149
dotnet tool install Syncfusion.AspNetCore.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.
153+
152154
2. In your MCP client config (for example, `.vscode/mcp.json`), replace the server entry with:
153155

154156
````json

Document-Processing/PDF/PDF-Viewer/asp-net-mvc/mcp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ You can install the Syncfusion ASP.NET MVC MCP server as a local tool without a
149149
dotnet tool install Syncfusion.AspNetMVC.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.
153+
152154
2. In your MCP client config (for example, `.vscode/mcp.json`), replace the server entry with:
153155

154156
````json

Document-Processing/PDF/PDF-Viewer/winforms/pdfviewer-mcp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ You can install the Syncfusion WinForms MCP Server as a local tool without requi
149149
dotnet tool install Syncfusion.WinForms.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.
153+
152154
2. In your MCP client config (for example, `.vscode/mcp.json`), replace the server entry with:
153155

154156
````json

Document-Processing/PDF/PDF-Viewer/wpf/pdfviewer-mcp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ You can install the Syncfusion WPF MCP Server as a local tool without requiring
148148
dotnet tool install Syncfusion.WPF.MCP
149149
````
150150

151+
> 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+
151153
2. In your MCP client config (for example, `.vscode/mcp.json`), replace the server entry with:
152154

153155
````json

0 commit comments

Comments
 (0)