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: blazor/ai-coding-assistants/mcp-server.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The [SyncfusionBlazorAssistant](https://www.npmjs.com/package/@syncfusion/blazor
24
24
Before using [SyncfusionBlazorAssistant](https://www.npmjs.com/package/@syncfusion/blazor-assistant), ensure you have:
25
25
26
26
* Required [node](https://nodejs.org/en/) version >= 18
27
-
* A [compatible MCP client](https://modelcontextprotocol.io/clients) (VS Code with GitHub Copilot, [Syncfusion<supstyle="font-size:70%">®</sup> CodeStudio](https://www.syncfusion.com/code-studio/), etc.)
27
+
* A [compatible MCP client](https://modelcontextprotocol.io/clients) (Visual Studio Code with GitHub Copilot, [Syncfusion<supstyle="font-size:70%">®</sup> CodeStudio](https://www.syncfusion.com/code-studio/), etc.)
28
28
* An active Syncfusion<supstyle="font-size:70%">®</sup> license (any of the following):
-[Free Community License](https://www.syncfusion.com/products/communitylicense)
@@ -73,7 +73,7 @@ You need to add your [Syncfusion API key](https://syncfusion.com/account/api-key
73
73
74
74
For additional details, see the Code Studio [documentation](https://help.syncfusion.com/code-studio/reference/configure-properties/mcp/marketplace).
75
75
76
-
### VS Code (GitHub Copilot MCP)
76
+
### Visual Studio Code (GitHub Copilot MCP)
77
77
78
78
1. To configure an MCP server for a specific workspace, you can create a `.vscode/mcp.json` file in your workspace folder.
79
79
@@ -98,7 +98,7 @@ For additional details, see the Code Studio [documentation](https://help.syncfus
98
98
2. 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 [SyncfusionBlazorAssistant](https://www.npmjs.com/package/@syncfusion/blazor-assistant) server directly from the settings interface without additional commands.
99
99
100
100
3. Confirm that [SyncfusionBlazorAssistant](https://www.npmjs.com/package/@syncfusion/blazor-assistant) is being used (this does not happen automatically). Look for a statement in the output, which is similar to:
101
-
*`SyncfusionBlazorAssistant is running...` (in VS Code)
101
+
*`SyncfusionBlazorAssistant is running...` (in Visual Studio Code)
102
102
103
103
### Visual Studio (GitHub Copilot MCP)
104
104
@@ -175,7 +175,7 @@ To configure an MCP server for a specific workspace, you can create a .cursor/mc
175
175
4. Click OK and Apply.
176
176
177
177
> For more detailed information about configuring MCP servers in various clients, refer to the official documentations.
0 commit comments