Metadata-Version: 2.4
Name: trapi-mcp
Version: 0.1.2
Summary: Add your description here
Project-URL: Homepage, https://github.com/smoxon/trapi-mcp
Project-URL: Bug Tracker, https://github.com/smoxon/trapi-mcp/issues
Requires-Python: >=3.11
Requires-Dist: fastmcp>=2.7.1
Requires-Dist: mcp>=1.9.3
Requires-Dist: requests>=2.32.4
Description-Content-Type: text/markdown

## TRAPI MCP
A fastmcp-based tool for writing prompts using Translator Reasoner API queries.

### Installation
You can install the package from source:
```
pip install -e .
```
Or using uv:
```
uv pip install -e .
```
Usage
You can use the CLI:
```
trapi-mcp
```


### Development

Clone the repository

```bash
git clone https://github.com/username/nmdc-mcp.git
cd nmdc-mcp
```
Install development dependencies
```bash
uv pip install -e ".[dev]"
Running Tests
pytest
```

#### License
MIT