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
description: Learn how to add and use the Telerik Blazor GitHub Copilot extension for better developer productivity. The Telerik Blazor GitHub Copilot extension provides proprietary context about Telerik UI for Blazor to AI-powered software.
5
5
slug: ai-copilot-extension
6
6
tags: telerik,blazor,ai
7
7
published: True
@@ -24,7 +24,7 @@ To use the Telerik GitHub Copilot extension for Blazor, you need to have:
24
24
25
25
To install the Telerik Blazor Copilot extension:
26
26
27
-
1. Go the [TelerikBlazor GitHub App](https://github.com/apps/telerikblazor) page and click the **Install** button.
27
+
1. Go to the [TelerikBlazor GitHub App](https://github.com/apps/telerikblazor) page and click the **Install** button.
28
28
1. You will see a list that includes your GitHub account and all GitHub organizations that you are part of. Normally, select your GitHub account.
29
29
1. Click the **Install & Authorize** button. This will authorize the GitHub Copilot extension to integrate with your GitHub account.
30
30
1. Enter your GitHub password.
@@ -38,7 +38,7 @@ To install the Telerik Blazor Copilot extension:
38
38
To use the Telerik Blazor Copilot extension:
39
39
40
40
1. Open the GitHub Copilot chat window in your [Copilot-enabled app](https://docs.github.com/en/copilot/building-copilot-extensions/about-building-copilot-extensions#supported-clients-and-ides) (for example, Visual Studio or VS Code).
41
-
1. Make sure you are in **Ask** mode and not in **Edit** or **Agent** mode. The Edit and Agent mode do not use the Telerik Copilot extension. However, the Agent mode can use the [Telerik Blazor MCP server](slug:ai-mcp-server).
41
+
1. Make sure you are in **Ask** mode and not in **Edit** or **Agent** mode. The Edit and Agent modes do not use the Telerik Copilot extension. However, the Agent mode can use the [Telerik Blazor MCP server](slug:ai-mcp-server).
42
42
1. Start your prompt with `@telerikblazor` and type your request. Make sure that `@telerikblazor` is recognized and highlighted, otherwise the extension may not be installed.
43
43
1. Verify that you see **TelerikBlazor working...** in the output.
44
44
1. Grant permission to the Telerik Blazor extension to read your workspace files.
@@ -54,9 +54,9 @@ The following list describes how your prompts may look like:
54
54
55
55
## Number of Requests
56
56
57
-
> The usage limits below will take place after after June 28, 2025. Until then, each customer with an active commercial or trial license can make up to 300 daily requests.
57
+
> The usage limits below will take place after June 28, 2025. Until then, each customer with an active commercial or trial license can make up to 300 daily requests.
58
58
59
-
The Telerik Blazor Copilot extension allows the following maximum number of requests, depending on your license type:
59
+
The Telerik Blazor Copilot extension allows the following maximum number of requests, depending on your [Telerik license type](https://www.telerik.com/purchase/faq/licensing-purchasing):
Copy file name to clipboardExpand all lines: ai/mcp-server.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: MCP Server
3
3
page_title: Telerik Blazor MCP Server
4
-
description:
4
+
description: Learn how to add and use the Telerik Blazor MCP Server for better developer productivity. The Telerik Blazor MCP server provides proprietary context about Telerik UI for Blazor to AI-powered software.
5
5
slug: ai-mcp-server
6
6
tags: telerik,blazor,ai
7
7
published: True
@@ -10,7 +10,7 @@ position: 20
10
10
11
11
# Telerik Blazor MCP Server
12
12
13
-
The Telerik Blazor [MCP Server](https://modelcontextprotocol.io/introduction)enables you achieve interation with AI and reach new levels of developer productivity. The MCP server provides proprietary context to AI-powered IDEs, apps and tools. You can use the Telerik Blazor MCP server to ask about Telerik UI for Blazor components, features, or general usage. You can successfully prompt more complex questions and tasks, and generate tailored code that includes Telerik UI for Blazor components and API.
13
+
The Telerik Blazor [MCP Server](https://modelcontextprotocol.io/introduction)lets you interact with AI and reach new levels of developer productivity. The MCP server provides proprietary context to AI-powered IDEs, apps and tools. You can use the Telerik Blazor MCP server to ask about Telerik UI for Blazor components, features, or general usage. You can successfully prompt more complex questions and tasks, and generate tailored code that includes Telerik UI for Blazor components and API.
14
14
15
15
## Prerequisites
16
16
@@ -37,7 +37,7 @@ The generic settings of the Telerik Blazor MCP server are:
37
37
38
38
### Visual Studio
39
39
40
-
Refer to [Use MCP servers in Visual Studio](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers).
40
+
For detailed instructions, refer to [Use MCP servers in Visual Studio](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers).
41
41
42
42
To enable the Telerik MCP Server in a specific Blazor app, add a `.mcp.json` file to the solution folder.
43
43
@@ -65,7 +65,7 @@ To enable automatic global discovery of the Telerik MCP Server in Visual Studio,
65
65
66
66
### VS Code
67
67
68
-
Refer to [Use MCP servers in VS Code](https://code.visualstudio.com/docs/copilot/chat/mcp-servers).
68
+
For detailed instructions, refer to [Use MCP servers in VS Code](https://code.visualstudio.com/docs/copilot/chat/mcp-servers).
69
69
70
70
To enable the Telerik MCP Server in a specific workspace or Blazor app, add a `.vscode` folder with an `mcp.json` file at the root of the workspace:
71
71
@@ -114,7 +114,7 @@ To [add the Telerik MCP Server globally for VS Code, edit the VS Code `settings.
114
114
115
115
### Cursor
116
116
117
-
Refer to [Model Context Protocol](https://docs.cursor.com/context/model-context-protocol).
117
+
For detailed instructions, refer to [Model Context Protocol](https://docs.cursor.com/context/model-context-protocol).
118
118
119
119
To [enable the Telerik MCP Server in a specific workspace](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server-to-your-workspace) or Blazor app, add a `.cursor` folder with an `mcp.json` file at the root of the workspace.
120
120
@@ -170,7 +170,7 @@ To use the Telerik MCP Server:
170
170
*`Calling MCP tool telerik-blazor-assistant` (in Cursor)
171
171
172
172
If the Telerik MCP server is not used even though it's installed and enabled, then try rephrasing your prompt and use another trigger syntax from the list in step 1.
173
-
1. Grant the Telerik tool a permission to run for this session, workspace, or always.
173
+
1. Grant the Telerik tool permission to run for this session, workspace, or always.
174
174
1. If you want to prompt for information or code that are not related to your previous prompts, it is a good practice to start a new session in a new chat window, so that the context is not polluted by irrelevant old information.
175
175
176
176
To increase the probability of the Telerik MVC Server being used, or to call it without the need to mention "telerik" explicitly, add custom instructions to your AI-powered tool. Here are examples for [GitHub Copilot](https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot#about-repository-custom-instructions-for-github-copilot-chat) and [Cursor](https://docs.cursor.com/context/rules).
@@ -187,7 +187,7 @@ The following list describes how your prompts may look like:
187
187
188
188
> The usage limits below will take place after after June 28, 2025. Until then, each customer with an active commercial or trial license can make up to 300 daily requests.
189
189
190
-
The Telerik Blazor MCP Server allows the following maximum number of requests, depending on your license type:
190
+
The Telerik Blazor MCP Server allows the following maximum number of requests, depending on your [Telerik license type](https://www.telerik.com/purchase/faq/licensing-purchasing):
0 commit comments