Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@modelfetch/azure-functions

npm version npm license docs

Deploy MCP servers to Azure Functions.

Installation

npm install @modelfetch/azure-functions

Usage

import handle from "@modelfetch/azure-functions";
import server from "./server.js"; // Import your McpServer

// Run as an Azure Functions app
handle(server);

API Reference

handle(server)

Starts the MCP server