This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+3 more
Summary
AI summaryAdded CLI flags for configurable runs and fixed embedding parameter handling.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
`clean:vectors` prompts for confirmation before deleting vectors. `clean:vectors` prompts for confirmation before deleting vectors. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Feature | Low |
`index-to-txt` script gains `--input`, `--output`, `--force`, and `--help` flags. `index-to-txt` script gains `--input`, `--output`, `--force`, and `--help` flags. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
OpenAI embeddings now only send `dimensions` to supported models and pass configured dimensions correctly. OpenAI embeddings now only send `dimensions` to supported models and pass configured dimensions correctly. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
Packaging bundles scaffold template into npm package for clean installs. Packaging bundles scaffold template into npm package for clean installs. Source: llm_adapter@2026-06-10 Confidence: high |
— |
Full changelog
contextmcp v0.4.0
This is a minor release. It adds new CLI flags to the scaffolded scripts and fixes several packaging and embedding bugs. All changes are backward compatible.
Features
clean:vectorsnow prompts for confirmation before deleting vectors, with a--forceflag to skip the prompt for non-interactive use (#38).index-to-txtscript gains--input,--output,--force, and--helpflags for configurable, scriptable runs (#39).
Fixes
- OpenAI embeddings: only send the
dimensionsparameter to models that actually support it, and correctly pass the configureddimensionsthrough to the OpenAI embedding API. - Packaging: bundle the scaffold template into the published npm package so
contextmcpcan scaffold projects from a clean install.
Docs & Tests
- Document Gemini as a supported embedding provider.
- Add a Vitest harness with unit tests for the parser core utilities.
Upgrade notes
clean:vectorsis now interactive by default. If you call it from scripts or CI, pass--forceto preserve the previous non-prompting behavior.
Full changelog: v0.3.1...v0.4.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About dodopayments/contextmcp
Self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search.
Related context
Beta — feedback welcome: [email protected]