Patch release
Fixed
- install: marketplace
npm installno longer fails on tree-sitter peer-dep ERESOLVE. Tree-sitter grammar packages moved fromdevDependenciestodependenciesand the install command updated to--omit=dev --legacy-peer-deps(#2300). - chroma-mcp: removed ONNX/OpenBLAS thread cap from spawn env to restore performance on multi-core systems.
Docs
- Documented the
--legacy-peer-depsrationale inrunNpmInstallInMarketplace.