@helm-protocol/ttt-mcp 0.3.3 → 0.3.4
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 +4 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -55,12 +55,12 @@ Claude workflow → [context compressed] → agents call pot_query(eventId)
|
|
|
55
55
|
### Claude Code
|
|
56
56
|
|
|
57
57
|
```bash
|
|
58
|
-
claude mcp add ttt -- npx -y @helm-protocol/ttt-mcp@0.3.
|
|
58
|
+
claude mcp add ttt -- npx -y @helm-protocol/ttt-mcp@0.3.3
|
|
59
59
|
```
|
|
60
60
|
|
|
61
61
|
With an API key (raises the free limit to your plan's monthly quota):
|
|
62
62
|
```bash
|
|
63
|
-
claude mcp add ttt -e TTT_API_KEY=your-key -- npx -y @helm-protocol/ttt-mcp@0.3.
|
|
63
|
+
claude mcp add ttt -e TTT_API_KEY=your-key -- npx -y @helm-protocol/ttt-mcp@0.3.3
|
|
64
64
|
```
|
|
65
65
|
|
|
66
66
|
### Claude Desktop
|
|
@@ -72,7 +72,7 @@ Add to `claude_desktop_config.json`:
|
|
|
72
72
|
"mcpServers": {
|
|
73
73
|
"ttt": {
|
|
74
74
|
"command": "npx",
|
|
75
|
-
"args": ["-y", "@helm-protocol/ttt-mcp@0.3.
|
|
75
|
+
"args": ["-y", "@helm-protocol/ttt-mcp@0.3.3"],
|
|
76
76
|
"env": { "TTT_API_KEY": "your-key" }
|
|
77
77
|
}
|
|
78
78
|
}
|
|
@@ -81,7 +81,7 @@ Add to `claude_desktop_config.json`:
|
|
|
81
81
|
|
|
82
82
|
### Cursor
|
|
83
83
|
|
|
84
|
-
[](https://cursor.com/install-mcp?name=ttt&config=
|
|
84
|
+
[](https://cursor.com/install-mcp?name=ttt&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBoZWxtLXByb3RvY29sL3R0dC1tY3BAMC4zLjMiXX0=)
|
|
85
85
|
|
|
86
86
|
One-click install, or add the same `mcpServers` block above to `.cursor/mcp.json`.
|
|
87
87
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helm-protocol/ttt-mcp",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "Proof-of-Time attestation
|
|
3
|
+
"version": "0.3.4",
|
|
4
|
+
"description": "Proof-of-Time attestation — Ed25519-signed timestamps with multi-source corroboration and explicit error bounds. IETF draft-helmprotocol-tttps",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"ttt-mcp": "./dist/index.js"
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
61
61
|
"ioredis": "^5.11.0",
|
|
62
|
-
"openttt": "^0.
|
|
62
|
+
"openttt": "^0.3.1",
|
|
63
63
|
"zod": "^3.25.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|