Skip to content

tryolabs/unicef-rag-mcp

Repository files navigation

UNICEF Technical Documentation RAG MCP

This is the project for the MCP server for the UNICEF Technical Documentation RAG.

Development

Dependencies

Dependencies are managed with uv.

To install the dependencies, run:

uv sync

Processing the CCRI technical documentation

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

Running the server

To run the server, run:

mcp dev rag/server.py

Running the tests

To run the tests, run:

uv run pytest

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages