clawql-mcp 6.3.0
·
2759 commits
to main
since this release
clawql-mcp 6.3.0
npm: clawql-mcp@6.3.0
Full changelog: CHANGELOG.md#630---2026-06-02
Highlights
- Modularization phases 2–9 (#306): workspace packages
clawql-core,clawql-api,clawql-memory,clawql-documents,clawql-automation— logic extracted from the monolith with thinsrc/shims for backward-compatible imports. - Effect-TS gateway: MCP
searchandexecuterun throughcreateClawQLApi()+ Effect Layers (SearchService/ExecuteService). PanguardProxyPlugin: policy chokepoint as a first-classmcp-proxyplugin (#272).- Docs: modularization implementation status, plugin model, plugin registry on docs.clawql.com.
Upgrade notes (6.2.x → 6.3.0)
- MCP tools and env flags are unchanged for normal consumers (
search,execute,memory_*,CLAWQL_ENABLE_*, etc.). - Not a semver-major break — internal refactor only; report regressions on GitHub Issues.
- If you deep-imported private
src/modules (unsupported), switch to supported MCP tools or wait for publishedclawql-*packages (#306).
Helm chart
charts/clawql-mcp: Chart.version0.6.6,appVersion6.3.0(aligns with npm).
Install
npm install clawql-mcp@6.3.0Node: >=22 (see package.json engines).