msmcp-azure 2.0.0b15__py3-none-win_arm64.whl → 2.0.0b17__py3-none-win_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- msmcp_azure/__init__.py +1 -1
- msmcp_azure/bin/azmcp.exe +0 -0
- {msmcp_azure-2.0.0b15.dist-info → msmcp_azure-2.0.0b17.dist-info}/METADATA +15 -13
- msmcp_azure-2.0.0b17.dist-info/RECORD +10 -0
- msmcp_azure-2.0.0b15.dist-info/RECORD +0 -10
- {msmcp_azure-2.0.0b15.dist-info → msmcp_azure-2.0.0b17.dist-info}/WHEEL +0 -0
- {msmcp_azure-2.0.0b15.dist-info → msmcp_azure-2.0.0b17.dist-info}/entry_points.txt +0 -0
- {msmcp_azure-2.0.0b15.dist-info → msmcp_azure-2.0.0b17.dist-info}/licenses/LICENSE +0 -0
- {msmcp_azure-2.0.0b15.dist-info → msmcp_azure-2.0.0b17.dist-info}/licenses/NOTICE.txt +0 -0
msmcp_azure/__init__.py
CHANGED
|
@@ -12,7 +12,7 @@ import subprocess
|
|
|
12
12
|
import sys
|
|
13
13
|
from pathlib import Path
|
|
14
14
|
|
|
15
|
-
__version__ = "2.0.0-beta.
|
|
15
|
+
__version__ = "2.0.0-beta.17" # Will be replaced during packaging
|
|
16
16
|
|
|
17
17
|
# Debug mode check
|
|
18
18
|
DEBUG = os.environ.get("DEBUG", "").lower() in ("true", "1", "*") or "mcp" in os.environ.get("DEBUG", "")
|
msmcp_azure/bin/azmcp.exe
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: msmcp-azure
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.0b17
|
|
4
4
|
Summary: Azure MCP Server - Model Context Protocol implementation for Azure
|
|
5
5
|
Project-URL: Homepage, https://github.com/Microsoft/mcp/blob/main/servers/Azure.Mcp.Server#readme
|
|
6
6
|
Project-URL: Documentation, https://github.com/Microsoft/mcp/blob/main/servers/Azure.Mcp.Server#readme
|
|
@@ -53,8 +53,6 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
|
|
|
53
53
|
- [PyPI](#pypi)
|
|
54
54
|
- [Docker](#docker)
|
|
55
55
|
- [Remote MCP Server (preview)](#remote-mcp-server-preview)
|
|
56
|
-
- [Microsoft Foundry](#microsoft-foundry)
|
|
57
|
-
- [Microsoft Copilot Studio](#microsoft-copilot-studio)
|
|
58
56
|
- [Usage](#usage)
|
|
59
57
|
- [Getting Started](#getting-started)
|
|
60
58
|
- [What can you do with the Azure MCP Server?](#what-can-you-do-with-the-azure-mcp-server)
|
|
@@ -771,14 +769,8 @@ class Program
|
|
|
771
769
|
|
|
772
770
|
Microsoft Foundry and Microsoft Copilot Studio require remote MCP server endpoints. To self-host the Azure MCP Server for use with these platforms, deploy it as a remote MCP server on [Azure Container Apps](https://learn.microsoft.com/azure/container-apps/overview).
|
|
773
771
|
|
|
774
|
-
|
|
772
|
+
Check out the remote hosting [azd templates](https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/azd-templates/README.md) for deployment options.
|
|
775
773
|
|
|
776
|
-
1. Follow the [deployment guide](https://github.com/Azure-Samples/azmcp-foundry-aca-mi) for Microsoft Foundry.
|
|
777
|
-
2. See [Microsoft Foundry's MCP documentation](https://learn.microsoft.com/azure/ai-foundry/agents/how-to/tools/model-context-protocol) for more details.
|
|
778
|
-
|
|
779
|
-
### Microsoft Copilot Studio
|
|
780
|
-
|
|
781
|
-
1. Follow the [deployment guide](https://github.com/Azure-Samples/azmcp-copilot-studio-aca-mi) for Microsoft Copilot Studio.
|
|
782
774
|
|
|
783
775
|
# Usage
|
|
784
776
|
|
|
@@ -868,7 +860,16 @@ Microsoft Foundry and Microsoft Copilot Studio require remote MCP server endpoin
|
|
|
868
860
|
* "Send an email from my communication service endpoint with custom sender name and multiple recipients"
|
|
869
861
|
* "Send an email to 'user1@example.com' and 'user2@example.com' with subject 'Team Update' and message 'Please review the attached document.'"
|
|
870
862
|
|
|
871
|
-
###
|
|
863
|
+
### � Azure Compute
|
|
864
|
+
|
|
865
|
+
* "List all virtual machines in my subscription"
|
|
866
|
+
* "Show me all VMs in resource group 'my-resource-group'"
|
|
867
|
+
* "Get details for virtual machine 'my-vm' in resource group 'my-resource-group'"
|
|
868
|
+
* "Get virtual machine 'my-vm' with instance view including power state and runtime status"
|
|
869
|
+
* "Show me the power state and provisioning status of VM 'my-vm'"
|
|
870
|
+
* "What is the current status of my virtual machine 'my-vm'?"
|
|
871
|
+
|
|
872
|
+
### �📦 Azure Container Apps
|
|
872
873
|
|
|
873
874
|
* "List the container apps in my subscription"
|
|
874
875
|
* "Show me the container apps in my 'my-resource-group' resource group"
|
|
@@ -993,7 +994,7 @@ Microsoft Foundry and Microsoft Copilot Studio require remote MCP server endpoin
|
|
|
993
994
|
|
|
994
995
|
## Complete List of Supported Azure Services
|
|
995
996
|
|
|
996
|
-
The Azure MCP Server provides tools for interacting with **
|
|
997
|
+
The Azure MCP Server provides tools for interacting with **42+ Azure service areas**:
|
|
997
998
|
|
|
998
999
|
- 🧮 **Microsoft Foundry** - AI model management, AI model deployment, and knowledge index management
|
|
999
1000
|
- 📊 **Azure Advisor** - Advisor recommendations
|
|
@@ -1004,7 +1005,8 @@ The Azure MCP Server provides tools for interacting with **41+ Azure service are
|
|
|
1004
1005
|
- 🛡️ **Azure Best Practices** - Secure, production-grade guidance
|
|
1005
1006
|
- 🖥️ **Azure CLI Generate** - Generate Azure CLI commands from natural language
|
|
1006
1007
|
- 📞 **Azure Communication Services** - SMS messaging and communication
|
|
1007
|
-
-
|
|
1008
|
+
- � **Azure Compute** - Virtual Machine and Virtual Machine Scale Set management
|
|
1009
|
+
- �🔐 **Azure Confidential Ledger** - Tamper-proof ledger operations
|
|
1008
1010
|
- 📦 **Azure Container Apps** - Container hosting
|
|
1009
1011
|
- 📦 **Azure Container Registry (ACR)** - Container registry management
|
|
1010
1012
|
- 📊 **Azure Cosmos DB** - NoSQL database operations
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
msmcp_azure/__init__.py,sha256=uUE4xif7Sk5VM753BFV2oGYDQLXUEYtFZfC_6vOwwo0,2684
|
|
2
|
+
msmcp_azure/bin/Azure.Mcp.Tools.AzureMigrate.xml,sha256=6BMDW6jrBpLuUf6GlNzt7DWc2d1k_lUToOouNrzzGdI,51540
|
|
3
|
+
msmcp_azure/bin/appsettings.json,sha256=kGe8D_RaJNBz2vERCymxzTzRkz9WRPbm4nw4aZLWajE,119
|
|
4
|
+
msmcp_azure/bin/azmcp.exe,sha256=Ica_j3wmIxKBvRni2EwjpSKDQJKbcUrynJqvavjGzwo,102513632
|
|
5
|
+
msmcp_azure-2.0.0b17.dist-info/METADATA,sha256=K3OxHIdjNJTVCLwEECVNcvzkuIiEEAah9cSaeS-S5hU,46492
|
|
6
|
+
msmcp_azure-2.0.0b17.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
7
|
+
msmcp_azure-2.0.0b17.dist-info/entry_points.txt,sha256=qkVQoIUJ6XBl2rLVTTNS8HaO4r7fClQZQMxdS_RM8Hg,43
|
|
8
|
+
msmcp_azure-2.0.0b17.dist-info/licenses/LICENSE,sha256=il2O-3CULmUDL5MMdh0Jf-60GnUX69BMnS5Ow3ZAccU,1077
|
|
9
|
+
msmcp_azure-2.0.0b17.dist-info/licenses/NOTICE.txt,sha256=BCmml9KKvnXOs9BhTr4JL6WI2qx0LEorgQS4PnLUFio,824667
|
|
10
|
+
msmcp_azure-2.0.0b17.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
msmcp_azure/__init__.py,sha256=NRN6BqVLnI6V55VstiaCjCK0BQzanpT9E7bQhsaEM0g,2684
|
|
2
|
-
msmcp_azure/bin/Azure.Mcp.Tools.AzureMigrate.xml,sha256=6BMDW6jrBpLuUf6GlNzt7DWc2d1k_lUToOouNrzzGdI,51540
|
|
3
|
-
msmcp_azure/bin/appsettings.json,sha256=kGe8D_RaJNBz2vERCymxzTzRkz9WRPbm4nw4aZLWajE,119
|
|
4
|
-
msmcp_azure/bin/azmcp.exe,sha256=yoU__kvEHETp2uZYea-UrwfD8bTMujM4ZFhqhVrZv9s,101852736
|
|
5
|
-
msmcp_azure-2.0.0b15.dist-info/METADATA,sha256=L6B6jphkWJvN9H_xW1i_4krPcBVzgs6ZaWyG3GnBcFA,46365
|
|
6
|
-
msmcp_azure-2.0.0b15.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
7
|
-
msmcp_azure-2.0.0b15.dist-info/entry_points.txt,sha256=qkVQoIUJ6XBl2rLVTTNS8HaO4r7fClQZQMxdS_RM8Hg,43
|
|
8
|
-
msmcp_azure-2.0.0b15.dist-info/licenses/LICENSE,sha256=il2O-3CULmUDL5MMdh0Jf-60GnUX69BMnS5Ow3ZAccU,1077
|
|
9
|
-
msmcp_azure-2.0.0b15.dist-info/licenses/NOTICE.txt,sha256=BCmml9KKvnXOs9BhTr4JL6WI2qx0LEorgQS4PnLUFio,824667
|
|
10
|
-
msmcp_azure-2.0.0b15.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|