Metadata-Version: 2.4
Name: claude-handoff-manager
Version: 1.1.0
Summary: MCP server that automates Claude Code conversation handoffs — no more manual copy-paste when you hit the message cap.
Author: Country Delight Engineering
License-Expression: MIT
License-File: LICENSE
Keywords: claude,claude-code,handoff,mcp,model-context-protocol
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# claude-handoff-manager

MCP server that automates Claude Code conversation handoffs. No more manual copy-paste when you hit the message cap.

## Install

```bash
claude mcp add handoff-manager -- uvx claude-handoff-manager
```

Restart Claude Code. Done.

## Usage

- **End of conversation**: Claude saves the handoff automatically when you hit the message cap
- **New conversation**: Say `"continue from last handoff"` and Claude picks up where you left off

## License

MIT
