This is the project for the MCP server for the UNICEF Technical Documentation RAG.
Dependencies are managed with uv.
To install the dependencies, run:
uv sync
Before running the server, you need to process the CCRI technical documentation and persist the vector index.
To do this, run:
uv run python process_ccri_doc.py
To run the server, run:
mcp dev rag/server.py
To run the tests, run:
uv run pytest
This project is licensed under the MIT License. See the LICENSE file for details.