hanoman 0.1.11 → 0.1.13

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 CHANGED
@@ -32,9 +32,36 @@ hanoman [start] jalankan (migrasi + server + dashboard)
32
32
  hanoman doctor periksa prasyarat
33
33
  hanoman update [--check] pasang versi terbaru dari npm
34
34
  hanoman migrate-from-postgres --from <url> [--to <file>] [--dry-run] [--force]
35
+ hanoman mcp [--read-only] MCP server stdio untuk klien AI
36
+ [--host <url>] [--max-bytes <n>]
35
37
  hanoman docs scan | index | link operasi index Source of Truth
36
38
  ```
37
39
 
40
+ ## Dipakai agen AI (MCP)
41
+
42
+ Agen AI mana pun yang berbicara MCP — Claude Code, Claude Desktop, Codex, Cursor, Copilot — bisa
43
+ membaca dan menulis backlog hanoman lewat `hanoman mcp`, tanpa kode pembungkus khusus. Buat agent
44
+ token di **Settings → Akses AI Agent**, lalu:
45
+
46
+ ```json
47
+ {
48
+ "mcpServers": {
49
+ "hanoman": {
50
+ "command": "hanoman",
51
+ "args": ["mcp"],
52
+ "env": {
53
+ "HANOMAN_HOST": "http://localhost:8787",
54
+ "HANOMAN_AGENT_TOKEN": "hnm_agt_…"
55
+ }
56
+ }
57
+ }
58
+ }
59
+ ```
60
+
61
+ Panduan siap salin per klien ada di halaman Settings itu sendiri. Tambahkan `--read-only` untuk
62
+ menyembunyikan seluruh tool yang menulis. Membuat sesi terminal dan perintah VPS **tidak tersedia**
63
+ lewat MCP.
64
+
38
65
  ## Update
39
66
 
40
67
  Dari dashboard: badge **Update** di kanan atas → **Pasang & mulai ulang** → konfirmasi. hanoman
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.11",
3
- "sha": "2ad97cf",
4
- "builtAt": "2026-08-01T07:44:18.428Z"
2
+ "version": "0.1.13",
3
+ "sha": "d971e65",
4
+ "builtAt": "2026-08-01T13:47:43.258Z"
5
5
  }