@otskit/mcp 0.2.0 → 1.0.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 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,9 +19,8 @@ npm install -g @otskit/mcp
19
19
  ## Agent setup
20
20
 
21
21
  ```bash
22
- ots-mcp setup claude # Claude Desktop
23
- ots-mcp setup claude-code # Claude Code CLI
24
- ots-mcp setup codex # Codex CLI
22
+ ots-mcp setup claude # Claude Desktop
23
+ ots-mcp setup codex # Codex CLI
25
24
  ```
26
25
 
27
26
  Each command writes the MCP entry into the agent's config file, makes a `.bak` backup if the file already exists, and skips if `ots-mcp` is already configured. Restart the agent afterwards to apply the changes.
@@ -39,7 +38,7 @@ Each command writes the MCP entry into the agent's config file, makes a `.bak` b
39
38
  | `ots-mcp check-pending` | Run one upgrade pass over all pending stamps |
40
39
  | `ots-mcp scheduler install\|remove\|status` | Manage OS-level scheduler for auto-upgrades |
41
40
  | `ots-mcp backup [dest]` | Backup the SQLite database |
42
- | `ots-mcp setup <claude\|claude-code\|codex>` | Configure MCP for an agent |
41
+ | `ots-mcp setup <claude\|codex>` | Configure MCP for an agent |
43
42
 
44
43
  ## MCP tools exposed to agents
45
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otskit/mcp",
3
- "version": "0.2.0",
3
+ "version": "1.0.1",
4
4
  "description": "OpenTimestamps MCP server — stamp, upgrade, verify via AI agents",
5
5
  "type": "module",
6
6
  "engines": {