Provides a demonstration of an MCP server implementation using the `http-mcp` package, exposing example tools and prompts.
This project offers a practical demonstration of an MCP (Model Context Protocol) server built with the `http-mcp` Python package. It showcases how to expose custom tools and prompts to any MCP-capable client, running efficiently over both HTTP (via Starlette/Uvicorn) and standard I/O (stdio). The demo includes illustrative examples of various tools, such as retrieving weather, getting current time, accessing request context, and tracking called tools, alongside a templated prompt for generating advice. It serves as an excellent reference for developers looking to integrate AI agents with external capabilities using the MCP standard.