Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/export-content-dir-path.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# contentrain

## 0.7.11

### Patch Changes

- Updated dependencies [dbc99fe]
- @contentrain/mcp@2.1.0
- @contentrain/rules@0.6.0
- @contentrain/skills@0.6.0

## 0.7.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contentrain",
"version": "0.7.10",
"version": "0.7.11",
"license": "MIT",
"description": "CLI for Contentrain — AI content governance infrastructure",
"type": "module",
Expand Down
12 changes: 12 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @contentrain/mcp

## 2.1.0

### Minor Changes

- dbc99fe: feat(mcp): export `contentDirPath` from `@contentrain/mcp/core/ops`

The helper already existed in `core/ops/paths.ts` (and backs `contentFilePath`
/ `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 same `content_path`-aware logic
instead of maintaining a local copy.

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentrain/mcp",
"version": "2.0.1",
"version": "2.1.0",
"mcpName": "io.github.Contentrain/contentrain",
"license": "MIT",
"description": "Local-first MCP server for AI-generated content governance — 24 deterministic tools (19 core + 5 media), stdio + HTTP transports, Local / GitHub / GitLab providers",
Expand Down
Loading