Skip to content

Commit c882958

Browse files
988346: Updated the mcp configuration in Visual Studio.
1 parent cb0b882 commit c882958

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

blazor/ai-coding-assistants/mcp-server.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The [SyncfusionBlazorAssistant](https://www.npmjs.com/package/@syncfusion/blazor
2424
Before using [SyncfusionBlazorAssistant](https://www.npmjs.com/package/@syncfusion/blazor-assistant), ensure you have:
2525

2626
* Required [node](https://nodejs.org/en/) version >= 18
27-
* A [compatible MCP client](https://modelcontextprotocol.io/clients) (VS Code with GitHub Copilot, [Syncfusion<sup style="font-size:70%">&reg;</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<sup style="font-size:70%">&reg;</sup> CodeStudio](https://www.syncfusion.com/code-studio/), etc.)
2828
* An active Syncfusion<sup style="font-size:70%">&reg;</sup> license (any of the following):
2929
- [Commercial License](https://www.syncfusion.com/sales/unlimitedlicense)
3030
- [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
7373

7474
For additional details, see the Code Studio [documentation](https://help.syncfusion.com/code-studio/reference/configure-properties/mcp/marketplace).
7575

76-
### VS Code (GitHub Copilot MCP)
76+
### Visual Studio Code (GitHub Copilot MCP)
7777

7878
1. To configure an MCP server for a specific workspace, you can create a `.vscode/mcp.json` file in your workspace folder.
7979

@@ -98,7 +98,7 @@ For additional details, see the Code Studio [documentation](https://help.syncfus
9898
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.
9999

100100
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)
102102

103103
### Visual Studio (GitHub Copilot MCP)
104104

@@ -175,7 +175,7 @@ To configure an MCP server for a specific workspace, you can create a .cursor/mc
175175
4. Click OK and Apply.
176176

177177
> For more detailed information about configuring MCP servers in various clients, refer to the official documentations.
178-
* [VS Code](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server)
178+
* [Visual Studio Code](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server)
179179
* [Cursor](https://cursor.com/docs/context/mcp#using-mcp-json)
180180
* [JetBrains](https://www.jetbrains.com/help/ai-assistant/mcp.html#connect-to-an-mcp-server)
181181
* [Windsurf](https://docs.windsurf.com/windsurf/cascade/mcp#mcp-config-json)
@@ -192,7 +192,7 @@ To activate the SyncfusionBlazorAssistant MCP server:
192192
* '@ask_syncfusion_blazor'
193193
* 'ej2-blazor'
194194

195-
In VS Code, you can also use #SyncfusionBlazorAssistant to explicitly invoke the MCP server.
195+
In Visual Studio Code, you can also use #SyncfusionBlazorAssistant to explicitly invoke the MCP server.
196196

197197
2. Grant the SyncfusionBlazorAssistant MCP server a permission to run for this session, workspace, or always.
198198
3. For best results, start a new chat for each new topic to maintain clean context.

0 commit comments

Comments
 (0)