This is a simple example MCP server that implements standard Dice Notation parsing for rolling dice.
This project was built with the uv package/environment manager for Python on
Python version 3.13.
You can run the server on STDIO with a simply python main.py call but you'll
be better off using the fastmcp CLI:
uv run fastmcp run main.py:mcpThis will run via STDIO transport by default.
You can test this server with:
uv run fastmcp dev main.py:mcp