This is the project for the MCP server for the UNICEF Data Warehouse.
Dependencies are managed with uv.
To install the dependencies, run:
uv sync
To run the server, run:
mcp dev datawarehouse_mcp/server.py
To run the tests, run:
uv run pytest
This project is licensed under the MIT License. See the LICENSE file for details.