Skip to content

v0.7.0

Compare
Choose a tag to compare
@jlowin jlowin released this 18 Jun 18:12
· 2 commits to main since this release

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.