Azure Container Apps Streamable HTTP Sample icon

Azure Container Apps Streamable HTTP Sample

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.

주요 기능

  • Provides 'get_animal_information' tool for animal data retrieval
  • Offers 'write_article' prompt generation functionality
  • Implements Model Context Protocol (MCP) server
  • Integrates with Azure Container Apps for cloud deployment
  • 0 GitHub stars
  • Demonstrates HTTP streamable responses

사용 사례

  • Learning to build Model Context Protocol (MCP) servers
  • Developing applications with HTTP streamable responses
  • Integrating external APIs into server-side applications
  • Deploying Python-based services to Azure Container Apps