यह पोस्ट स्वचालित रूप से अनुवादित है। मूल के लिए, यहाँ क्लिक करें.
अगर आप हाल ही में MCP और Azure के साथ कुछ build कर रहे हैं, तो आप शायद जानते हैं कि local experience अच्छी तरह काम करती है। लेकिन जब आपको यह setup team भर में share करना हो? वहाँ चीजें complicated हो जाती थीं।
अब नहीं। Azure MCP Server 2.0 stable हो गया, और headline feature वही है जो enterprise teams ने माँगी थी: self-hosted remote MCP server support।
Azure MCP Server क्या है?
Azure MCP Server Model Context Protocol specification implement करता है और Azure capabilities को structured, discoverable tools के रूप में expose करता है। Numbers खुद बोलते हैं: 57 Azure services में 276 MCP tools।
बड़ी बात: self-hosted remote deployments
Real team scenario में आपको चाहिए:
- Developers और internal agent systems के लिए shared access
- Centralized configuration
- Enterprise network और policy boundaries
- CI/CD pipelines में integration
Azure MCP Server 2.0 यह सब address करता है। Auth के लिए दो options:
- Managed Identity — Microsoft Foundry के साथ
- On-Behalf-Of (OBO) flow — user के actual permissions के साथ
Security hardening
2.0 release में जोड़ा गया:
- Stronger endpoint validation
- Query-oriented tools में injection patterns के खिलाफ protection
- Dev environments के लिए tighter isolation controls
Getting started
- GitHub Repo — source code, docs
- Docker Image — containerized deployment
- VS Code Extension — IDE integration
- Self-hosting guide — 2.0 का flagship feature
Azure MCP Server 2.0 enterprise teams के लिए MCP को real agentic workflows के लिए ready बनाता है।
