Skip to content

Commit 4767737

Browse files
986495: ai document updated
1 parent 76cce69 commit 4767737

File tree

5 files changed

+21
-125
lines changed

5 files changed

+21
-125
lines changed

blazor-toc.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,10 @@
148148
</li>
149149
</ul>
150150
</li>
151-
<li>AI Coding Assistants
151+
<li>AI Coding Assistant
152152
<ul>
153153
<li><a href="/blazor/ai-coding-assistants/overview">Overview</a></li>
154154
<li><a href="/blazor/ai-coding-assistants/mcp-server">MCP Server</a></li>
155-
<li><a href="/blazor/ai-coding-assistants/copilot-extension">Copilot Extension</a></li>
156155
</ul>
157156
</li>
158157
<li>Smart (AI) Solutions

blazor/ai-coding-assistants/copilot-extension.md

Lines changed: 0 additions & 99 deletions
This file was deleted.

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Syncfusion<sup style="font-size:70%">&reg;</sup> offers unlimited access to this
3737

3838
* Number of requests
3939
* Components usage
40-
* Query types
40+
* Query caps
4141
* Usage duration
4242

4343
This ensures users can fully leverage Syncfusion<sup style="font-size:70%">&reg;</sup> components to enhance their development experience without limitations.
@@ -66,12 +66,11 @@ You need to add your [Syncfusion API key](https://syncfusion.com/account/api-key
6666

6767
### Syncfusion<sup style="font-size:70%">&reg;</sup> Code Studio
6868

69-
* In [Code Studio](https://www.syncfusion.com/code-studio/), open MCP Marketplace, find `SyncfusionBlazorAssistant`, and click Install.
70-
* When prompted, enter your [Syncfusion API key](https://syncfusion.com/account/api-key) and click Submit to register.
71-
* It installs locally on your machine and appears in the Installed list.
72-
* The server is ready for use in Code Studio.
73-
74-
For additional details, see the Code Studio [documentation](https://help.syncfusion.com/code-studio/reference/configure-properties/mcp/marketplace).
69+
* In [Code Studio](https://www.syncfusion.com/code-studio/), open MCP Marketplace and navigate to the `Custom Servers` tab.
70+
* Enter the Server Name as `blazor-mcp`, choose Server Type as npm package, and set the NPM Package name to `@syncfusion/blazor-assistant`.
71+
* Add an environment variable as `Syncfusion_API_Key` and value as your [Syncfusion API key](https://syncfusion.com/account/api-key), then click **Install Server**.
72+
* Once installed, the server will appear in the User Installed Server list, and will be added to the **config.yaml** file.
73+
* The server is now ready for use in Code Studio. For more details, refer to the Code Studio [documentation](https://help.syncfusion.com/code-studio/reference/configure-properties/mcp/customservers#npm-server).
7574

7675
### VS Code (GitHub Copilot MCP)
7776

@@ -209,4 +208,4 @@ Product support is available through the following mediums.
209208

210209
## See also
211210

212-
* [Syncfusion Blazor Documentation](https://blazor.syncfusion.com/documentation)
211+
* [Syncfusion Blazor Documentation](https://blazor.syncfusion.com/documentation)

blazor/ai-coding-assistants/overview.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
11
---
22
layout: post
3-
title: Syncfusion AI Coding Assistants Overview | Syncfusion
4-
description: Learn how Syncfusion AI Coding Assistants boost Blazor productivity by generating accurate code snippets, configuration examples, and contextual guidance.
5-
control: Syncfusion AI Coding Assistants Overview
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.
5+
control: Syncfusion AI Coding Assistant Overview
66
platform: Blazor
77
documentation: ug
88
---
99

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

12-
The **Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistants** 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** 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.
1313

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

1616
* **The SyncfusionBlazorAssistant MCP Server**
1717
Processes advanced prompts and returns tailored code suggestions via [MCP-compatible clients](https://modelcontextprotocol.io/clients).
18-
* **SyncfusionBlazor GitHub Copilot Extension**
19-
Augments GitHub Copilot with Syncfusion-specific support for rapid component setup and contextual guidance in the IDE.
2018

2119
## Getting Started
2220

23-
To use the AI Coding Assistants, you need:
21+
To use the AI Coding Assistant, you need:
2422

2523
* A [Syncfusion<sup style="font-size:70%">&reg;</sup> user account](https://www.syncfusion.com/account)
2624
* An active Syncfusion<sup style="font-size:70%">&reg;</sup> license (any of the following):
@@ -32,11 +30,11 @@ To use the AI Coding Assistants, you need:
3230

3331
## Unlimited Access
3432

35-
Syncfusion<sup style="font-size:70%">&reg;</sup> offers unlimited access to the AI Coding Assistants, 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:
3634

3735
* Number of requests
3836
* Components usage
39-
* Query types
37+
* Query caps
4038
* Usage duration
4139

4240
This ensures users can fully leverage Syncfusion<sup style="font-size:70%">&reg;</sup> components to enhance their development experience without limitations.
@@ -58,7 +56,7 @@ This ensures users can fully leverage Syncfusion<sup style="font-size:70%">&reg;
5856

5957
## Privacy & Data Handling
6058

61-
The Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistants is designed with privacy in mind:
59+
The Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistant is designed with privacy in mind:
6260

6361
* The tools do not access your project files or workspace directly.
6462
* User prompts are not stored by any of the tools or used for any other purpose.
@@ -67,6 +65,5 @@ The Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistants is des
6765

6866
## See also
6967

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

blazor/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Components is an enterprise-grade, native UI components library for creating Blazor WebAssembly and Blazor Server applications. Built specifically for Blazor, the components are lightweight, responsive, and touch-friendly to support modern web applications.
1313

14-
> **Ready to streamline your Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor development?** Discover the full potential of Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components with Syncfusion<sup style="font-size:70%">&reg;</sup> AI Developer Tools. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like VS Code, Cursor, Syncfusion<sup style="font-size:70%">&reg;</sup> CodeStudio and more. [Explore Syncfusion<sup style="font-size:70%">&reg;</sup> AI Developer Tools](https://blazor.syncfusion.com/documentation/ai-coding-assistants/overview)
14+
> **Ready to streamline your Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor development?** Discover the full potential of Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components with Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistant. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like VS Code, Cursor, Syncfusion<sup style="font-size:70%">&reg;</sup> CodeStudio and more. [Explore Syncfusion<sup style="font-size:70%">&reg;</sup> AI Coding Assistant](https://blazor.syncfusion.com/documentation/ai-coding-assistants/overview)
1515
1616
## How to best read this user guide
1717

0 commit comments

Comments
 (0)