This project uses the OpenTargets Platform API to interact with OpenTargets data.
- Make sure you have Python 3.8+ installed
- Create and activate a virtual environment:
python -m venv .venv source .venv/bin/activate # On Unix/macOS # or .venv\Scripts\activate # On Windows
- Install dependencies:
pip install -e .
[Add usage instructions here as the project develops]
opentargets-mcp/
├── pyproject.toml # Project configuration and dependencies
├── README.md # This file
└── src/ # Source code directory
└── opentargets_mcp/ # Main package directory