@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.
- package/README.md +3 -4
- 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
|
|
23
|
-
ots-mcp setup
|
|
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\|
|
|
41
|
+
| `ots-mcp setup <claude\|codex>` | Configure MCP for an agent |
|
|
43
42
|
|
|
44
43
|
## MCP tools exposed to agents
|
|
45
44
|
|