Skip to content

clawql-mcp 6.4.0

Choose a tag to compare

@cursor cursor released this 01 Jul 04:05
· 2627 commits to main since this release
0104cf4

clawql-mcp 6.4.0

npm: clawql-mcp@6.4.0
Full changelog: CHANGELOG.md#640---2026-07-01

Highlights

  • Plugin Phase 2 (registration): MemoryPlugin, DocumentsPlugin, AutomationPlugin, SandboxPlugin, and OuroborosPlugin register optional MCP tools via onRegister — horizontal logic stays in packages/*; tools.ts is thinner (core + HITL only).
  • Argo workflow tool (#243): CLAWQL_ENABLE_WORKFLOW=1 — submit, wait, get, list, logs, suspend/resume, cron, artifacts against Argo Workflows ≥ 3.4.0; Helm enableWorkflow + RBAC; vault daily digest template; optional Slack notify on terminal wait; HITL webhook auto-resume.
  • Argo CD argocd tool (#244): CLAWQL_ENABLE_ARGO_CD=1 — Application observe/sync via Kubernetes CRD API; Helm argocd RBAC.
  • Sandbox Kata (in-cluster): CLAWQL_ENABLE_SANDBOX=1 with unset backend in Kubernetes defaults to auto (Kata → Docker → bridge → Seatbelt); Helm sandboxKata.
  • IDP expansion: default all-providers merge adds nextcloud + coneshare when documents are enabled; optional ConeShare webhook (CLAWQL_ENABLE_CONESHARE=1).

Upgrade notes (6.3.x → 6.4.0)

  • Not a semver-major break — same MCP tool names and CLAWQL_ENABLE_* gates for existing features.
  • Larger default merge: with documents on (default), cold loadSpec() may load two more bundled vendors (nextcloud, coneshare). Set CLAWQL_ENABLE_DOCUMENTS=0 or narrow CLAWQL_BUNDLED_PROVIDERS if you want a smaller index.
  • Sandbox in Kubernetes: unset CLAWQL_SANDBOX_BACKEND now defaults to auto (Kata-first) in-cluster, not bridge-only. Pin bridge or docker to preserve prior behavior.
  • New opt-in flags: CLAWQL_ENABLE_WORKFLOW, CLAWQL_ENABLE_ARGO_CD, CLAWQL_ENABLE_CONESHARE (+ Helm enableWorkflow, argocd, idpCollaboration, sandboxKata).
  • Effect Layers: still partial — only search / execute use Effect Layers today; horizontal packages remain async behind plugins. Full Layer.mergeAll is a follow-on milestone, not required for this minor.
  • If you deep-imported removed src/ouroboros-mcp.ts or src/ouroboros/* (unsupported), use clawql-ouroboros package paths or MCP ouroboros_* tools.

Helm chart

  • charts/clawql-mcp: Chart.version 0.6.7, appVersion 6.4.0 (aligns with npm). Review new values: enableWorkflow, workflow.*, argocd, sandboxKata, idpCollaboration.

Install

npm install clawql-mcp@6.4.0

Node: >=22 (see package.json engines).