Regeln für DevExpress- und Azure-Tools hinzugefügt

Neue Regeln für die Nutzung von DevExpress- und Azure-Tools:
- DevExpress: Nutzung des `dxdocs`-Servers und MCP-Tools priorisiert.
- Azure: `azmcp_bestpractices_get` für Best Practices erforderlich.
- Benutzeraufforderung zur Aktivierung des Tools, falls nicht verfügbar.
This commit is contained in:
OlgunR
2026-06-03 10:57:53 +02:00
parent ba570687b2
commit 762f76c920

View File

@@ -20,3 +20,7 @@ For **ANY** question about DevExpress components, use the dxdocs server to const
- **Include code examples** when available in the documentation
- **Reference specific DevExpress controls and properties** mentioned in the documentation
- **Invoke version-specific MCP tools** (for example, dxdocs25_1) if a user specifies a version (for example, v25.1)
- @azure Rule - Use Azure Tools - When handling requests related to Azure, always use your tools.
- @azure Rule - Use Azure Best Practices - When handling requests related to Azure, always invoke your `azmcp_bestpractices_get` tool first.
- @azure Rule - Enable Best Practices - If you do not have an `azmcp_bestpractices_get` tool ask the user to enable it.