diff --git a/ai-coding-assistant/mcp-server.md b/ai-coding-assistant/mcp-server.md index 6249e61a1..39de2ddd9 100644 --- a/ai-coding-assistant/mcp-server.md +++ b/ai-coding-assistant/mcp-server.md @@ -19,7 +19,8 @@ This MCP server enables AI-powered IDEs and tools to generate more accurate, tai To use the Telerik Reporting MCP Server, you need: * [Node.js](https://nodejs.org/en) 18 or newer. -* An [MCP-compatible client (IDE, code editor, or app)](https://modelcontextprotocol.io/clients) that supports **MCP tools** (latest version recommended). +* An [MCP-compatible client (IDE, code editor, or app)](https://modelcontextprotocol.io/clients) that supports **MCP tools** (latest version recommended). For example, the latest [Visual Studio Code](https://code.visualstudio.com/). +* [.NET 10.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/10.0). * A [Telerik user account](https://www.telerik.com/account/). * An active [license](https://www.telerik.com/purchase/individual/reporting.aspx) covering the usage of Telerik Reporting. * An application that uses the [Telerik Reporting]({%slug telerikreporting/welcome-to-telerik-reporting!%}). diff --git a/ai-coding-assistant/overview.md b/ai-coding-assistant/overview.md index 6da53ca3e..35a9c888f 100644 --- a/ai-coding-assistant/overview.md +++ b/ai-coding-assistant/overview.md @@ -56,7 +56,9 @@ Consider the following recommendations when working with the AI Coding Assistant ## Support -#### Report Viewers +In this section, you may find the lists with the _Report Viewers_, _Reporting Services_, and _Web Report Designers_ supported currently by the AI Coding Assistant. + +### Report Viewers - [HTML5 Report Viewer]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/html5-report-viewer/overview%}) - [Blazor Report Viewer]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/blazor-report-viewer/overview%}) @@ -64,28 +66,39 @@ Consider the following recommendations when working with the AI Coding Assistant - [Angular Report Viewer]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/angular-report-viewer/angular-report-viewer-overview%}) - [Native Angular Report Viewer]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/native-angular-report-viewer/overview%}) - [React Report Viewer]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/react-report-viewer/react-report-viewer-overview%}) +- [HTML5 ASP.NET MVC Report Viewer]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/html5-asp.net-mvc-report-viewer/overview%}) +- [HTML5 ASP.NET Web Forms Report Viewer]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/html5-asp.net-web-forms-report-viewer/overview%}) +- [WPF Report Viewer]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/wpf-application/overview%}) +- [Windows Forms Report Viewer]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/windows-forms-application/overview%}) -#### Services +### Services - [Telerik Reporting REST Service - ASP.NET Core Web API Implementation]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/asp.net-core-web-api-implementation/overview%}) - [Telerik Reporting REST Service - ASP.NET Web API Implementation]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/asp.net-web-api-implementation/overview%}) +- [Web Report Designer REST Service - ASP.NET Core Web API Implementation]({%slug telerikreporting/designing-reports/report-designer-tools/web-report-designer/how-to-set-up-in-.net-5-and-.net-core-3.1-applications%}#setting-up-the-report-designer-rest-service) +- [Web Report Designer REST Service - ASP.NET Web API Implementation]({%slug telerikreporting/designing-reports/report-designer-tools/web-report-designer/how-to-set-up-in-.net-framework-application%}#setting-up-the-report-designer-rest-service) + +### Web Report Designers + +- [Web Report Designer]({%slug telerikreporting/designing-reports/report-designer-tools/web-report-designer/how-to-set-up-in-.net-5-and-.net-core-3.1-applications%}#adding-the-web-report-designer) +- [Blazor Wrapper of the Web Report Designer]({%slug telerikreporting/designing-reports/report-designer-tools/web-report-designer/how-to-set-up-in-blazor-application%}#adding-the-blazor-web-report-designer-component) ## Usage Limits Access to the AI Coding Assistant depends on your [Telerik license type](https://www.telerik.com/purchase.aspx?filter=web): -#### Subscription License +### Subscription License * A Subscription is the primary license that grants full access to the AI Coding Assistant. * Includes a virtually unlimited number of requests, with a fair use threshold of 300 requests per day. * Best for ongoing and high-volume usage. -#### Perpetual License (Limited Access) +### Perpetual License (Limited Access) * Perpetual licenses include limited access of 50 requests per year. * Intended for exploring and trying out the AI Coding Assistant. * For continued or higher-volume access, upgrade to a Subscription license. -#### Trial License +### Trial License * Trial licenses include 300 requests per trial per year. * Reactivating the same trial for a new release does not grant additional requests. * Designed for evaluating the feature before purchasing. @@ -97,7 +110,7 @@ Access to the AI Coding Assistant depends on your [Telerik license type](https:/ The Telerik Reporting AI Coding Assistant operates under the following conditions: * The Assistant has no access to your workspace and application code. Note that when using the Telerik Reporting MCP server (or any other MCP server), the LLM generates parameters for the MCP server request, which may include parts of your application code. -* The Assistant does not use your prompts train Telerik AI models. +* The Assistant does not use your prompts to train Telerik AI models. * The Assistant does not generate the actual responses and has no access to them. The Assistant only enhances the context that helps your selected LLM (for example, GPT, Gemini, Claude) generate more relevant and accurate responses. * The Assistant does not associate your prompts with your Telerik user account. Your prompts and generated context are anonymized and stored only for statistical analysis and troubleshooting purposes. * The Assistant stores metrics about how often and how much you use it in order to ensure compliance with the [allowed number of requests that correspond to your current license](#usage-limits).