From 7279f6e6452acd17228a74234d008a3fc75393f8 Mon Sep 17 00:00:00 2001 From: alzimmermsft <48699787+alzimmermsft@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:50:15 -0500 Subject: [PATCH 1/3] Remove Azure App Service prompts that don't have tools for them --- servers/Azure.Mcp.Server/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/servers/Azure.Mcp.Server/README.md b/servers/Azure.Mcp.Server/README.md index ab1fbb98cb..8bfd3cc383 100644 --- a/servers/Azure.Mcp.Server/README.md +++ b/servers/Azure.Mcp.Server/README.md @@ -877,10 +877,7 @@ Check out the remote hosting [azd templates](https://github.com/microsoft/mcp/bl ### 🕸️ Azure App Service -* "List the websites in my subscription" -* "Show me the websites in my 'my-resource-group' resource group" -* "Get the details for website 'my-website'" -* "Get the details for app service plan 'my-app-service-plan'" +* Add a database connection for an App Service web app ### 🖥️ Azure CLI Generate From a084b7d9a9433003fba2b0c9f6a00c7a1b2cecc7 Mon Sep 17 00:00:00 2001 From: alzimmermsft <48699787+alzimmermsft@users.noreply.github.com> Date: Fri, 13 Feb 2026 16:44:33 -0500 Subject: [PATCH 2/3] Add back removed prompts but denote they require Azure CLI --- servers/Azure.Mcp.Server/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/servers/Azure.Mcp.Server/README.md b/servers/Azure.Mcp.Server/README.md index 8bfd3cc383..84c658bdb6 100644 --- a/servers/Azure.Mcp.Server/README.md +++ b/servers/Azure.Mcp.Server/README.md @@ -877,7 +877,14 @@ Check out the remote hosting [azd templates](https://github.com/microsoft/mcp/bl ### 🕸️ Azure App Service -* Add a database connection for an App Service web app +* "Add a database connection for an App Service web app" + +The following prompts require Azure CLI: + +* "List the websites in my subscription" +* "Show me the websites in my 'my-resource-group' resource group" +* "Get the details for website 'my-website'" +* "Get the details for app service plan 'my-app-service-plan'" ### 🖥️ Azure CLI Generate From 6f4713bb037536af271324283cfe1f69bab5c77d Mon Sep 17 00:00:00 2001 From: alzimmermsft <48699787+alzimmermsft@users.noreply.github.com> Date: Fri, 13 Feb 2026 16:59:20 -0500 Subject: [PATCH 3/3] More tweaking --- servers/Azure.Mcp.Server/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/servers/Azure.Mcp.Server/README.md b/servers/Azure.Mcp.Server/README.md index 84c658bdb6..39e3cf4512 100644 --- a/servers/Azure.Mcp.Server/README.md +++ b/servers/Azure.Mcp.Server/README.md @@ -879,17 +879,17 @@ Check out the remote hosting [azd templates](https://github.com/microsoft/mcp/bl * "Add a database connection for an App Service web app" -The following prompts require Azure CLI: +### 🖥️ Azure CLI Generate + +* Generate Azure CLI commands based on user intent + +Example prompts that generate Azure CLI commands: * "List the websites in my subscription" * "Show me the websites in my 'my-resource-group' resource group" * "Get the details for website 'my-website'" * "Get the details for app service plan 'my-app-service-plan'" -### 🖥️ Azure CLI Generate - -* Generate Azure CLI commands based on user intent - ### 🖥️ Azure CLI Install * Get installation instructions for Azure CLI, Azure Developer CLI and Azure Functions Core Tools CLI for your platform.