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: MAUI/AI-Coding-Assistant/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
@@ -11,7 +11,7 @@ documentation: ug
11
11
12
12
## Overview
13
13
14
-
The `SyncfusionMAUIAssistant` is a specialized [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro) server that provides intelligent assistance for developers using Syncfusion's .NET MAUI component libraries. This tool seamlessly integrates with compatible [MCP clients](https://modelcontextprotocol.io/clients) to enhance your development workflow when building .NET MAUI applications with Syncfusion<supstyle="font-size:70%">®</sup> components.
14
+
The [SyncfusionMAUIAssistant](https://www.npmjs.com/package/@syncfusion/maui-assistant) is a specialized [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro) server that provides intelligent assistance for developers using Syncfusion's .NET MAUI component libraries. This tool seamlessly integrates with compatible [MCP clients](https://modelcontextprotocol.io/clients) to enhance your development workflow when building .NET MAUI applications with Syncfusion<supstyle="font-size:70%">®</sup> components.
15
15
16
16
### Key Benefits
17
17
@@ -21,7 +21,7 @@ The `SyncfusionMAUIAssistant` is a specialized [Model Context Protocol (MCP)](ht
21
21
22
22
## Prerequisites
23
23
24
-
Before using `SyncfusionMAUIAssistant`, ensure you have:
24
+
Before using [SyncfusionMAUIAssistant](https://www.npmjs.com/package/@syncfusion/maui-assistant), ensure you have:
25
25
26
26
* Required [node](https://nodejs.org/en/) version >= 18
27
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.)
@@ -94,7 +94,7 @@ Below are setup instructions for popular MCP clients:
94
94
}
95
95
```
96
96
97
-
* 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 `SyncfusionMauiAssistant` server directly from the settings interface without additional commands.
97
+
* After updating the configuration in mcp.json, you'll notice a "Start" option at the top of the config. This allows you to easily start the [SyncfusionMAUIAssistant](https://www.npmjs.com/package/@syncfusion/maui-assistant) server directly from the settings interface without additional commands.
98
98
99
99
* Confirm the server is active by checking for a message like: `SyncfusionMAUIAssistant is running...` in the output.
100
100
@@ -123,7 +123,7 @@ Below are setup instructions for popular MCP clients:
123
123
```
124
124
125
125
* After updating the mcp.json configuration, open the GitHub Copilot Chat window. Click the Ask arrow, then select Agent.
126
-
* Select the `SyncfusionMAUIAssistant`from the tools section.
126
+
* Select the [SyncfusionMAUIAssistant](https://www.npmjs.com/package/@syncfusion/maui-assistant)from the tools section.
127
127
* For more details, refer to the official [Visual Studio documentation](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers?view=vs-2022).
128
128
129
129
### Cursor
@@ -208,7 +208,7 @@ Syncfusion<sup style="font-size:70%">®</sup> MCP Servers provide full access
208
208
209
209
### Example Queries
210
210
211
-
Here are some effective ways to use `SyncfusionMAUIAssistant`:
211
+
Here are some effective ways to use [SyncfusionMAUIAssistant](https://www.npmjs.com/package/@syncfusion/maui-assistant):
212
212
213
213
* "Create a Syncfusion .NET MAUI DataGrid component with paging, sorting and filtering"
214
214
* "How do I implement data binding with Syncfusion .NET MAUI Scheduler?"
0 commit comments