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:
uv run datawarehouse_mcp/server.py
To run the tests, run:
uv run tests/test_server.py
This project is licensed under the MIT License. See the LICENSE file for details.