Skip to content

Commit bc193e2

Browse files
authored
chore: renamed MCP server using dashes (#1817)
- replaced all underscores with dashes where MCP server is mentioned. refs: no issue.
1 parent 223780a commit bc193e2

File tree

3 files changed

+51
-51
lines changed

3 files changed

+51
-51
lines changed

ai-coding-assistant/copilot-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To use the Telerik Reporting Copilot extension:
6565
1. For unrelated queries, start a new chat session in a new window to avoid context pollution from previous conversations.
6666

6767
>caption Using the Copilot Extension along with the MCP Server
68-
If you have both the extension and the [MCP Server]({%slug ai-mcp-server%}) installed, you can use the `#telerik_reporting_assistant` handle. The handle works in both **Ask** and **Agent** modes and triggers responses from the MCP Server instead of the extension.
68+
If you have both the extension and the [MCP Server]({%slug ai-mcp-server%}) installed, you can use the `#telerik-reporting-assistant` handle. The handle works in both **Ask** and **Agent** modes and triggers responses from the MCP Server instead of the extension.
6969

7070
### Sample Prompts
7171

ai-coding-assistant/mcp-server.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Use these settings when configuring the server in your MCP client:
4343
| Type | `stdio` (standard input/output transport) |
4444
| Command | `npx` |
4545
| Arguments | `-y` |
46-
| Server Name | `telerik_reporting_assistant` (customizable) |
46+
| Server Name | `telerik-reporting-assistant` (customizable) |
4747

4848
### License Configuration
4949

@@ -82,7 +82,7 @@ For complete setup instructions, see [Use MCP servers in Visual Studio](https://
8282
````json
8383
{
8484
"servers": {
85-
"telerik_reporting_assistant": {
85+
"telerik-reporting-assistant": {
8686
"type": "stdio",
8787
"command": "npx",
8888
"args": ["-y", "@progress/telerik-reporting-mcp@latest"],
@@ -98,7 +98,7 @@ For complete setup instructions, see [Use MCP servers in Visual Studio](https://
9898
9999
100100
1. Restart Visual Studio.
101-
1. Enable the `telerik_reporting_assistant` tool in the [Copilot Chat window's tool selection dropdown](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers?view=vs-2022#configuration-example-with-github-mcp-server).
101+
1. Enable the `telerik-reporting-assistant` tool in the [Copilot Chat window's tool selection dropdown](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers?view=vs-2022#configuration-example-with-github-mcp-server).
102102
103103
### Global Setup:
104104
@@ -118,7 +118,7 @@ The basic setup in Visual Studio Code follows these steps:
118118
````json
119119
{
120120
"servers": {
121-
"telerik_reporting_assistant": {
121+
"telerik-reporting-assistant": {
122122
"type": "stdio",
123123
"command": "npx",
124124
"args": ["-y", "@progress/telerik-reporting-mcp@latest"],
@@ -133,7 +133,7 @@ The basic setup in Visual Studio Code follows these steps:
133133
````
134134

135135

136-
This enables you to call the MCP Server with the `#telerik_reporting_assistant` handle. To use a custom handle, change the server name in the `mcp.json`.
136+
This enables you to call the MCP Server with the `#telerik-reporting-assistant` handle. To use a custom handle, change the server name in the `mcp.json`.
137137

138138
3. For global discovery, enable [`chat.mcp.discovery.enabled`](vscode://settings/chat.mcp.discovery.enabled) in `settings.json`:
139139

@@ -157,7 +157,7 @@ Create `.cursor/mcp.json` in your workspace root (or user folder for global setu
157157
````json
158158
{
159159
"mcpServers": {
160-
"telerik_reporting_assistant": {
160+
"telerik-reporting-assistant": {
161161
"type": "stdio",
162162
"command": "npx",
163163
"args": ["-y", "@progress/telerik-reporting-mcp@latest"],
@@ -171,7 +171,7 @@ Create `.cursor/mcp.json` in your workspace root (or user folder for global setu
171171
}
172172
````
173173

174-
This enables you to call the MCP Server with the `#telerik_reporting_assistant` handle. To use a custom handle, change the server name in the `mcp.json`.
174+
This enables you to call the MCP Server with the `#telerik-reporting-assistant` handle. To use a custom handle, change the server name in the `mcp.json`.
175175

176176

177177
## Usage
@@ -182,13 +182,13 @@ To use the Telerik Reporting MCP Server:
182182

183183
1. Choose your preferred mode and model.<br/>At the time of publishing, **Claude Sonnet 4** and **GPT-5** produce optimal results.
184184

185-
2. Start your prompt with `#telerik_reporting_assistant` (or with '#' followed by your [custom MCP server name](#configuration), if set):
185+
2. Start your prompt with `#telerik-reporting-assistant` (or with '#' followed by your [custom MCP server name](#configuration), if set):
186186

187187
3. Inspect the output and verify that the MCP server is used. Look for messages similar to the ones below:
188188

189-
- Visual Studio: `Running telerikReportingAssistant`
190-
- Visual Studio Code: `Running telerik_reporting_assistant`
191-
- Cursor: `Calling MCP tool telerikReportingAssistant`
189+
- Visual Studio: `Running telerik-reporting-assistant`
190+
- Visual Studio Code: `Running telerik-reporting-assistant`
191+
- Cursor: `Calling MCP tool telerik-reporting-assistant`
192192

193193
4. If the Telerik Reporting MCP server is not used even though it's installed and enabled, double-check the server name in your configuration and try rephrasing your prompt.
194194
5. If requested, grant the Telerik Reporting MCP Server permissions to run for this session, workspace, or always.
@@ -226,8 +226,8 @@ If the Reporting Area cannot be determined automatically, the MCP Server will di
226226

227227
The following examples demonstrate useful prompts for the Telerik Reporting MCP Server:
228228

229-
* "`#telerik_reporting_assistant` Add a Telerik Report Viewer to my native Angular application."
230-
* "`#telerik_reporting_assistant` Connect the Telerik Report Viewer to my Telerik Report Server instance."
229+
* "`#telerik-reporting-assistant` Add a Telerik Report Viewer to my native Angular application."
230+
* "`#telerik-reporting-assistant` Connect the Telerik Report Viewer to my Telerik Report Server instance."
231231

232232
>tip Visit the [Telerik Reporting Prompt Library]({%slug ai-prompt-library%) for more sample prompts.
233233

ai-coding-assistant/prompt-library.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ position: 3
2424

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

27-
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).
27+
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).
2828

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

@@ -53,60 +53,60 @@ Quick Start Guide:
5353
<tr>
5454
<td>
5555
<pre><code>
56-
#telerik_reporting_assistant How to connect the Blazor Report Viewer to a Telerik Report Server?
56+
#telerik-reporting-assistant How to connect the Blazor Report Viewer to a Telerik Report Server?
5757
</code></pre>
5858
</td>
5959
<td>
6060
<pre><code>
61-
#telerik_reporting_assistant How to change the displayed report on a button click in the Native Blazor Report Viewer?
61+
#telerik-reporting-assistant How to change the displayed report on a button click in the Native Blazor Report Viewer?
6262
</code></pre>
6363
</td>
6464
</tr>
6565
<tr>
6666
<td>
6767
<pre><code>
68-
#telerik_reporting_assistant How to pass a bearer token through the Blazor Report Viewer?
68+
#telerik-reporting-assistant How to pass a bearer token through the Blazor Report Viewer?
6969
</code></pre>
7070
</td>
7171
<td>
7272
<pre><code>
73-
#telerik_reporting_assistant How to change the culture of the rendered report in the Native Blazor Report Viewer?
73+
#telerik-reporting-assistant How to change the culture of the rendered report in the Native Blazor Report Viewer?
7474
</code></pre>
7575
</td>
7676
</tr>
7777
<tr>
7878
<td>
7979
<pre><code>
80-
#telerik_reporting_assistant How to to show ComboBox editors for the report parameters in the Blazor Report Viewer?
80+
#telerik-reporting-assistant How to to show ComboBox editors for the report parameters in the Blazor Report Viewer?
8181
</code></pre>
8282
</td>
8383
<td>
8484
<pre><code>
85-
#telerik_reporting_assistant How to change the date format in the displayed report in the Native Blazor Report Viewer?
85+
#telerik-reporting-assistant How to change the date format in the displayed report in the Native Blazor Report Viewer?
8686
</code></pre>
8787
</td>
8888
</tr>
8989
<tr>
9090
<td>
9191
<pre><code>
92-
#telerik_reporting_assistant How to change the displayed report on a button click in the Blazor Report Viewer?
92+
#telerik-reporting-assistant How to change the displayed report on a button click in the Blazor Report Viewer?
9393
</code></pre>
9494
</td>
9595
<td>
9696
<pre><code>
97-
#telerik_reporting_assistant How to connect the Native Blazor Report Viewer to a Telerik Report Server?
97+
#telerik-reporting-assistant How to connect the Native Blazor Report Viewer to a Telerik Report Server?
9898
</code></pre>
9999
</td>
100100
</tr>
101101
<tr>
102102
<td>
103103
<pre><code>
104-
#telerik_reporting_assistant How to move the parameters area inside the Blazor Report Viewer to be on the left side instead of the right?
104+
#telerik-reporting-assistant How to move the parameters area inside the Blazor Report Viewer to be on the left side instead of the right?
105105
</code></pre>
106106
</td>
107107
<td>
108108
<pre><code>
109-
#telerik_reporting_assistant How to hide the export button in the Native Blazor Report Viewer's toolbar?
109+
#telerik-reporting-assistant How to hide the export button in the Native Blazor Report Viewer's toolbar?
110110
</code></pre>
111111
</td>
112112
</tr>
@@ -122,60 +122,60 @@ Quick Start Guide:
122122
<tr>
123123
<td>
124124
<pre><code>
125-
#telerik_reporting_assistant How to connect the Angular Report Viewer to a Telerik Report Server?
125+
#telerik-reporting-assistant How to connect the Angular Report Viewer to a Telerik Report Server?
126126
</code></pre>
127127
</td>
128128
<td>
129129
<pre><code>
130-
#telerik_reporting_assistant How to use dropdown for the the report parameters of the Native Angular Report Viewer?
130+
#telerik-reporting-assistant How to use dropdown for the the report parameters of the Native Angular Report Viewer?
131131
</code></pre>
132132
</td>
133133
</tr>
134134
<tr>
135135
<td>
136136
<pre><code>
137-
#telerik_reporting_assistant How to pass a bearer token through the Angular Report Viewer?
137+
#telerik-reporting-assistant How to pass a bearer token through the Angular Report Viewer?
138138
</code></pre>
139139
</td>
140140
<td>
141141
<pre><code>
142-
#telerik_reporting_assistant How to hide the export button from the Native Angular Report Viewer's toolbar?
142+
#telerik-reporting-assistant How to hide the export button from the Native Angular Report Viewer's toolbar?
143143
</code></pre>
144144
</td>
145145
</tr>
146146
<tr>
147147
<td>
148148
<pre><code>
149-
#telerik_reporting_assistant How to to show DateTimePicker editors for report parameters of type DateTime in the Angular Report Viewer?
149+
#telerik-reporting-assistant How to to show DateTimePicker editors for report parameters of type DateTime in the Angular Report Viewer?
150150
</code></pre>
151151
</td>
152152
<td>
153153
<pre><code>
154-
#telerik_reporting_assistant How to print the report from the Native Angular Report Viewer using client-side code?
154+
#telerik-reporting-assistant How to print the report from the Native Angular Report Viewer using client-side code?
155155
</code></pre>
156156
</td>
157157
</tr>
158158
<tr>
159159
<td>
160160
<pre><code>
161-
#telerik_reporting_assistant How to change the displayed report on a button click in the Angular Report Viewer?
161+
#telerik-reporting-assistant How to change the displayed report on a button click in the Angular Report Viewer?
162162
</code></pre>
163163
</td>
164164
<td>
165165
<pre><code>
166-
#telerik_reporting_assistant How to display a custom indicator in the UI when an error is encountered in the Native Angular Report Viewer?
166+
#telerik-reporting-assistant How to display a custom indicator in the UI when an error is encountered in the Native Angular Report Viewer?
167167
</code></pre>
168168
</td>
169169
</tr>
170170
<tr>
171171
<td>
172172
<pre><code>
173-
#telerik_reporting_assistant How to move the parameters area inside the Angular Report Viewer to be on the left side instead of the right?
173+
#telerik-reporting-assistant How to move the parameters area inside the Angular Report Viewer to be on the left side instead of the right?
174174
</code></pre>
175175
</td>
176176
<td>
177177
<pre><code>
178-
#telerik_reporting_assistant How to set the reportSource of the Native Angular Report Viewer?
178+
#telerik-reporting-assistant How to set the reportSource of the Native Angular Report Viewer?
179179
</code></pre>
180180
</td>
181181
</tr>
@@ -191,60 +191,60 @@ Quick Start Guide:
191191
<tr>
192192
<td>
193193
<pre><code>
194-
#telerik_reporting_assistant How to connect the HTML5 Report Viewer to a Telerik Report Server?
194+
#telerik-reporting-assistant How to connect the HTML5 Report Viewer to a Telerik Report Server?
195195
</code></pre>
196196
</td>
197197
<td>
198198
<pre><code>
199-
#telerik_reporting_assistant How to change the displayed report on a button click in the React Report Viewer?
199+
#telerik-reporting-assistant How to change the displayed report on a button click in the React Report Viewer?
200200
</code></pre>
201201
</td>
202202
</tr>
203203
<tr>
204204
<td>
205205
<pre><code>
206-
#telerik_reporting_assistant How to pass a bearer token through the HTML5 Report Viewer?
206+
#telerik-reporting-assistant How to pass a bearer token through the HTML5 Report Viewer?
207207
</code></pre>
208208
</td>
209209
<td>
210210
<pre><code>
211-
#telerik_reporting_assistant How to add a custom indicator in the UI when an error is encountered in the React Report Viewer?
211+
#telerik-reporting-assistant How to add a custom indicator in the UI when an error is encountered in the React Report Viewer?
212212
</code></pre>
213213
</td>
214214
</tr>
215215
<tr>
216216
<td>
217217
<pre><code>
218-
#telerik_reporting_assistant How to to show ComboBox editors for the report parameters in the HTML5 Report Viewer?
218+
#telerik-reporting-assistant How to to show ComboBox editors for the report parameters in the HTML5 Report Viewer?
219219
</code></pre>
220220
</td>
221221
<td>
222222
<pre><code>
223-
#telerik_reporting_assistant How to connect the React Report Viewer to a Telerik Report Server?
223+
#telerik-reporting-assistant How to connect the React Report Viewer to a Telerik Report Server?
224224
</code></pre>
225225
</td>
226226
</tr>
227227
<tr>
228228
<td>
229229
<pre><code>
230-
#telerik_reporting_assistant How to change the displayed report on a button click in the HTML5 Report Viewer?
230+
#telerik-reporting-assistant How to change the displayed report on a button click in the HTML5 Report Viewer?
231231
</code></pre>
232232
</td>
233233
<td>
234234
<pre><code>
235-
#telerik_reporting_assistant How to show ComboBox editors for report parameters in the React Report Viewer?
235+
#telerik-reporting-assistant How to show ComboBox editors for report parameters in the React Report Viewer?
236236
</code></pre>
237237
</td>
238238
</tr>
239239
<tr>
240240
<td>
241241
<pre><code>
242-
#telerik_reporting_assistant How to move the parameters area inside the HTML5 Report Viewer to be on the left side instead of the right?
242+
#telerik-reporting-assistant How to move the parameters area inside the HTML5 Report Viewer to be on the left side instead of the right?
243243
</code></pre>
244244
</td>
245245
<td>
246246
<pre><code>
247-
#telerik_reporting_assistant The document map panel is missing in the React Report Viewer, how to display it?
247+
#telerik-reporting-assistant The document map panel is missing in the React Report Viewer, how to display it?
248248
</code></pre>
249249
</td>
250250
</tr>
@@ -260,42 +260,42 @@ Quick Start Guide:
260260
<tr>
261261
<td>
262262
<pre><code>
263-
#telerik_reporting_assistant How do I set up the Telerik Reporting REST Srevice in an ASP.NET Core projects that targets .NET 9?
263+
#telerik-reporting-assistant How do I set up the Telerik Reporting REST Srevice in an ASP.NET Core projects that targets .NET 9?
264264
</code></pre>
265265
</td>
266266
</tr>
267267
<tr>
268268
<td>
269269
<pre><code>
270-
#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?
270+
#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?
271271
</code></pre>
272272
</td>
273273
</tr>
274274
<tr>
275275
<td>
276276
<pre><code>
277-
#telerik_reporting_assistant I want to email the report as an email attachment, how do I do that? Explain it step-by-step.
277+
#telerik-reporting-assistant I want to email the report as an email attachment, how do I do that? Explain it step-by-step.
278278
</code></pre>
279279
</td>
280280
</tr>
281281
<tr>
282282
<td>
283283
<pre><code>
284-
#telerik_reporting_assistant Can I pass a List object from my Web API controller directly to a report’s DataSource? Explain how and give me an example.
284+
#telerik-reporting-assistant Can I pass a List object from my Web API controller directly to a report’s DataSource? Explain how and give me an example.
285285
</code></pre>
286286
</td>
287287
</tr>
288288
<tr>
289289
<td>
290290
<pre><code>
291-
#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?
291+
#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?
292292
</code></pre>
293293
</td>
294294
</tr>
295295
<tr>
296296
<td>
297297
<pre><code>
298-
#telerik_reporting_assistant Can I use a database as a storage for my report files in the Reporting REST service? Show me an example.
298+
#telerik-reporting-assistant Can I use a database as a storage for my report files in the Reporting REST service? Show me an example.
299299
</code></pre>
300300
</td>
301301
</tr>

0 commit comments

Comments
 (0)