Skip to content

Commit 005221d

Browse files
committed
split to two pages
1 parent 70b110a commit 005221d

File tree

10 files changed

+55
-13
lines changed

10 files changed

+55
-13
lines changed

common-features/ai-code-assistant.md renamed to ai/ai-coding-assistant.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: AI Code Assistant
3-
page_title: Telerik Blazor AI Code Assistant
2+
title: AI Coding Assistant
3+
page_title: Telerik Blazor AI Coding Assistant
44
description:
5-
slug: common-features-ai-code-assistant
5+
slug: ai-tooling-ai-coding-assistant
66
tags: telerik,blazor,ai
77
published: True
8-
position: 60
8+
position: 20
99
---
1010

11-
# Telerik Blazor AI Code Assistant
11+
# Telerik Blazor AI Coding Assistant
1212

1313
Telerik UI for Blazor provides a [GitHub Copilot](https://github.com/features/copilot) extension. If you are using GitHub Copilot, the extension can generate code snippets that include Telerik UI for Blazor components and API.
1414

@@ -57,4 +57,4 @@ To use the Telerik MCP server in Copilot Agent mode:
5757
## See Also
5858

5959
* [GitHub Copilot Tutorials](https://github.com/features/copilot/tutorials).
60-
* [Integrate Telerik UI for Blazor with Microsoft.Extensions.AI](slug:common-features-microsoft-extensions-ai-integration)
60+
* [Telerik MCP Server](slug:ai-tooling-mcp-server)

ai/mcp-server.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: MCP Server
3+
page_title: Telerik MCP Server
4+
description:
5+
slug: ai-mcp-server
6+
tags: telerik,blazor,ai
7+
published: True
8+
position: 10
9+
---
10+
11+
# Telerik MCP Server
12+
13+
Telerik UI for Blazor provides a [GitHub Copilot](https://github.com/features/copilot) extension. If you are using GitHub Copilot, the extension can generate code snippets that include Telerik UI for Blazor components and API.
14+
15+
## Prerequisites
16+
17+
## Installation
18+
19+
The [Agent mode of GitHub Copilot](https://code.visualstudio.com/blogs/2025/02/24/introducing-copilot-agent-mode) allows you to prompt AI for more complex tasks that require a multi-step process and affect more files.
20+
21+
To use the Telerik MCP server in Copilot Agent mode:
22+
23+
1. Create a `.vscode/mcp.json` file in your workspace (application root).
24+
1. Go to the [`telerik-blazor-mcp`](https://www.npmjs.com/package/@progress/telerik-blazor-mcp?activeTab=readme) npm package page and copy-paste the contents of `mcp.json`.
25+
1. At the bottom of the Copilot Chat pane, select **Agent** from the dropdown that contains **Ask**, **Edit**, and **Agent**.
26+
27+
> Do not click the **Add Server** button at the bottom-right of the open JSON file.
28+
> Do not execute `npm install @progress/telerik-blazor-mcp` manually.
29+
> Do not use `@telerikblazor` in your prompts, because the Copilot Agent mode does not use extensions.
30+
31+
## Usage
32+
33+
Start your prompt with `@TelerikBlazor` and type your request.
34+
35+
If you want to prompt for code that is not related to your previous prompts, then use a new Chat, so that the new context is not polluted by irrelevant old information.
36+
37+
## See Also
38+
39+
* [Telrik Blazor extension for GitHub Copilot](slug:ai-tooling-ai-coding-assistant).

docs-builder.yml

+3
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,9 @@ meta:
591591
common-features:
592592
title: Common Features
593593
position: 15
594+
ai:
595+
title: AI Tooling
596+
position: 14
594597
styling-and-themes:
595598
title: Styling and Themes
596599
position: 12

getting-started/client-blazor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ If you prefer video instructions, you can also check the video tutorial below.
113113

114114
## Next Steps
115115

116-
* Install the [Telerik GitHub Copilot extension for Blazor](slug:common-features-ai-code-assistant) to generate code snippets that include Telerik UI for Blazor components and API.
116+
* Use the [Telerik Blazor MCP server](slug:ai-tooling-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-tooling-ai-coding-assistant) to generate code snippets that include Telerik UI for Blazor components and API.
117117

118118
## See Also
119119

getting-started/hybrid-blazor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Refer to the following articles for more information on each technology stack:
127127
## Next Steps
128128

129129
* [Explore the specifics of Telerik UI for Blazor in native MAUI](slug:hybrid-blazor-apps)
130-
* Install the [Telerik GitHub Copilot extension for Blazor](slug:common-features-ai-code-assistant) to generate code snippets that include Telerik UI for Blazor components and API.
130+
* Use the [Telerik Blazor MCP server](slug:ai-tooling-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-tooling-ai-coding-assistant) to generate code snippets that include Telerik UI for Blazor components and API.
131131

132132
## See Also
133133

getting-started/vs-code-integration/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ To access the VS Code extension, press `Ctrl`+`Shift`+`P` on Windows/Linux or `C
3030

3131
## See Also
3232

33-
* [Telerik GitHub Copilot extension for Blazor](slug:common-features-ai-code-assistant)
33+
* [Telerik GitHub Copilot extension for Blazor](slug:ai-tooling-ai-coding-assistant)

getting-started/vs-integration/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ To access the Telerik Visual Studio extension, go to the **Extensions** > **Tele
3535
* [Creating New Projects with Visual Studio](slug:getting-started-vs-integration-new-project)
3636
* [Converting Existing Projects with Visual Studio](slug:getting-started-vs-integration-convert-project)
3737
* [Downloading the Latest Telerik UI for Blazor Versions](slug:getting-started-vs-integration-latest-version)
38-
* [Telerik GitHub Copilot extension for Blazor](slug:common-features-ai-code-assistant)
38+
* [Telerik GitHub Copilot extension for Blazor](slug:ai-tooling-ai-coding-assistant)

getting-started/web-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The final step in this tutorial is to use a Telerik UI for Blazor component in a
122122

123123
## Next Steps
124124

125-
* Install the [Telerik GitHub Copilot extension for Blazor](slug:common-features-ai-code-assistant) to generate code snippets that include Telerik UI for Blazor components and API.
125+
* Use the [Telerik Blazor MCP server](slug:ai-tooling-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-tooling-ai-coding-assistant) to generate code snippets that include Telerik UI for Blazor components and API.
126126

127127
## See Also
128128

getting-started/what-you-need.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ The Blazor application is ready to use Telerik components.
273273

274274
## Next Steps
275275

276-
* Install the [Telerik GitHub Copilot extension for Blazor](slug:common-features-ai-code-assistant) to generate code snippets that include Telerik UI for Blazor components and API.
276+
* Use the [Telerik Blazor MCP server](slug:ai-tooling-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-tooling-ai-coding-assistant) to generate code snippets that include Telerik UI for Blazor components and API.
277277

278278
## See Also
279279

introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ To use UI for Blazor commercially, you need to <a href="https://www.telerik.com/
223223

224224
For questions and issues related to Telerik UI for Blazor, use any of the available support channels:
225225

226-
* The [Telerik GitHub Copilot extension for Blazor](slug:common-features-ai-code-assistant) can help you generate code snippets that include Telerik UI for Blazor components and API.
226+
* The [Telerik Blazor MCP server](slug:ai-tooling-mcp-server) and the [Telerik Blazor GitHub Copilot extension](slug:ai-tooling-ai-coding-assistant) can help you generate code snippets that include Telerik UI for Blazor components and API.
227227

228228
* License holders and active trialists can take advantage of our outstanding customer support. To submit a support ticket, use the dedicated [UI for Blazor support](https://www.telerik.com/account/support-tickets/) system.
229229

0 commit comments

Comments
 (0)