Skip to content

Commit c73436f

Browse files
committed
add code
1 parent 7f2c3e1 commit c73436f

File tree

3 files changed

+223
-144
lines changed

3 files changed

+223
-144
lines changed

ai/mcp-server.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Use these settings when configuring the server in your MCP client:
4040
| Type | `stdio` (standard input/output transport) |
4141
| Command | `npx` |
4242
| Arguments | `-y` |
43-
| Server Name | `telerikMauiAssistant` (customizable) |
43+
| Server Name | `telerik-maui-assistant` (customizable) |
4444

4545
### License Configuration
4646

@@ -77,7 +77,7 @@ For complete setup instructions, see [Use MCP servers in Visual Studio](https://
7777
```json
7878
{
7979
"servers": {
80-
"telerikMauiAssistant": {
80+
"telerik-maui-assistant": {
8181
"type": "stdio",
8282
"command": "npx",
8383
"args": ["-y", "@progress/telerik-maui-mcp@latest"],
@@ -92,7 +92,7 @@ For complete setup instructions, see [Use MCP servers in Visual Studio](https://
9292
```
9393

9494
2. Restart Visual Studio.
95-
3. Enable the `telerikMauiAssistant` 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).
95+
3. Enable the `telerik-maui-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).
9696

9797
### Global Setup:
9898

@@ -145,7 +145,7 @@ Create `.cursor/mcp.json` in your workspace root (or user folder for global setu
145145
```json
146146
{
147147
"mcpServers": {
148-
"telerikMauiAssistant": {
148+
"telerik-maui-assistant": {
149149
"type": "stdio",
150150
"command": "npx",
151151
"args": ["-y", "@progress/telerik-maui-mcp@latest"],
@@ -169,9 +169,9 @@ To use the Telerik MCP Server:
169169
- `#telerik-maui-assistant`
170170

171171
2. Verify server activation by looking for these messages:
172-
- Visual Studio: `Running telerikMauiAssistant`
172+
- Visual Studio: `Running telerik-maui-assistant`
173173
- Visual Studio Code: `Running telerik-maui-assistant`
174-
- Cursor: `Calling MCP tool telerikMauiAssistant`
174+
- Cursor: `Calling MCP tool telerik-maui-assistant`
175175

176176
3. Grant permissions when prompted (per session, workspace, or always).
177177

@@ -187,9 +187,9 @@ To increase the likelihood of the Telerik MCP server being used, add custom inst
187187

188188
The following examples demonstrate useful prompts for the Telerik .NET MAUI MCP Server:
189189

190-
* "`#telerik` Generate a DataGrid with sorting and paging. Bind it to a Person model with sample ViewModel."
191-
* "`#telerikmaui` Create a ComboBox showing a product list. Include Product class and sample data."
192-
* "`#telerik-maui-assistant` Build a CollectionView with sorting and filtering capabilities."
190+
* "`#telerik-maui-assistant Create new maui project with Telerik. Add sample usage of the DataGrid component.`"
191+
* "`#telerik-maui-assistant Create a DataGrid with 3 columns - Name, Country, City. Add the corresponding business object in the code behind and populate it with sample data. Add 20 entries to the data.`"
192+
* "`#telerik-maui-assistant Add CollectionView. Enable drag and drop operation in the control.`"
193193

194194
## Number of Requests
195195

ai/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,5 @@ Read the full guide in the dedicated [DPL AI Coding Assistant article](https://d
9494
## Next Steps
9595

9696
* Install the [Telerik MAUI GitHub Copilot Extension]({%slug ai-copilot-extension%})
97-
* Configure the [Telerik MAUI MCP Server]({%slug ai-mcp-server%}) with an MCP-enabled client
97+
* Configure the [Telerik MAUI MCP Server]({%slug ai-mcp-server%}) with an MCP-enabled client
98+
* Review the [Prompt Library]({%slug ai-prompt-library%})

0 commit comments

Comments
 (0)