This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+8 more
Summary
AI summaryExported contentDirPath helper from @contentrain/mcp/core/ops.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds export of `contentDirPath` from `@contentrain/mcp/core/ops` Adds export of `contentDirPath` from `@contentrain/mcp/core/ops` Source: llm_adapter@2026-07-17 Confidence: high |
— |
Full changelog
Minor Changes
-
dbc99fe: feat(mcp): export
contentDirPathfrom@contentrain/mcp/core/opsThe helper already existed in
core/ops/paths.ts(and backscontentFilePath
/documentFilePath), but the subpath barrel only re-exported the file-level
helpers. Exposing the directory-level resolver lets consumers (e.g. Studio)
resolve a model's content directory through the samecontent_path-aware logic
instead of maintaining a local copy.
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 Contentrain/ai
Local-first MCP server for AI content governance — 13 tools for model/content CRUD, validation, normalization, and i18n across any framework.
Related context
Related tools
Earlier breaking changes
- v@contentrain/[email protected] `validateModelDefinition` now returns `{ errors, warnings }` instead of a string array.
- v@contentrain/[email protected] `model_save` rejects models with unknown keys, `min > max`, invalid constraints, and `unique` on singletons.
- v@contentrain/[email protected] `content_save` now validates before committing and rejects invalid content.
- v@contentrain/[email protected] `validateModelDefinition` now returns `{ errors, warnings }` instead of a string array.
- v@contentrain/[email protected] `model_save` rejects models with unknown keys, `min > max`, invalid constraints, and `unique` on singletons.
Beta — feedback welcome: [email protected]