azure function self hosted python code scaffolding
We can create self hosted python mcp server code using the following command line:-
azd init --template mcp-sdk-functions-hosting-python -e mcpsdkserver-python
This will create a bunch of code that allow you to run your mcp server using FastMCP package.
You can see more of the code here
https://github.com/kepungnzai/az-function-mcp-self-hosted
Comments