Releases: jlowin/copychat
Releases · jlowin/copychat
v0.7.2
v0.7.1
v0.7.0
MCP Server Integration
Added an MCP (Model Context Protocol) server that exposes copychat's core functionality to AI assistants and other
MCP clients.
New capabilities:
- copy_text_to_clipboard - Copy arbitrary text to clipboard
- read_clipboard - Read current clipboard contents
- copy_files_to_clipboard - Copy files with filtering options (include/exclude patterns, append mode)
This allows AI tools like Claude Code to seamlessly integrate copychat's file copying capabilities, making it easier to transfer code and content between development workflows.