Skip to content

Commit bda3362

Browse files
chore: remove reporting copilot extension (#1933)
* chore: remove reporting copilot extension * Update prompt-library.md * Update ai-coding-assistant/prompt-library.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 012097d commit bda3362

File tree

5 files changed

+20
-131
lines changed

5 files changed

+20
-131
lines changed

ai-coding-assistant/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Learn about the latest changes, improvements, and bug fixes in the Telerik Repor
1414

1515
## November, 2025 Changelog
1616

17+
> [Microsoft sunset GitHub Copilot extensions](https://github.blog/changelog/2025-09-24-deprecate-github-copilot-extensions-github-apps) on November 10, 2025, in favor of the Model Context Protocol (MCP) standard.
18+
1719
### Highlights
1820

1921
- Added support for the HTML5 MVC, HTML5 WebForms, WinForms, and WPF Report Viewers.

ai-coding-assistant/copilot-extension.md

Lines changed: 0 additions & 95 deletions
This file was deleted.

ai-coding-assistant/mcp-server.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: MCP Server
3-
page_title: Telerik Reporting MCP Server
4-
description: "Learn how to add and use the Telerik Reporting MCP Server as a .NET Telerik Reporting AI coding assistant and code generator for increased developer productivity."
2+
title: Getting Started
3+
page_title: Getting Started with the Telerik Reporting AI Coding Assistant
4+
description: "Learn how to add and use the Telerik Reporting MCP Server as a Reporting AI coding assistant and code generator for better developer productivity. The Telerik Reporting MCP server provides proprietary context about Telerik Reporting to AI-powered software."
55
slug: ai-mcp-server
66
tags: telerik, reporting, ai, server, mcp, dotnet,coding assistant
77
published: True
88
position: 1
9+
previous_url: /ai-coding-assistant/copilot-extension
910
reportingArea: General
1011
---
1112

@@ -362,7 +363,6 @@ This setup allows you to use the Telerik AI Coding Assistant without cloud-based
362363
363364
## See Also
364365
365-
* [Telerik Reporting GitHub Copilot Extension]({%slug ai-copilot-extension%})
366366
* [AI Coding Assistant Overview]({%slug ai-coding-assistant%})
367367
* [Telerik Reporting Prompt Library]({%slug ai-prompt-library%})
368368
* [Kendo UI for Angular MCP Server](https://www.telerik.com/kendo-angular-ui/components/ai-assistant/mcp-server)

ai-coding-assistant/overview.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@ Telerik Reporting offers an **AI Coding Assistant** that leverages AI to enhance
1515

1616
The AI Coding Assistant is an AI code generator that provides specialized context to AI models, enabling them to produce higher-quality code samples.
1717

18-
The **AI Coding Assistant** is integrated in:
19-
20-
* [Telerik Reporting MCP server]({%slug ai-mcp-server%}) - A powerful tool for running complex or multi-step prompts that integrates with any MCP-enabled client.
21-
22-
* [Telerik Reporting GitHub Copilot Extension]({%slug ai-copilot-extension%}) - A Copilot add-on for fast initial code generation, widget configuration, and detailed explanations within Copilot-enabled IDEs.
23-
24-
You can combine both integrations for even more powerful results.
18+
The **AI Coding Assistant** is integrated in the [Telerik Reporting MCP server]({%slug ai-mcp-server%}) - A powerful tool for running complex or multi-step prompts that integrates with any MCP-enabled client.
2519

2620
>tip We recommend the [Telerik Reporting MCP Server]({%slug ai-mcp-server%}) for **Agent** mode when using Visual Studio or Visual Studio Code.
2721
@@ -34,10 +28,6 @@ To use the Telerik Reporting AI Coding Assistant, you need:
3428
* An application that uses [Telerik Reporting]({%slug telerikreporting/welcome-to-telerik-reporting!%}).
3529
* A Telerik [Subscription license](https://www.telerik.com/purchase/faq/licensing-purchasing) is recommended in order to use the Telerik Reporting AI Coding Assistant without restrictions. Perpetual license holders and trial users can make a limited number of requests per year.
3630

37-
> [Microsoft is sunsetting GitHub Copilot extensions](https://github.blog/changelog/2025-09-24-deprecate-github-copilot-extensions-github-apps) on November 10, 2025, in favor of the Model Context Protocol (MCP) standard.
38-
>
39-
> From that date, the Telerik and Kendo UI AI Coding Assistants will be available exclusively through our [MCP servers]({%slug ai-mcp-server%}). You can enjoy the same powerful capabilities that are delivered by a modern, open, and officially recommended standard.
40-
4131
## Intended Use
4232

4333
>warning Always double-check the code and solutions proposed by any AI-powered tool before applying them to your project.
@@ -106,7 +96,7 @@ Access to the AI Coding Assistant depends on your [Telerik license type](https:/
10696
* Reactivating the same trial for a new release does not grant additional requests.
10797
* Designed for evaluating the feature before purchasing.
10898

109-
> All Telerik AI tools share a single request quota for your Telerik account. Usage from the [Telerik Copilot extension]({%slug ai-copilot-extension%}) and [Telerik MCP server]({%slug ai-mcp-server%}) counts toward the same limit. Complex prompts in the MCP server may consume multiple requests.
99+
> All Telerik AI tools share a single request quota for your Telerik account. Complex prompts in the MCP server may consume multiple requests.
110100
111101
## Privacy
112102

@@ -122,15 +112,10 @@ Please make sure you are familiar with the terms and privacy policy of your sele
122112

123113
## Next Steps
124114

125-
* [Install the Telerik Reporting GitHub Copilot Extension]({%slug ai-copilot-extension%})
126-
* [Configure the Telerik Reporting MCP Server]({%slug ai-mcp-server%})
115+
* [Getting Started with the Telerik Reporting MCP Server]({%slug ai-mcp-server%})
127116
* [Telerik Reporting Prompt Library]({%slug ai-prompt-library%})
128117

129118
## See Also
130119

131-
* [GitHub Copilot Documentation](https://docs.github.com/en/copilot)
132-
* [GitHub Copilot Tutorials](https://github.com/features/copilot/tutorials)
133-
* [Telerik Reporting MCP Server]({%slug ai-mcp-server%})
120+
* [Telerik Reporting AI Coding Assistant Getting Started]({%slug ai-mcp-server%})
134121
* [Telerik Reporting Prompt Library]({%slug ai-prompt-library%})
135-
* [Kendo UI for Angular GitHub Copilot Extension](https://www.telerik.com/kendo-angular-ui/components/ai-assistant/copilot-extension)
136-
* [Telerik Blazor GitHub Copilot Extension](https://www.telerik.com/blazor-ui/documentation/ai/copilot-extension)

ai-coding-assistant/prompt-library.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ reportingArea: General
2323

2424
# AI Prompt Library
2525

26-
The prompts provided here are intended and optimized for use with Telerik Reporting [AI Coding Assistant]({%slug ai-coding-assistant%}). When you run them in the [GitHub Copilot Extension]({%slug ai-copilot-extension%}) or the [MCP Server]({%slug ai-mcp-server%}), these prompts will help you kick-start your app development, speed up the component configuration process, and troubleshoot your code.
26+
The prompts provided here are intended and optimized for use with Telerik Reporting [AI Coding Assistant]({%slug ai-coding-assistant%}). When you run them in the [Telerik Reporting MCP Server]({%slug ai-mcp-server%}), these prompts will help you kick-start your app development, speed up the component configuration process, and troubleshoot your code.
2727

28-
You can use the provided prompts as they are or modify them to fit your use case. Make sure to start your prompt with the required prefix (`@telerikreporting` for the [GitHub Copilot Extension]({%slug ai-copilot-extension%}) or `#telerik-reporting-assistant ` for the [MCP Server]({%slug ai-mcp-server%}) handle).
28+
You can use the provided prompts as they are or modify them to fit your use case. For consistency and accurate handling, all prompts must be prefixed with the required identifier(`#telerik-reporting-assistant `).
2929

3030
You can also use the prompts with any AI-powered tool of your choice. However, the Telerik Reporting AI Coding Assistant is developed to provide highly accurate results based extensively on the documentation, APIs, and community knowledge for Telerik Reporting. Running the prompts outside the AI Coding Assistant may not produce as relevant results.
3131

@@ -78,7 +78,7 @@ Quick Start Guide:
7878
<tr>
7979
<td>
8080
<pre><code>
81-
#telerik-reporting-assistant How to to show ComboBox editors for the report parameters in the Blazor Report Viewer?
81+
#telerik-reporting-assistant How to show ComboBox editors for the report parameters in the Blazor Report Viewer?
8282
</code></pre>
8383
</td>
8484
<td>
@@ -128,7 +128,7 @@ Quick Start Guide:
128128
</td>
129129
<td>
130130
<pre><code>
131-
#telerik-reporting-assistant How to use dropdown for the the report parameters of the Native Angular Report Viewer?
131+
#telerik-reporting-assistant How to use a DropDown editor for the report parameters of the Native Angular Report Viewer?
132132
</code></pre>
133133
</td>
134134
</tr>
@@ -147,7 +147,7 @@ Quick Start Guide:
147147
<tr>
148148
<td>
149149
<pre><code>
150-
#telerik-reporting-assistant How to to show DateTimePicker editors for report parameters of type DateTime in the Angular Report Viewer?
150+
#telerik-reporting-assistant How to show DateTimePicker editors for report parameters of type DateTime in the Angular Report Viewer?
151151
</code></pre>
152152
</td>
153153
<td>
@@ -216,7 +216,7 @@ Quick Start Guide:
216216
<tr>
217217
<td>
218218
<pre><code>
219-
#telerik-reporting-assistant How to to show ComboBox editors for the report parameters in the HTML5 Report Viewer?
219+
#telerik-reporting-assistant How to display ComboBox editors for the report parameters in the HTML5 Report Viewer?
220220
</code></pre>
221221
</td>
222222
<td>
@@ -245,7 +245,7 @@ Quick Start Guide:
245245
</td>
246246
<td>
247247
<pre><code>
248-
#telerik-reporting-assistant The document map panel is missing in the React Report Viewer, how to display it?
248+
#telerik-reporting-assistant The document map panel is missing in the React Report Viewer. How to display it?
249249
</code></pre>
250250
</td>
251251
</tr>
@@ -261,14 +261,14 @@ Quick Start Guide:
261261
<tr>
262262
<td>
263263
<pre><code>
264-
#telerik-reporting-assistant How do I set up the Telerik Reporting REST Srevice in an ASP.NET Core projects that targets .NET 9?
264+
#telerik-reporting-assistant How do I set up the Telerik Reporting REST Service in an ASP.NET Core project that targets .NET 9?
265265
</code></pre>
266266
</td>
267267
</tr>
268268
<tr>
269269
<td>
270270
<pre><code>
271-
#telerik-reporting-assistant How do I set up the Telerik Reporting REST Srevice in an ASP.NET Framework projects that targets .NET Framework 4.8?
271+
#telerik-reporting-assistant How do I set up the Telerik Reporting REST Service in an ASP.NET Framework project that targets .NET Framework 4.8?
272272
</code></pre>
273273
</td>
274274
</tr>
@@ -289,7 +289,7 @@ Quick Start Guide:
289289
<tr>
290290
<td>
291291
<pre><code>
292-
#telerik-reporting-assistant In production, the report viewer displays `Client with ID 'xxxxxx' not found. Expired `. In local environment, it loads the reports as expected. How could I resolve this?
292+
#telerik-reporting-assistant In production, the report viewer displays `Client with ID 'xxxxxx' not found. Expired `. In a local environment, it loads the reports as expected. How could I resolve this?
293293
</code></pre>
294294
</td>
295295
</tr>
@@ -307,6 +307,3 @@ Quick Start Guide:
307307

308308
* [Telerik Reporting AI Tooling Overview]({%slug ai-coding-assistant%})
309309
* [Telerik Reporting MCP Server]({%slug ai-mcp-server%})
310-
* [Telerik Reporting Copilot Extension]({%slug ai-copilot-extension%})
311-
* [Kendo UI for Angular GitHub Copilot Extension](https://www.telerik.com/kendo-angular-ui/components/ai-assistant/copilot-extension)
312-
* [Telerik Blazor GitHub Copilot Extension](https://www.telerik.com/blazor-ui/documentation/ai/copilot-extension)

0 commit comments

Comments
 (0)