Metadata-Version: 2.4
Name: snag-mcp
Version: 0.1.1
Summary: MCP server for Snag webhook workflows
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp>=1.0.0
Requires-Dist: pydantic>=2.8.0
Requires-Dist: websockets>=12.0
Description-Content-Type: text/markdown

# snag-mcp

Python MCP server for Snag.

## Development

```bash
uv sync
uv run snag-mcp
uv run ruff check .
uv run mypy snag_mcp/
uv run pytest
```
