यह लेख स्वचालित रूप से अनुवादित किया गया है। मूल संस्करण देखने के लिए, यहाँ क्लिक करें.
Azure Functions MCP extension बहुत पहले ही «देखो, तुम एक tool expose कर सकते हो» वाले चरण से आगे निकल चुकी है।
यही बात यह latest update साफ़ करती है।
इस समय कहानी काफी व्यापक हो चुकी है:
- tools
- resources
- prompts
- MCP Apps
- built-in authentication
- बेहतर .NET configuration APIs
और इससे platform को देखने का मेरा तरीका बदलता है।
Extension preview novelty से real building material तक mature हो रही है
शुरुआती MCP announcements का फोकस protocol को possible बनाने पर था। उपयोगी, लेकिन अभी भी काफी raw।
अब extension production-minded teams के लिए कुछ ज़्यादा complete चीज़ में बदल रही है:
- richer primitive support
- बेहतर auth support
- structured content और schemas
- fluent builder के साथ अधिक natural .NET configuration
- Foundry integration की तरफ़ एक clearer path
यही आप देखना चाहते हैं।
Azure Functions MCP के लिए इतना अच्छा fit क्यों है
मुझे अभी भी लगता है कि remote MCP servers के लिए Azure Functions सबसे practical hosting options में से एक है।
आपको मिलता है:
- serverless hosting
- scalable execution
- trigger और binding patterns की familiarity
- built-in identity integration
- API-like tool surfaces के साथ अच्छा alignment
और MCP extension के साथ «मेरे पास एक useful function है» और «मेरे पास agents के लिए एक discoverable tool surface है» के बीच की gap लगातार छोटी होती जा रही है।
.NET fluent builder story खास तौर पर अच्छी है
.NET additions ने मेरा ध्यान इसलिए खींचा क्योंकि वे code में अधिक expressive configuration की दिशा को जारी रखते हैं।
Metadata, schemas, UI bindings, और richer MCP behavior को fluent तरीके से declare करना extension को thin protocol wrapper की बजाय first-class developer tool जैसा बनाता है।
यही वह दिशा है जो मुझे चाहिए।
मेरी राय
यहाँ असली कहानी एक feature की नहीं है। असली बात यह है कि Azure Functions MCP extension Azure पर MCP capabilities host करने वाली teams के लिए एक realistic platform choice बनती जा रही है, बिना सब कुछ scratch से बनाए।
और खासकर .NET developers के लिए experience बेहतर होता जा रहा है।
मूल पोस्ट: Azure Functions MCP Extension: What’s New at Build 2026
