Allows deployment and containerization of the MCP server using Docker, with support for building, starting, and stopping the container through Docker Compose.
Enables running the MCP server natively using Python, providing a runtime environment for processing text inputs and generating humorous responses.
MCP Server Demo (Humorous Edition)
A simplified Model Context Protocol (MCP) server implemented in Python. This version reads plain text from standard input and responds with a humorous message. It is Docker- and Azure-deployable.
Project Structure
Related MCP server: MCP Python Server
Development
To run the MCP server locally:
To run with Docker:
To test the MCP server, send a message:
Deployment
To deploy to Azure:
Make sure you have the Azure CLI installed and are logged in before deploying.