diff --git a/.changeset/export-content-dir-path.md b/.changeset/export-content-dir-path.md deleted file mode 100644 index 845ef30..0000000 --- a/.changeset/export-content-dir-path.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@contentrain/mcp": minor ---- - -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. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 1072b88..354ae7b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index f58d909..0df00af 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index 0810b92..336776d 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -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 diff --git a/packages/mcp/package.json b/packages/mcp/package.json index c8d7ce8..4851f38 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -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",