Hey everyone! I'm curious if there's a way to set up an MCP server as a service so that I can make web calls to it. Any tips or guidance on this would be super helpful. Thanks!
1 Answer
You might want to check out the Azure Functions documentation! It explains how you can use Azure Functions to handle MCP calls, which could be what you're looking for. Here’s a link to get you started: https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-mcp.
But how does using Azure Functions differ from just having a regular function as an MCP REST endpoint?