clawql-mcp 6.4.0
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, andOuroborosPluginregister optional MCP tools viaonRegister— horizontal logic stays inpackages/*;tools.tsis thinner (core + HITL only). - Argo
workflowtool (#243):CLAWQL_ENABLE_WORKFLOW=1— submit, wait, get, list, logs, suspend/resume, cron, artifacts against Argo Workflows ≥ 3.4.0; HelmenableWorkflow+ RBAC; vault daily digest template; optional Slack notify on terminalwait; HITL webhook auto-resume. - Argo CD
argocdtool (#244):CLAWQL_ENABLE_ARGO_CD=1— Application observe/sync via Kubernetes CRD API; HelmargocdRBAC. - Sandbox Kata (in-cluster):
CLAWQL_ENABLE_SANDBOX=1with unset backend in Kubernetes defaults toauto(Kata → Docker → bridge → Seatbelt); HelmsandboxKata. - IDP expansion: default
all-providersmerge 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). SetCLAWQL_ENABLE_DOCUMENTS=0or narrowCLAWQL_BUNDLED_PROVIDERSif you want a smaller index. - Sandbox in Kubernetes: unset
CLAWQL_SANDBOX_BACKENDnow defaults toauto(Kata-first) in-cluster, not bridge-only. Pinbridgeordockerto preserve prior behavior. - New opt-in flags:
CLAWQL_ENABLE_WORKFLOW,CLAWQL_ENABLE_ARGO_CD,CLAWQL_ENABLE_CONESHARE(+ HelmenableWorkflow,argocd,idpCollaboration,sandboxKata). - Effect Layers: still partial — only
search/executeuse Effect Layers today; horizontal packages remainasyncbehind plugins. FullLayer.mergeAllis a follow-on milestone, not required for this minor. - If you deep-imported removed
src/ouroboros-mcp.tsorsrc/ouroboros/*(unsupported), useclawql-ouroborospackage paths or MCPouroboros_*tools.
Helm chart
charts/clawql-mcp: Chart.version0.6.7,appVersion6.4.0(aligns with npm). Review new values:enableWorkflow,workflow.*,argocd,sandboxKata,idpCollaboration.
Install
npm install clawql-mcp@6.4.0Node: >=22 (see package.json engines).