Skip to content

Commit 4600096

Browse files
Merge pull request #7048 from syncfusion-content/984330-AI-Prompt
Updated Blazor common Getting Started code snippet and common UG documentation using AI prompt
2 parents a6ceb1b + 3c08b42 commit 4600096

File tree

12 files changed

+163
-161
lines changed

12 files changed

+163
-161
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
layout: post
3-
title: SyncfusionBlazorAssistant MCP Server | Syncfusion
4-
description: Learn how to configure and use SyncfusionBlazorAssistant MCP server for intelligent code generation, documentation, and troubleshooting in Blazor apps.
3+
title: SyncfusionBlazorAssistant MCP server | Syncfusion
4+
description: Learn how to configure and use SyncfusionBlazorAssistant MCP server for intelligent code generation, documentation, and troubleshooting in Blazor applications.
55
control: Getting started with SyncfusionBlazorAssistant MCP Server
66
platform: Blazor
77
documentation: ug
88
---
99

10-
# SyncfusionBlazorAssistant MCP Server
10+
# SyncfusionBlazorAssistant MCP server
1111

1212
## Overview
1313

14-
The [SyncfusionBlazorAssistant](https://www.npmjs.com/package/@syncfusion/blazor-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 Blazor component libraries. This tool seamlessly integrates with compatible [MCP clients](https://modelcontextprotocol.io/clients) to enhance your development workflow when building Blazor applications with Syncfusion<sup style="font-size:70%">&reg;</sup> components.
14+
The [SyncfusionBlazorAssistant](https://www.npmjs.com/package/@syncfusion/blazor-assistant) is a specialized [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro) server that provides intelligent assistance for developers using Syncfusion Blazor component libraries. This tool seamlessly integrates with compatible [MCP clients](https://modelcontextprotocol.io/clients) to enhance your development workflow when building Blazor applications with Syncfusion<sup style="font-size:70%">&reg;</sup> components.
1515

16-
### Key Benefits
16+
### Key benefits
1717

1818
* Intelligent code generation for Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components.
1919
* Detailed component documentation and usage examples.
@@ -23,15 +23,15 @@ The [SyncfusionBlazorAssistant](https://www.npmjs.com/package/@syncfusion/blazor
2323

2424
Before using [SyncfusionBlazorAssistant](https://www.npmjs.com/package/@syncfusion/blazor-assistant), ensure you have:
2525

26-
* Required [node](https://nodejs.org/en/) version >= 18
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.)
26+
* Required [Node.js](https://nodejs.org/en/) version >= 18
27+
* A [compatible MCP client](https://modelcontextprotocol.io/clients) (Visual Studio Code with GitHub Copilot, [Syncfusion<sup style="font-size:70%">&reg;</sup> Code Studio](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)
3131
- [Free Trial](https://www.syncfusion.com/account/manage-trials/start-trials)
32-
* An active [API KEY](https://syncfusion.com/account/api-key)
32+
* An active [API key](https://www.syncfusion.com/account/api-key)
3333

34-
## Unlimited Access
34+
## Unlimited access
3535

3636
Syncfusion<sup style="font-size:70%">&reg;</sup> offers unlimited access to this MCP server. There are no restrictions on:
3737

@@ -46,15 +46,15 @@ This ensures users can fully leverage Syncfusion<sup style="font-size:70%">&reg;
4646

4747
Before you can invoke the `SyncfusionBlazorAssistant` MCP server, you need to configure your MCP client with these core settings. The **Generic MCP Server Settings** shown below are identical across all clients:
4848

49-
### Generic MCP Server Settings
49+
### Generic MCP server settings
5050

5151
- **npm package name**: `@syncfusion/blazor-assistant`
5252
- **Type**: stdio (standard input/output transport)
5353
- **Command**: npx
5454
- **Arguments**: -y
5555
- **Server name**: syncfusionBlazorAssistant
5656

57-
You need to add your [Syncfusion API key](https://syncfusion.com/account/api-key) as an env parameter in the configuration file:
57+
You need to add your [Syncfusion API key](https://www.syncfusion.com/account/api-key) as an env parameter in the configuration file:
5858

5959
```json
6060
"env": {
@@ -93,7 +93,7 @@ Below are setup instructions for popular MCP clients:
9393
}
9494
```
9595

96-
* 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.
96+
* 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 [SyncfusionBlazorAssistant](https://www.npmjs.com/package/@syncfusion/blazor-assistant) server directly from the settings interface without additional commands.
9797

9898
* Confirm the server is active by checking for a message like: `SyncfusionBlazorAssistant is running...` in the output.
9999

@@ -176,7 +176,7 @@ For more details, refer to the [Cursor documentation](https://cursor.com/docs/co
176176

177177
For further assistance, see the [JetBrains documentation](https://www.jetbrains.com/help/ai-assistant/mcp.html#connect-to-an-mcp-server).
178178

179-
> For more detailed information about configuring MCP servers in various clients, refer to the official documentations, e.g., [Windsurf](https://docs.windsurf.com/windsurf/cascade/mcp#mcp-config-json)
179+
> For more detailed information about configuring MCP servers in various clients, refer to the official documentation, e.g., [Windsurf](https://docs.windsurf.com/windsurf/cascade/mcp#mcp-config-json)
180180
181181
## Usage
182182

@@ -199,7 +199,7 @@ To activate the SyncfusionBlazorAssistant MCP server:
199199

200200
Syncfusion<sup style="font-size:70%">&reg;</sup> MCP Servers provide full access to all AI interaction modes — Ask/Chat, Edit, and Agent — across supported MCP clients.
201201

202-
### Best Practices for Effective Usage
202+
### Best practices for effective usage
203203

204204
1. `Be specific`: Mention both platform and component (e.g., "How do I create a Syncfusion Blazor Grid with paging and filtering?").
205205
2. `Provide context`: Include details about your use case for more targeted solutions.
@@ -225,7 +225,7 @@ If you encounter issues:
225225

226226
## Support
227227

228-
Product support is available through the following mediums.
228+
Product support is available through the following channels.
229229

230230
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours \| Unlimited tickets \| Holiday support
231231
* [Community forum](https://www.syncfusion.com/forums/blazor-components)
@@ -234,4 +234,4 @@ Product support is available through the following mediums.
234234

235235
## See also
236236

237-
* [Syncfusion Blazor Documentation](https://blazor.syncfusion.com/documentation)
237+
* [Syncfusion Blazor documentation](https://blazor.syncfusion.com/documentation)
Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
---
22
layout: post
3-
title: Syncfusion AI Coding Assistant Overview | Syncfusion
4-
description: Learn how Syncfusion AI Coding Assistant boost Blazor productivity by generating accurate code snippets, configuration examples, and contextual guidance.
3+
title: Syncfusion AI Coding Assistant overview | Syncfusion
4+
description: Learn how the Syncfusion AI Coding Assistant boosts Blazor productivity by generating accurate code snippets, configuration examples, and contextual guidance.
55
control: Syncfusion AI Coding Assistant Overview
66
platform: Blazor
77
documentation: ug
88
---
99

10-
# Syncfusion® AI Coding Assistant Overview
10+
# Syncfusion® AI Coding Assistant overview
1111

12-
The **Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistant** are designed to streamline your development workflow when building Blazor applications with Syncfusion<sup style="font-size:70%">&reg;</sup> components. It uses contextual knowledge of the Syncfusion<sup style="font-size:70%">&reg;</sup> component library to generate accurate code snippets, configuration examples, and guided explanations—minimizing documentation searches and maximizing productivity.
12+
The **Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistant** is designed to streamline development when building Blazor applications with Syncfusion<sup style="font-size:70%">&reg;</sup> components. It uses contextual knowledge of the Syncfusion<sup style="font-size:70%">&reg;</sup> component library to generate accurate code snippets, configuration examples, and guided explanations—minimizing documentation searches and maximizing productivity.
1313

14-
AI Coding Assistant:
14+
AI Coding Assistants:
1515

16-
* **The SyncfusionBlazorAssistant MCP Server**
17-
Processes advanced prompts and returns tailored code suggestions via [MCP-compatible clients](https://modelcontextprotocol.io/clients).
16+
* **SyncfusionBlazorAssistant MCP server**
17+
Processes prompts and returns tailored code suggestions through [MCP-compatible clients](https://modelcontextprotocol.io/clients).
1818

19-
## Getting Started
19+
## Getting started
2020

21-
To use the AI Coding Assistant, you need:
21+
To use the AI Coding Assistant, the following are required:
2222

2323
* A [Syncfusion<sup style="font-size:70%">&reg;</sup> user account](https://www.syncfusion.com/account)
2424
* An active Syncfusion<sup style="font-size:70%">&reg;</sup> license (any of the following):
2525
- [Commercial License](https://www.syncfusion.com/sales/unlimitedlicense)
2626
- [Free Community License](https://www.syncfusion.com/products/communitylicense)
2727
- [Free Trial](https://www.syncfusion.com/account/manage-trials/start-trials)
28-
* An active [API KEY](https://syncfusion.com/account/api-key)
28+
* An active [API key](https://www.syncfusion.com/account/api-key)
2929
* A [Blazor application that includes SyncfusionBlazor](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app)
3030

31-
## Unlimited Access
31+
## Unlimited access
3232

33-
Syncfusion<sup style="font-size:70%">&reg;</sup> offers unlimited access to the AI Coding Assistant, with no limitations on:
33+
Syncfusion<sup style="font-size:70%">&reg;</sup> offers unlimited access to the AI Coding Assistant with no limitations on:
3434

3535
* Number of requests
3636
* Components usage
@@ -39,31 +39,33 @@ Syncfusion<sup style="font-size:70%">&reg;</sup> offers unlimited access to the
3939

4040
This ensures users can fully leverage Syncfusion<sup style="font-size:70%">&reg;</sup> components to enhance their development experience without limitations.
4141

42-
## Best Practices
42+
## Best practices
4343

4444
* Initial Setup: Use the tools to quickly add and configure Syncfusion<sup style="font-size:70%">&reg;</sup> components in your Blazor application.
4545
* Feature Tuning: Enable or disable component features through prompt-based configuration for tailored functionality.
4646
* Data Binding: Generate sample data for testing and prototyping. Avoid using sensitive or production data to ensure security.
47-
* Step-by-step explanations: Use annotated code to understand component behavior. Note that the level of detail may vary depending on the tool, mode, and AI model used. Refer to the [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Documentation](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app) for in-depth information.
47+
* Step-by-step explanations: Use annotated code to understand component behavior. The level of detail may vary based on the tool, mode, and AI model. Refer to the [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor documentation](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app) for in-depth information.
48+
* Troubleshooting: Resolve common issues with AI-generated suggestions. For complex problems, see the [documentation](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app) or contact [support](https://support.syncfusion.com/support/tickets/create).
49+
4850
* Troubleshooting: Resolve common issues with AI-generated suggestions. For complex problems, refer to [documentation](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app) or [support](https://support.syncfusion.com/support/tickets/create).
4951

5052
> Always check AI-generated content and code for accuracy before using it.
5153
5254
## Recommendations
5355

5456
* Session Management: Start new sessions when switching tasks to ensure prompt relevance and maintain content focus.
55-
* Model Compatibility: For optimal performance, use the tools with advanced AI models such as GPT-5 or Claude Sonnet 4.
57+
* Model compatibility: For optimal performance, use the tools with advanced AI models such as GPT-5 or Claude Sonnet 4.
5658

57-
## Privacy & Data Handling
59+
## Privacy and data handling
5860

5961
The Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistant is designed with privacy in mind:
6062

6163
* The tools do not access your project files or workspace directly.
6264
* User prompts are not stored by any of the tools or used for any other purpose.
6365
* Prompts are not used to train Syncfusion<sup style="font-size:70%">&reg;</sup> models.
64-
* The assistant generates context, while the final output is handled by your selected AI model.
66+
* The assistant provides context, while the final output is generated by the AI model selected in your client.
6567

6668
## See also
6769

68-
* Add the [SyncfusionBlazorAssistant MCP Server](https://blazor.syncfusion.com/documentation/ai-coding-assistant/mcp-server) to an MCP-enabled client
69-
* [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Documentation](https://blazor.syncfusion.com/documentation)
70+
* Add the [SyncfusionBlazorAssistant MCP server](https://blazor.syncfusion.com/documentation/ai-coding-assistant/mcp-server) to an MCP-enabled client
71+
* [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor documentation](https://blazor.syncfusion.com/documentation)

blazor/getting-started/blazor-server-side-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ N> If an Interactivity Location is set to `Global` and the **Render Mode** is se
227227
{
228228
OrderID = 1000 + x,
229229
CustomerID = (new string[] { "ALFKI", "ANANTR", "ANTON", "BLONP", "BOLID" })[new Random().Next(5)],
230-
Freight = 2.1 * x,
230+
Freight = 2 * x,
231231
OrderDate = DateTime.Now.AddDays(-x),
232232
}).ToList();
233233
}

blazor/getting-started/blazor-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ N> If an **Interactivity Location** is set to `Global` and the **Render Mode** i
293293
{
294294
OrderID = 1000 + x,
295295
CustomerID = (new string[] { "ALFKI", "ANANTR", "ANTON", "BLONP", "BOLID" })[new Random().Next(5)],
296-
Freight = 2.1 * x,
296+
Freight = 2 * x,
297297
OrderDate = DateTime.Now.AddDays(-x),
298298
}).ToList();
299299
}

blazor/getting-started/blazor-webassembly-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor DataGrid compone
217217
{
218218
OrderID = 1000 + x,
219219
CustomerID = (new string[] { "ALFKI", "ANANTR", "ANTON", "BLONP", "BOLID" })[new Random().Next(5)],
220-
Freight = 2.1 * x,
220+
Freight = 2 * x,
221221
OrderDate = DateTime.Now.AddDays(-x),
222222
}).ToList();
223223
}
69.9 KB
Loading

0 commit comments

Comments
 (0)