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.
- package/README.md +3 -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.
|
|
5
|
-
|
|
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