From e8506feb424d2dccd9ea9278c366ffd05aa813ed Mon Sep 17 00:00:00 2001 From: VijayakumarSF4470 <160592658+VijayakumarSF4470@users.noreply.github.com> Date: Wed, 29 Jul 2026 13:48:18 +0530 Subject: [PATCH 1/2] 1041550: Update the MCP file, add tool installation caution. --- blazor/mcp.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/blazor/mcp.md b/blazor/mcp.md index a3f05a7782..7fa428a4f2 100644 --- a/blazor/mcp.md +++ b/blazor/mcp.md @@ -13,6 +13,8 @@ Syncfusion® MCP Server accelerate Blazor ap These tools speed up development and reinforce best practices for Syncfusion component integration. +> The previously available **Agentic UI Builder** (`#sf_blazor_ui_builder`) has been upgraded to an **Agent skill-based experience** and is no longer part of the MCP Server. To learn more about the new **Agentic UI Builder**, see the [documentation](https://blazor.syncfusion.com/documentation/agentic-ui-builder). The **AI Coding Assistant** (#sf_react_assistant) has been **renamed** to **search_docs** (`#search_docs`) to ensure the tool name follows MCP naming conventions. + ## Key Benefits - **Expert Component Knowledge** - Deep understanding of 145+ Blazor components and their implementation patterns. @@ -149,6 +151,8 @@ You can install the Syncfusion Blazor MCP server as a local tool without a globa dotnet tool install Syncfusion.Blazor.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 (`.vscode/mcp.json`), replace the server entry with: ````json From 7306eb1c052567b90f3b033ab6214f4ea966bce5 Mon Sep 17 00:00:00 2001 From: VijayakumarSF4470 <160592658+VijayakumarSF4470@users.noreply.github.com> Date: Wed, 29 Jul 2026 15:51:29 +0530 Subject: [PATCH 2/2] 1041550: Update the MCP file, add tool installation caution. --- blazor/mcp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blazor/mcp.md b/blazor/mcp.md index 7fa428a4f2..4efb4134e5 100644 --- a/blazor/mcp.md +++ b/blazor/mcp.md @@ -9,7 +9,7 @@ documentation: ug # Syncfusion Blazor MCP Server -Syncfusion® MCP Server accelerate Blazor 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® MCP Server accelerate Blazor 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 component integration. @@ -265,4 +265,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