Skip to content

Commit 5d09bdb

Browse files
Merge pull request #1263 from telerik/master
merge master into dev
2 parents a2bbea2 + e1183d1 commit 5d09bdb

File tree

56 files changed

+980
-209
lines changed

Some content is hidden

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

56 files changed

+980
-209
lines changed

ai/copilot-extension.md

Lines changed: 5 additions & 0 deletions
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.

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: 5 additions & 0 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 |

0 commit comments

Comments
 (0)