Showing tag results for MCP

Jul 16, 2026
Post comments count0
Post likes count0

How to build long-running MCP tools on Azure Functions

Lily Ma

Learn how to build long-running MCP tools on Azure Functions using Durable Functions. This post explains why synchronous tool calls break down for long-running work, introduces the MCP Tasks extension, and walks through a sample pattern that works with existing request/response clients today.

pythonazuredotnet
Jun 24, 2026
Post comments count0
Post likes count1

Azure Functions MCP Extension: What’s New at Build 2026

Lily Ma

A roundup of what shipped in the Azure Functions MCP extension since preview: resource and prompt triggers, MCP Apps, built-in MCP authentication, structured and rich content, fluent .NET configuration APIs, and what is coming next.

javapythontypescript
Apr 24, 2026
Post comments count2
Post likes count0

Azure MCP Server now available as an MCP Bundle (.mcpb)

Victor Colin Amador

Azure MCP Server is now available as an MCP Bundle (.mcpb), enabling one-click installation into Claude Desktop and other MCP-compatible clients.

azureAIMCP
Apr 7, 2026
Post comments count4
Post likes count11

MCP as Easy as 1-2-3: Introducing the Fluent API for MCP Apps

Lilian Kasem (she/her)

Build MCP tools with rich UI experiences using the new Fluent API for MCP Apps in the .NET isolated worker. Configure views, permissions, and security policies with just a few lines of code.

dotnetAIAzure Functions
Apr 6, 2026
Post comments count0
Post likes count3

MCP Apps on Azure Functions: Quickstart with TypeScript

Swapnil Nagar

Learn how to build and deploy MCP (Model Context Protocol) apps on Azure Functions using TypeScript. This guide covers MCP tools, resources, local development, and serverless deployment with a practical weather app example.

pythonjavascripttypescript
Feb 24, 2026
Post comments count0
Post likes count0

Improved Python (PyPi/uvx) support in Azure MCP Server

Xiang Yan

Azure MCP Server now offers first-class Python support via PyPI and uvx, making it easier than ever for Python developers to integrate Azure into their agentic workflows.

pythonAIMCP