Provides a sample Model Context Protocol server for Azure Container Apps with HTTP streamable responses.
This project offers a sample implementation of a Model Context Protocol (MCP) server specifically designed for Azure Container Apps, showcasing HTTP streamable responses for real-time operations. Built with Python, UV, and the Ninja API framework, it demonstrates how to integrate external APIs, like API Ninjas Animals, to create custom tools and prompts within an MCP environment. The sample includes functionalities such as retrieving comprehensive animal information and generating structured prompts for animal articles, making it an excellent resource for understanding MCP server development and cloud deployment.