@algosuite/vo-mcp 0.2.0-beta.35 → 0.2.0-beta.37

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.
@@ -7,8 +7,10 @@
7
7
  "standard": ["R1", "R4"],
8
8
  "deep": ["R2", "R5"],
9
9
  "ultra": ["R3", "R5"],
10
+ "marathon": ["R4", "R5"],
10
11
  "ultracode": ["R4", "R5"]
11
12
  },
13
+ "bandsComment": "'ultracode' is the pre-2026-08-13 name for 'marathon'; kept so legacy task docs and stored configs still resolve a band.",
12
14
  "rungs": {
13
15
  "R1": { "tier": "cheap", "claudeEffort": "low", "codexEffort": "low", "maxTurns": 80, "maxBudgetUsd": 1 },
14
16
  "R2": { "tier": "cheap", "claudeEffort": "medium", "codexEffort": "medium", "maxTurns": 160, "maxBudgetUsd": 3 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algosuite/vo-mcp",
3
- "version": "0.2.0-beta.35",
3
+ "version": "0.2.0-beta.37",
4
4
  "description": "AlgoHQ MCP server — open protocol surface for the HQ consensus and ratchet tool family. Stdio transport, cross-vendor MCP client compatible (Claude Code, Claude Desktop, Codex, Cursor, Continue).",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",