@dollhousemcp/mcp-server 1.9.23 β†’ 1.9.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,41 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [1.9.24] - 2025-10-27
6
+
7
+ **Documentation Release**: Claude Skills Compatibility & Dependency Updates
8
+
9
+ ### πŸ“– Documentation
10
+ - **Claude Skills Compatibility Section** (#1413)
11
+ - Added prominent README section highlighting 100% lossless round-trip conversion
12
+ - Documents bidirectional conversion between DollhouseMCP Skills and Claude Skills
13
+ - Includes skill-converter usage for CLI-enabled LLMs (Claude Code, Cursor, Gemini Code Assist)
14
+ - Complete metadata, validation, and structure preservation in both directions
15
+
16
+ - **Merge Strategy Documentation**
17
+ - Documented squash vs. regular merge strategy in `docs/development/PR_BEST_PRACTICES.md`
18
+ - Feature β†’ develop: SQUASH merge (clean history, normalizes contributor practices)
19
+ - Develop β†’ main: REGULAR merge (preserves commits, prevents overwriting)
20
+ - Multi-contributor scaling considerations documented
21
+
22
+ - **Session Notes**
23
+ - Committed session notes from Oct 25 and Oct 27 to development history
24
+ - Documents development decisions and context for project continuity
25
+
26
+ ### πŸ”„ Dependency Updates
27
+ - `@modelcontextprotocol/sdk` 1.20.1 β†’ 1.20.2
28
+ - `posthog-node` 5.10.0 β†’ 5.10.3
29
+ - `jsdom` 27.0.0 β†’ 27.0.1 (dev)
30
+ - `@types/node` 24.8.1 β†’ 24.9.1 (dev)
31
+ - `@modelcontextprotocol/inspector` 0.17.1 β†’ 0.17.2 (dev)
32
+
33
+ ### πŸ”§ Technical
34
+ - Fixed README auto-sync workflow issue by updating chunk source files
35
+ - README now generated from `docs/readme/chunks/` to prevent manual edit overwrites
36
+ - All documentation changes preserved through auto-sync workflow
37
+
38
+ ---
39
+
5
40
  ## [1.9.23] - 2025-10-26
6
41
 
7
42
  **Feature Release**: Bidirectional Skills Converter with DollhouseMCP primacy messaging
package/README.github.md CHANGED
@@ -70,6 +70,16 @@
70
70
  - **⚑ Hot-Swap Elements** – Change personas, skills, and templates without restarting as needed
71
71
  - **πŸ“¦ Personal Portfolio** – Your library of custom AI configurations on your local computer or personal GitHub repo
72
72
 
73
+ ### Claude Skills Compatibility
74
+
75
+ 100% lossless round-trip conversion between DollhouseMCP Skills and Claude Skillsβ€”all metadata, validation, and structure preserved without loss in either direction.
76
+
77
+ Import Claude Skills into the DollhouseMCP ecosystem for enhanced version control, deployment across hundreds of AI platforms that support MCP servers, security validation against hundreds of attack vectors, and integration with personas, templates, agents, and memories. Convert DollhouseMCP Skills to Claude Skills when you need compatibility with Claude-specific environments that cannot run DollhouseMCP.
78
+
79
+ β†’ **[Complete Skills Converter Guide](docs/guides/SKILLS_CONVERTER.md)** – Lossless round-trip translation in both directions with CLI reference and examples
80
+
81
+ β†’ Use the DollhouseMCP **skill-converter** skill to convert directly from chat on LLMs with command-line access like Claude Code, Cursor, Gemini Code Assist, etc.
82
+
73
83
  ### Use Cases
74
84
 
75
85
  <table>
@@ -873,6 +883,55 @@ For detailed guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).
873
883
 
874
884
  ## 🏷️ Version History
875
885
 
886
+ ### v1.9.24 - 2025-10-27
887
+
888
+ **Documentation Release**: Claude Skills Compatibility & Dependency Updates
889
+
890
+ #### πŸ“– Documentation
891
+ - **Claude Skills Compatibility Section** (#1413)
892
+ - Added prominent README section highlighting 100% lossless round-trip conversion
893
+ - Documents bidirectional conversion between DollhouseMCP Skills and Claude Skills
894
+ - Includes skill-converter usage for CLI-enabled LLMs (Claude Code, Cursor, Gemini Code Assist)
895
+ - Complete metadata, validation, and structure preservation in both directions
896
+
897
+ - **Merge Strategy Documentation**
898
+ - Documented squash vs. regular merge strategy in `docs/development/PR_BEST_PRACTICES.md`
899
+ - Feature β†’ develop: SQUASH merge (clean history)
900
+ - Develop β†’ main: REGULAR merge (preserves commits)
901
+
902
+ #### πŸ”„ Dependency Updates
903
+ - `@modelcontextprotocol/sdk` 1.20.1 β†’ 1.20.2
904
+ - `posthog-node` 5.10.0 β†’ 5.10.3
905
+ - `jsdom` 27.0.0 β†’ 27.0.1 (dev)
906
+ - `@types/node` 24.8.1 β†’ 24.9.1 (dev)
907
+ - `@modelcontextprotocol/inspector` 0.17.1 β†’ 0.17.2 (dev)
908
+
909
+ ---
910
+
911
+ ### v1.9.23 - 2025-10-26
912
+
913
+ **Feature Release**: Bidirectional Skills Converter
914
+ #### ✨ Features
915
+ - **Bidirectional Skills Converter** (#1400, #1401)
916
+ - Lossless conversion between DollhouseMCP Skills and Claude Skills
917
+ - CLI: `dollhouse convert from-anthropic` / `to-anthropic`
918
+ - Automatic format detection and metadata enrichment
919
+ - 100% fidelity roundtrip conversion
920
+ - Comprehensive documentation in `docs/guides/SKILLS_CONVERTER.md`
921
+
922
+ - **DollhouseMCP Primacy Messaging**
923
+ - README section establishing timeline (July 2025 vs October 2025)
924
+ - Positions DollhouseMCP as superset with 6 element types
925
+ - Professional framing for legal review
926
+
927
+ #### Technical Details
928
+ - 13 converter tests passing
929
+ - Security: ZIP size limits, bomb detection, Unicode normalization
930
+ - Components: SchemaMapper, ContentExtractor, bidirectional converters
931
+ - Performance: Sub-second for small skills, scales to large multi-MB skills
932
+
933
+ ---
934
+
876
935
  ### v1.9.21 - 2025-10-23
877
936
 
878
937
  **Patch Release**: Memory validation system activation and element formatting
package/README.md.backup CHANGED
@@ -12,13 +12,6 @@
12
12
  [![Test Coverage](https://img.shields.io/badge/Coverage-1858%2B%20Tests-green)](https://github.com/DollhouseMCP/mcp-server/tree/develop/test/__tests__)
13
13
  [![Enterprise-Grade Security](https://img.shields.io/badge/Security-Enterprise%20Grade-purple)](https://github.com/DollhouseMCP/mcp-server/blob/develop/SECURITY.md)
14
14
 
15
- [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=DollhouseMCP_mcp-server&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=DollhouseMCP_mcp-server)
16
- [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=DollhouseMCP_mcp-server&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=DollhouseMCP_mcp-server)
17
- [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=DollhouseMCP_mcp-server&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=DollhouseMCP_mcp-server)
18
- [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=DollhouseMCP_mcp-server&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=DollhouseMCP_mcp-server)
19
- [![Bugs](https://sonarcloud.io/api/project_badges/measure?project=DollhouseMCP_mcp-server&metric=bugs)](https://sonarcloud.io/summary/new_code?id=DollhouseMCP_mcp-server)
20
- [![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=DollhouseMCP_mcp-server&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=DollhouseMCP_mcp-server)
21
-
22
15
  ## Platform Support
23
16
  [![Windows Build Status](https://img.shields.io/badge/Windows-βœ“_Tested-0078D4?logo=windows&logoColor=white)](https://github.com/DollhouseMCP/mcp-server/actions/workflows/core-build-test.yml?query=branch:main "Windows CI Build Status")
24
17
  [![macOS Build Status](https://img.shields.io/badge/macOS-βœ“_Tested-000000?logo=apple&logoColor=white)](https://github.com/DollhouseMCP/mcp-server/actions/workflows/core-build-test.yml?query=branch:main "macOS CI Build Status")
@@ -77,6 +70,16 @@
77
70
  - **⚑ Hot-Swap Elements** – Change personas, skills, and templates without restarting as needed
78
71
  - **πŸ“¦ Personal Portfolio** – Your library of custom AI configurations on your local computer or personal GitHub repo
79
72
 
73
+ ### Claude Skills Compatibility
74
+
75
+ 100% lossless round-trip conversion between DollhouseMCP Skills and Claude Skillsβ€”all metadata, validation, and structure preserved without loss in either direction.
76
+
77
+ Import Claude Skills into the DollhouseMCP ecosystem for enhanced version control, deployment across hundreds of AI platforms that support MCP servers, security validation against hundreds of attack vectors, and integration with personas, templates, agents, and memories. Convert DollhouseMCP Skills to Claude Skills when you need compatibility with Claude-specific environments that cannot run DollhouseMCP.
78
+
79
+ β†’ **[Complete Skills Converter Guide](docs/guides/SKILLS_CONVERTER.md)** – Lossless round-trip translation in both directions with CLI reference and examples
80
+
81
+ β†’ Use the DollhouseMCP **skill-converter** skill to convert directly from chat on LLMs with command-line access like Claude Code, Cursor, Gemini Code Assist, etc.
82
+
80
83
  ### Use Cases
81
84
 
82
85
  <table>
@@ -880,6 +883,31 @@ For detailed guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).
880
883
 
881
884
  ## 🏷️ Version History
882
885
 
886
+ ### v1.9.24 - 2025-10-27
887
+
888
+ **Documentation Release**: Claude Skills Compatibility & Dependency Updates
889
+
890
+ #### πŸ“– Documentation
891
+ - **Claude Skills Compatibility Section** (#1413)
892
+ - Added prominent README section highlighting 100% lossless round-trip conversion
893
+ - Documents bidirectional conversion between DollhouseMCP Skills and Claude Skills
894
+ - Includes skill-converter usage for CLI-enabled LLMs (Claude Code, Cursor, Gemini Code Assist)
895
+ - Complete metadata, validation, and structure preservation in both directions
896
+
897
+ - **Merge Strategy Documentation**
898
+ - Documented squash vs. regular merge strategy in `docs/development/PR_BEST_PRACTICES.md`
899
+ - Feature β†’ develop: SQUASH merge (clean history)
900
+ - Develop β†’ main: REGULAR merge (preserves commits)
901
+
902
+ #### πŸ”„ Dependency Updates
903
+ - `@modelcontextprotocol/sdk` 1.20.1 β†’ 1.20.2
904
+ - `posthog-node` 5.10.0 β†’ 5.10.3
905
+ - `jsdom` 27.0.0 β†’ 27.0.1 (dev)
906
+ - `@types/node` 24.8.1 β†’ 24.9.1 (dev)
907
+ - `@modelcontextprotocol/inspector` 0.17.1 β†’ 0.17.2 (dev)
908
+
909
+ ---
910
+
883
911
  ### v1.9.23 - 2025-10-26
884
912
 
885
913
  **Feature Release**: Bidirectional Skills Converter
@@ -2,8 +2,8 @@
2
2
  * Auto-generated file - DO NOT EDIT
3
3
  * Generated at build time by scripts/generate-version.js
4
4
  */
5
- export declare const PACKAGE_VERSION = "1.9.23";
6
- export declare const BUILD_TIMESTAMP = "2025-10-27T12:32:53.352Z";
5
+ export declare const PACKAGE_VERSION = "1.9.24";
6
+ export declare const BUILD_TIMESTAMP = "2025-10-27T16:10:42.803Z";
7
7
  export declare const BUILD_TYPE: 'npm' | 'git';
8
8
  export declare const PACKAGE_NAME = "@dollhousemcp/mcp-server";
9
9
  //# sourceMappingURL=version.d.ts.map
@@ -2,8 +2,8 @@
2
2
  * Auto-generated file - DO NOT EDIT
3
3
  * Generated at build time by scripts/generate-version.js
4
4
  */
5
- export const PACKAGE_VERSION = '1.9.23';
6
- export const BUILD_TIMESTAMP = '2025-10-27T12:32:53.352Z';
5
+ export const PACKAGE_VERSION = '1.9.24';
6
+ export const BUILD_TIMESTAMP = '2025-10-27T16:10:42.803Z';
7
7
  export const BUILD_TYPE = 'npm';
8
8
  export const PACKAGE_NAME = '@dollhousemcp/mcp-server';
9
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9nZW5lcmF0ZWQvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O0dBR0c7QUFFSCxNQUFNLENBQUMsTUFBTSxlQUFlLEdBQUcsUUFBUSxDQUFDO0FBQ3hDLE1BQU0sQ0FBQyxNQUFNLGVBQWUsR0FBRywwQkFBMEIsQ0FBQztBQUMxRCxNQUFNLENBQUMsTUFBTSxVQUFVLEdBQWtCLEtBQUssQ0FBQztBQUMvQyxNQUFNLENBQUMsTUFBTSxZQUFZLEdBQUcsMEJBQTBCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEF1dG8tZ2VuZXJhdGVkIGZpbGUgLSBETyBOT1QgRURJVFxuICogR2VuZXJhdGVkIGF0IGJ1aWxkIHRpbWUgYnkgc2NyaXB0cy9nZW5lcmF0ZS12ZXJzaW9uLmpzXG4gKi9cblxuZXhwb3J0IGNvbnN0IFBBQ0tBR0VfVkVSU0lPTiA9ICcxLjkuMjMnO1xuZXhwb3J0IGNvbnN0IEJVSUxEX1RJTUVTVEFNUCA9ICcyMDI1LTEwLTI3VDEyOjMyOjUzLjM1MlonO1xuZXhwb3J0IGNvbnN0IEJVSUxEX1RZUEU6ICducG0nIHwgJ2dpdCcgPSAnbnBtJztcbmV4cG9ydCBjb25zdCBQQUNLQUdFX05BTUUgPSAnQGRvbGxob3VzZW1jcC9tY3Atc2VydmVyJztcbiJdfQ==
9
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9nZW5lcmF0ZWQvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O0dBR0c7QUFFSCxNQUFNLENBQUMsTUFBTSxlQUFlLEdBQUcsUUFBUSxDQUFDO0FBQ3hDLE1BQU0sQ0FBQyxNQUFNLGVBQWUsR0FBRywwQkFBMEIsQ0FBQztBQUMxRCxNQUFNLENBQUMsTUFBTSxVQUFVLEdBQWtCLEtBQUssQ0FBQztBQUMvQyxNQUFNLENBQUMsTUFBTSxZQUFZLEdBQUcsMEJBQTBCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEF1dG8tZ2VuZXJhdGVkIGZpbGUgLSBETyBOT1QgRURJVFxuICogR2VuZXJhdGVkIGF0IGJ1aWxkIHRpbWUgYnkgc2NyaXB0cy9nZW5lcmF0ZS12ZXJzaW9uLmpzXG4gKi9cblxuZXhwb3J0IGNvbnN0IFBBQ0tBR0VfVkVSU0lPTiA9ICcxLjkuMjQnO1xuZXhwb3J0IGNvbnN0IEJVSUxEX1RJTUVTVEFNUCA9ICcyMDI1LTEwLTI3VDE2OjEwOjQyLjgwM1onO1xuZXhwb3J0IGNvbnN0IEJVSUxEX1RZUEU6ICducG0nIHwgJ2dpdCcgPSAnbnBtJztcbmV4cG9ydCBjb25zdCBQQUNLQUdFX05BTUUgPSAnQGRvbGxob3VzZW1jcC9tY3Atc2VydmVyJztcbiJdfQ==
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dollhousemcp/mcp-server",
3
- "version": "1.9.23",
3
+ "version": "1.9.24",
4
4
  "description": "DollhouseMCP - A Model Context Protocol (MCP) server that enables dynamic AI persona management from markdown files, allowing Claude and other compatible AI assistants to activate and switch between different behavioral personas.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -130,7 +130,7 @@
130
130
  "url": "https://github.com/sponsors/mickdarling"
131
131
  },
132
132
  "dependencies": {
133
- "@modelcontextprotocol/sdk": "^1.20.1",
133
+ "@modelcontextprotocol/sdk": "^1.20.2",
134
134
  "@types/dompurify": "^3.0.5",
135
135
  "@types/uuid": "^10.0.0",
136
136
  "chalk": "^5.6.2",
@@ -139,20 +139,20 @@
139
139
  "extract-zip": "^2.0.1",
140
140
  "gray-matter": "^4.0.3",
141
141
  "js-yaml": "^4.1.0",
142
- "jsdom": "27.0.0",
142
+ "jsdom": "27.0.1",
143
143
  "node-fetch": "^3.3.2",
144
- "posthog-node": "^5.10.0",
144
+ "posthog-node": "^5.10.3",
145
145
  "uuid": "^11.1.0",
146
146
  "zod": "^4.1.12"
147
147
  },
148
148
  "devDependencies": {
149
149
  "@jest/globals": "^30.2.0",
150
- "@modelcontextprotocol/inspector": "^0.17.1",
150
+ "@modelcontextprotocol/inspector": "^0.17.2",
151
151
  "@types/archiver": "^6.0.4",
152
152
  "@types/jest": "^30.0.0",
153
153
  "@types/js-yaml": "^4.0.9",
154
154
  "@types/jsdom": "^27.0.0",
155
- "@types/node": "^24.8.1",
155
+ "@types/node": "^24.9.1",
156
156
  "archiver": "^7.0.1",
157
157
  "cross-env": "^10.1.0",
158
158
  "dotenv": "^17.2.3",
package/server.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "io.github.DollhouseMCP/mcp-server",
4
4
  "title": "DollhouseMCP",
5
5
  "description": "OSS to create Personas, Skills, Templates, Agents, and Memories to customize your AI experience.",
6
- "version": "1.9.23",
6
+ "version": "1.9.24",
7
7
  "homepage": "https://dollhousemcp.com",
8
8
  "repository": {
9
9
  "type": "git",
@@ -29,7 +29,7 @@
29
29
  {
30
30
  "registryType": "npm",
31
31
  "identifier": "@dollhousemcp/mcp-server",
32
- "version": "1.9.23",
32
+ "version": "1.9.24",
33
33
  "transport": {
34
34
  "type": "stdio"
35
35
  }