copapers-mcp 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,9 @@
1
1
  # copapers-mcp
2
2
 
3
3
  MCP server for [Copapers](https://copapers.com) — let your agents edit your Copapers
4
- documents. An AI agent (Claude Code, Claude Desktop, Codex, …) can list, pull, edit, and push
5
- **tracked suggestions**, attributed to your signed-in Copapers account.
4
+ documents. AI agents (Claude Code, Claude Desktop, Codex, …) can edit, suggest, and comment on
5
+ your documents. The agents use their native Read/Write/Update tools, so it is token-efficient
6
+ and reliable.
6
7
 
7
8
  It runs locally over stdio and talks to a Copapers server over HTTPS. You authenticate once
8
9
  with the built-in `connect` tool — no API keys to manage.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "copapers-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MCP server for Copapers — let your agents edit your Copapers documents.",
5
5
  "homepage": "https://copapers.com",
6
6
  "author": "Andy Bromberg <andy@andybromberg.com>",