@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.
@@ -525,7 +525,7 @@ function createControlPlaneClient({
525
525
  },
526
526
  /**
527
527
  * Read the operator's dispatch-mode config (Fast→Ultracode effort setting).
528
- * Returns the mode string ('fast'|'standard'|'deep'|'ultra'|'ultracode'),
528
+ * Returns the mode string ('fast'|'standard'|'deep'|'ultra'|'marathon'; 'ultracode' legacy),
529
529
  * defaulting to 'standard' on any error. Never throws — best-effort.
530
530
  */
531
531
  async getDispatchMode() {