ratchet-mcp 0.2.0 → 0.2.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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,11 +32,11 @@ Works with Claude Desktop, Claude Code, Cursor, and any MCP client that spawns a
|
|
|
32
32
|
|---|---|
|
|
33
33
|
| `ratchet_begin_effect` | Ask permission before a side effect. Returns `execute`, `duplicate`, `in_flight`, `blocked`, `approval_required`, or `denied` |
|
|
34
34
|
| `ratchet_report_effect` | Report the outcome after acting |
|
|
35
|
-
| `
|
|
35
|
+
| `ratchet_get_effect` | Ask "did I already do this?" without reserving anything |
|
|
36
36
|
| `ratchet_resolve_effect` | Settle an effect whose outcome was unknown, after verifying |
|
|
37
37
|
| `ratchet_list_effects` | Review recent effects; filter by `indeterminate` to find unresolved work |
|
|
38
38
|
| `ratchet_get_policy` | Read the retry and budget policy for an effect type |
|
|
39
|
-
| `
|
|
39
|
+
| `ratchet_get_usage` | Plan, allowance, credit balance, and today's spend |
|
|
40
40
|
|
|
41
41
|
Only `execute` authorises the model to act. Every other decision returns a `next_step` beginning
|
|
42
42
|
with `STOP`.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ratchet-mcp",
|
|
3
3
|
"mcpName": "com.ratchetgate/ratchet",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.1",
|
|
5
5
|
"description": "MCP server for Ratchet. Your agent asks before it charges, deploys, publishes or sends \u2014 the same action is attempted at most once.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"homepage": "https://ratchetgate.com",
|