Skip to content

Commit 75dc329

Browse files
authored
Merge branch 'master' into api-key-as-primary-auth-method
2 parents 6d6ef05 + 967f336 commit 75dc329

File tree

321 files changed

+3102
-1900
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

321 files changed

+3102
-1900
lines changed

ai/copilot-extension.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ position: 3
1111

1212
The Telerik MAUI [GitHub Copilot](https://github.com/features/copilot) extension is an AI-powered coding assistant that provides specialized knowledge about [Telerik UI for .NET MAUI components](https://www.telerik.com/maui-ui).
1313

14+
>caution [Microsoft is sunsetting GitHub Copilot extensions](https://github.blog/changelog/2025-09-24-deprecate-github-copilot-extensions-github-apps/) on November 10th, 2025, in favor of the Model Context Protocol (MCP) standard.
15+
>
16+
> From that date, the Telerik and Kendo UI AI Coding Assistants will be available exclusively through our [MCP server]({%slug ai-mcp-server%}), ensuring you continue to enjoy the same powerful capabilities that are delivered by a modern, open, and officially recommended standard.
17+
18+
1419
This extension enhances GitHub Copilot with proprietary context about Telerik MAUI controls, helping you:
1520

1621
* Generate code snippets using Telerik MAUI components.
@@ -54,7 +59,7 @@ To use the Telerik MAUI Copilot extension:
5459

5560
The following examples demonstrate useful prompts for the Telerik MAUI extension:
5661

57-
* "`@telerikmaui` Generate a DataGrid with 5 columns and 500 records. Enable sorting for the firs column and include paging."
62+
* "`@telerikmaui` Generate a DataGrid with 5 columns and 500 records. Enable sorting for the first column and include paging."
5863
* "`@telerikmaui` Create a Telerik ComboBox with sample data for customers. Enable multiple selection and preselect the first two customers."
5964
* "`@telerikmaui` Show me how to implement a Chart with line series."
6065
* "`@telerikmaui` Generate a CollectionView with grouping and filtering capabilities."

ai/mcp-server.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ The Telerik MAUI [MCP (Model Context Protocol) Server](https://modelcontextproto
1313

1414
This MCP server enables AI-powered IDEs and tools to generate more accurate, tailored code that leverages [Telerik UI for .NET MAUI components](https://www.telerik.com/maui-ui) and APIs. You can ask complex questions about Telerik components, request specific implementations, and generate comprehensive code solutions.
1515

16+
>tip The Telerik .NET MAUI MCP Server works in **Chat**(**Ask**) and **Agent** modes.
17+
18+
1619
## Prerequisites
1720

1821
To use the Telerik MAUI MCP server, you need:
@@ -176,6 +179,7 @@ To use the Telerik MCP Server:
176179
3. Grant permissions when prompted (per session, workspace, or always).
177180

178181
4. Start fresh sessions for unrelated prompts to avoid context pollution.
182+
5. Use in **Chat**(**Ask**) and **Agent** modes.
179183

180184
### Improving Server Usage
181185

ai/overview.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ The Telerik AI Coding Assistant is available through:
2020
* [Telerik MAUI GitHub Copilot Extension]({%slug ai-copilot-extension%})
2121
* [Telerik MAUI MCP Server]({%slug ai-mcp-server%})
2222

23+
>caution [Microsoft is sunsetting GitHub Copilot extensions](https://github.blog/changelog/2025-09-24-deprecate-github-copilot-extensions-github-apps/) on November 10th, 2025, in favor of the Model Context Protocol (MCP) standard.
24+
>
25+
> From that date, the Telerik and Kendo UI AI Coding Assistants will be available exclusively through our [MCP server]({%slug ai-mcp-server%}), ensuring you continue to enjoy the same powerful capabilities that are delivered by a modern, open, and officially recommended standard.
26+
27+
2328
### Key Differences
2429

2530
| Feature | MCP Server | GitHub Copilot Extension |
@@ -41,25 +46,28 @@ To use the Telerik MAUI AI Coding Assistant, you need:
4146
Consider the following recommendations when working with the AI Coding Assistant:
4247

4348
* Add NuGet packages/referenced assemblies for the Telerik UI for WPF product.
44-
* Set the .sln as a context.
49+
* Set the `.sln` as a context.
4550
* When switching between tasks and files, start a new session in a new chat window to avoid polluting the context with irrelevant or outdated information.
4651
* At the time of publishing, Claude Sonnet 4 produces optimal results.
4752

4853
## Usage Limits
4954

5055
Access to the AI Coding Assistant depends on your [Telerik license type](https://www.telerik.com/purchase/faq/licensing-purchasing):
5156

52-
Subscription License:
57+
### Subscription License
58+
5359
* A Subscription is the primary license that grants full access to the AI Coding Assistant.
5460
* Includes a virtually unlimited number of requests, with a fair use threshold of 300 requests per day.
5561
* Best for ongoing and high-volume usage.
5662

57-
Perpetual License (Limited Access):
63+
### Perpetual License (Limited Access)
64+
5865
* Perpetual licenses include limited access of 50 requests per year.
5966
* Intended for exploring and trying out the AI Coding Assistant.
6067
* For continued or higher-volume access, upgrade to a Subscription license.
6168

62-
Trial License:
69+
### Trial License
70+
6371
* Trial licenses include 300 requests per trial per year.
6472
* Reactivating the same trial for a new release does not grant additional requests.
6573
* Designed for evaluating the feature before purchasing.

0 commit comments

Comments
 (0)