From 762f76c920af3e99e344efdcd02d419f0ba71a47 Mon Sep 17 00:00:00 2001 From: OlgunR Date: Wed, 3 Jun 2026 10:57:53 +0200 Subject: [PATCH] =?UTF-8?q?Regeln=20f=C3=BCr=20DevExpress-=20und=20Azure-T?= =?UTF-8?q?ools=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .github/copilot-instructions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index cf732a5..f228f84 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -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.