You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -92,7 +92,7 @@ For complete setup instructions, see [Use MCP servers in Visual Studio](https://
92
92
```
93
93
94
94
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).
96
96
97
97
### Global Setup:
98
98
@@ -145,7 +145,7 @@ Create `.cursor/mcp.json` in your workspace root (or user folder for global setu
3. Grant permissions when prompted (per session, workspace, or always).
177
177
@@ -187,9 +187,9 @@ To increase the likelihood of the Telerik MCP server being used, add custom inst
187
187
188
188
The following examples demonstrate useful prompts for the Telerik .NET MAUI MCP Server:
189
189
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.`"
0 commit comments