Acerca de
This project implements a foundational Model Context Protocol (MCP) server designed as a lightweight reference and demonstration. Built with Anthropic's official Python SDK, it exposes two simple tools: `random_animal` for fetching a random animal, and `roll_d20` for simulating a 20-sided die roll. The server is fully MCP-native, leveraging `FastMCP` for adherence to the MCP specification, and offers flexibility across stdio, streamable HTTP, and SSE transports, making it an ideal starting point for developers exploring MCP tool integration and development.