Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
db31642
Added new kb article conditionally-show-hide-expand-arrow-datagrid
Oct 6, 2025
d644837
Merge pull request #1251 from telerik/new-kb-conditionally-show-hide-…
didiyordanova Oct 8, 2025
f82e375
Added new kb article hide-default-expand-icon-maui-collectionview-gro…
Oct 8, 2025
bd39191
Update knowledge-base/hide-default-expand-icon-maui-collectionview-gr…
didiyordanova Oct 8, 2025
5378a29
Merge pull request #1252 from telerik/new-kb-hide-default-expand-icon…
didiyordanova Oct 8, 2025
2cd5021
add controls to builder yml, update images, add mcp ask mode
didiyordanova Oct 10, 2025
119c291
Merge pull request #1253 from telerik/didi/fix-issues
didiyordanova Oct 10, 2025
702ccb4
Added new kb article scheduler-month-view-clickable-three-dots
Oct 14, 2025
396395e
Added new kb article styling-radcollectionview-xaml-csharp-background…
Oct 14, 2025
37de564
Added new kb article adjusting-treeview-row-height-expand-button-margin
Oct 14, 2025
002ba4f
update redirects, mcp server and dg images
didiyordanova Oct 14, 2025
90c6fbe
ai mcp update
didiyordanova Oct 14, 2025
5afe978
Merge pull request #1258 from telerik/didi/fix-links
didiyordanova Oct 14, 2025
c7552e7
update redirect
didiyordanova Oct 14, 2025
cd1f392
Merge pull request #1259 from telerik/didi/fix-links
didiyordanova Oct 14, 2025
4354aa1
deprectae extension and update prompt article
didiyordanova Oct 15, 2025
970c84d
fix important note
didiyordanova Oct 15, 2025
9576d29
Merge pull request #1261 from telerik/didi/update-ai
didiyordanova Oct 15, 2025
846c52d
Merge pull request #1257 from telerik/new-kb-adjusting-treeview-row-h…
didiyordanova Oct 16, 2025
7dd60ee
Merge pull request #1256 from telerik/new-kb-styling-radcollectionvie…
didiyordanova Oct 16, 2025
9f075bf
Merge pull request #1255 from telerik/new-kb-scheduler-month-view-cli…
didiyordanova Oct 16, 2025
b1c9e54
update images and add extension note in overview ai article.
didiyordanova Oct 17, 2025
e1183d1
Merge pull request #1262 from telerik/didi/update-images
didiyordanova Oct 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ai/copilot-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ position: 3

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).

>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.
>
> 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.


This extension enhances GitHub Copilot with proprietary context about Telerik MAUI controls, helping you:

* Generate code snippets using Telerik MAUI components.
Expand Down
4 changes: 4 additions & 0 deletions ai/mcp-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ The Telerik MAUI [MCP (Model Context Protocol) Server](https://modelcontextproto

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.

>tip The Telerik .NET MAUI MCP Server works in **Chat**(**Ask**) and **Agent** modes.


## Prerequisites

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

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

### Improving Server Usage

Expand Down
5 changes: 5 additions & 0 deletions ai/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ The Telerik AI Coding Assistant is available through:
* [Telerik MAUI GitHub Copilot Extension]({%slug ai-copilot-extension%})
* [Telerik MAUI MCP Server]({%slug ai-mcp-server%})

>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.
>
> 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.


### Key Differences

| Feature | MCP Server | GitHub Copilot Extension |
Expand Down
Loading
Loading