Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTargets MCP Project

This project uses the OpenTargets Platform API to interact with OpenTargets data.

Setup

  1. Make sure you have Python 3.8+ installed
  2. Create and activate a virtual environment:
    python -m venv .venv
    source .venv/bin/activate  # On Unix/macOS
    # or
    .venv\Scripts\activate  # On Windows
  3. Install dependencies:
    pip install -e .

Usage

[Add usage instructions here as the project develops]

Project Structure

opentargets-mcp/
├── pyproject.toml    # Project configuration and dependencies
├── README.md        # This file
└── src/            # Source code directory
    └── opentargets_mcp/  # Main package directory

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages