@dollhousemcp/mcp-server 1.9.18 → 1.9.19

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,85 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [1.9.19] - 2025-10-17
6
+
7
+ **Comprehensive Release**: 90 commits including security fixes, PostHog telemetry, MCP registry support, and major cleanup
8
+
9
+ ### Added
10
+ - MCP registry publishing workflow with OIDC authentication (#1367)
11
+ - Automated publishing to registry.modelcontextprotocol.io
12
+ - GitHub Actions workflow with manual dry-run mode
13
+ - Comprehensive test suite for workflow validation (50+ tests)
14
+ - Pinned mcp-publisher CLI to v1.3.3 for reproducibility
15
+ - PostHog remote telemetry integration (#1357, #1361)
16
+ - Opt-in remote analytics with DOLLHOUSE_TELEMETRY_OPTIN=true
17
+ - Usage patterns and error tracking
18
+ - Privacy-focused with explicit consent
19
+ - MCP Resources support for capability index (#1360)
20
+ - Future-proof architecture (disabled by default)
21
+ - Ready for MCP protocol evolution
22
+ - Dual licensing model with commercial option (#1350)
23
+ - AGPL-3.0 with platform stability commitments
24
+ - Commercial licensing pathway
25
+ - Minimal installation telemetry (#1359)
26
+ - Operational metrics for v1.9.19
27
+ - Installation success tracking
28
+ - Security telemetry tracking for blocked attacks (#1313)
29
+ - Automated release issue verification system (#1249)
30
+ - Orphaned issues checker for systematic cleanup (#1251)
31
+ - Personal development notes directory (#1275)
32
+
33
+ ### Security
34
+ - Phase 1: Background validation for memory security (#1316, #1320, #1322)
35
+ - Phase 2: AES-256-GCM pattern encryption (#1323)
36
+ - Fixed symlink path traversal vulnerability (#1290, #1306)
37
+ - Resolve symlinks before validation
38
+ - Enhanced audit logging
39
+ - Comprehensive path sanitization
40
+ - Fixed command injection in verify-release-issues.js (#1249)
41
+ - DMCP-SEC-001: Critical vulnerability patched
42
+ - PATH injection protection with absolute paths
43
+ - Tightened YAML bomb detection threshold from 10:1 to 5:1 (#1305)
44
+ - Fixed multiple security audit issues (3 MEDIUM/LOW severity)
45
+
46
+ ### Fixed
47
+ - Missing shell: bash declarations in MCP registry workflow
48
+ - OAuth device flow zero-scopes bug (using OIDC instead)
49
+ - Test isolation to prevent resource contention (#1288)
50
+ - GitHub rate limiter test failures (#1285)
51
+ - Recognition of MERGED state in release verification (#1250)
52
+ - Resolved 26+ SonarCloud code quality issues across multiple files
53
+ - Import/export ordering issues
54
+ - Cognitive complexity reductions
55
+ - Security hotspot resolutions
56
+ - Cross-platform workflow compatibility improvements
57
+ - Namespace casing for MCP registry (DollhouseMCP)
58
+
59
+ ### Changed
60
+ - Improved whitespace detection performance
61
+ - Enhanced path traversal protection mechanisms
62
+ - Skip Claude Code Review for Dependabot PRs (#1241)
63
+ - Refactored CLAUDE.md into modular documentation (#1270)
64
+ - Renamed docs/archive/ to docs/session-history/ (#1277)
65
+ - Added node: prefix for built-in module imports
66
+ - Reduced cognitive complexity in multiple modules
67
+
68
+ ### Dependencies
69
+ - Updated @modelcontextprotocol/sdk from 1.18.0 to 1.20.0
70
+ - Updated jest from 30.0.5 to 30.2.0
71
+ - Updated @types/node from 24.4.0 to 24.7.0
72
+ - Updated typescript from 5.9.2 to 5.9.3
73
+ - Updated multiple dev dependencies
74
+ - Added PostHog SDK for telemetry
75
+
76
+ ### Technical
77
+ - OIDC permissions: id-token:write, contents:read
78
+ - server.json included in NPM package
79
+ - Docker build optimizations and multi-platform support
80
+ - Auto-sync README files on develop push
81
+ - Enhanced test coverage and reliability
82
+ - Improved CI/CD pipeline stability
83
+
5
84
  ## [1.9.18] - 2025-10-17
6
85
 
7
86
  **Feature Release**: PostHog remote telemetry (opt-in), MCP Resources support, and operational telemetry foundation
package/README.github.md CHANGED
@@ -873,6 +873,103 @@ For detailed guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).
873
873
 
874
874
  ## 🏷️ Version History
875
875
 
876
+ ### v1.9.19 - October 17, 2025
877
+
878
+ **Comprehensive Release**: 90 commits including security fixes, PostHog telemetry, MCP registry support, and major cleanup
879
+
880
+ #### Added
881
+ - MCP registry publishing workflow with OIDC authentication (#1367)
882
+ - PostHog remote telemetry integration (#1357, #1361) - Opt-in remote analytics
883
+ - MCP Resources support for capability index (#1360) - Future-proof architecture
884
+ - Dual licensing model with commercial option (#1350)
885
+ - Minimal installation telemetry (#1359)
886
+ - Security telemetry tracking for blocked attacks (#1313)
887
+ - Automated release issue verification system (#1249)
888
+ - Orphaned issues checker for systematic cleanup (#1251)
889
+ - Personal development notes directory (#1275)
890
+
891
+ #### Security
892
+ - Phase 1: Background validation for memory security (#1316, #1320, #1322)
893
+ - Phase 2: AES-256-GCM pattern encryption (#1323)
894
+ - Fixed symlink path traversal vulnerability (#1290, #1306)
895
+ - Fixed command injection in verify-release-issues.js (#1249) - DMCP-SEC-001
896
+ - Tightened YAML bomb detection threshold from 10:1 to 5:1 (#1305)
897
+
898
+ #### Fixed
899
+ - Missing shell: bash declarations in MCP registry workflow
900
+ - OAuth device flow zero-scopes bug (using OIDC instead)
901
+ - Test isolation to prevent resource contention (#1288)
902
+ - GitHub rate limiter test failures (#1285)
903
+ - Recognition of MERGED state in release verification (#1250)
904
+ - Resolved 26+ SonarCloud code quality issues
905
+
906
+ #### Changed
907
+ - Updated @modelcontextprotocol/sdk from 1.18.0 to 1.20.0
908
+ - Updated jest from 30.0.5 to 30.2.0
909
+ - Enhanced path traversal protection mechanisms
910
+ - Skip Claude Code Review for Dependabot PRs (#1241)
911
+
912
+ ---
913
+
914
+ ### v1.9.18 - October 17, 2025
915
+
916
+ **Feature Release**: PostHog remote telemetry (opt-in), MCP Resources support, and operational telemetry foundation
917
+
918
+ #### Added
919
+ - **PostHog Remote Telemetry Integration** (#1357, #1361) - Opt-in remote analytics
920
+ - Simple opt-in: Set `DOLLHOUSE_TELEMETRY_OPTIN=true` to enable remote telemetry
921
+ - Uses shared PostHog project for community-wide insights
922
+ - Multiple control levels and GDPR compliant by design
923
+
924
+ - **MCP Resources Support** (#1360) - Future-proof implementation
925
+ - Three resource variants exposed: summary (~3K tokens), full (~40K tokens), and stats (JSON)
926
+ - Status: Non-functional in Claude Code (Oct 2025) - discovery only
927
+ - Default: Disabled for safety - zero overhead when not enabled
928
+
929
+ - **Operational Telemetry Foundation** (#1358, #1359) - Minimal installation tracking
930
+ - Tracks single installation event on first run
931
+ - Privacy-first design: no PII, no behavioral data, no user content
932
+
933
+ #### Test Results
934
+ - 2546 tests passing
935
+ - Test coverage: >96% maintained
936
+ - All CI checks passing across all platforms
937
+
938
+ ---
939
+
940
+ ### v1.9.17 - October 8, 2025
941
+
942
+ **Test isolation and repository cleanup patch**
943
+
944
+ #### Fixed
945
+ - **Performance Test Isolation (#1288)**: Fixed flaky IndexOptimization test
946
+ - Created dedicated `jest.performance.config.cjs` with 4 parallel workers
947
+ - Main test suite no longer runs performance tests concurrently
948
+ - IndexOptimization test now consistently passes at 60-70ms
949
+
950
+ - **Repository Cleanup (#1287)**: Removed ignored files from Git tracking
951
+ - Removed `.obsidian/` directory (4 files) and `test-results/` (3 files)
952
+
953
+ - **Flaky Test Management (#1286)**: Skip flaky GitHubRateLimiter tests
954
+ - Marked intermittent GitHub API rate limiter tests as skipped
955
+
956
+ #### Chores
957
+ - Repository Organization (#1276): Added `.obsidian/` and `test-results/` to .gitignore
958
+ - Documentation Structure (#1277): Renamed docs/archive/ to docs/session-history/
959
+ - Documentation Refactor (#1270): Improved CLAUDE.md organization
960
+
961
+ #### Features
962
+ - Issue Management (#1251): Added orphaned issues checker
963
+ - Developer Experience (#1275): Added dev-notes/ directory
964
+ - CI Improvements: Added automated release issue verification (#1241)
965
+
966
+ #### Test Results
967
+ - Main suite: 2269 tests passing (performance tests excluded)
968
+ - Performance suite: 62 tests passing (isolated execution)
969
+ - Total: 2331 tests passing
970
+
971
+ ---
972
+
876
973
  ### v1.9.16 - October 3, 2025
877
974
 
878
975
  **Patch Release**: Platform-agnostic MCP client documentation + SonarCloud code quality (19 issues)
package/README.md.backup CHANGED
@@ -873,67 +873,100 @@ For detailed guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).
873
873
 
874
874
  ## 🏷️ Version History
875
875
 
876
+ ### v1.9.19 - October 17, 2025
877
+
878
+ **Comprehensive Release**: 90 commits including security fixes, PostHog telemetry, MCP registry support, and major cleanup
879
+
880
+ #### Added
881
+ - MCP registry publishing workflow with OIDC authentication (#1367)
882
+ - PostHog remote telemetry integration (#1357, #1361) - Opt-in remote analytics
883
+ - MCP Resources support for capability index (#1360) - Future-proof architecture
884
+ - Dual licensing model with commercial option (#1350)
885
+ - Minimal installation telemetry (#1359)
886
+ - Security telemetry tracking for blocked attacks (#1313)
887
+ - Automated release issue verification system (#1249)
888
+ - Orphaned issues checker for systematic cleanup (#1251)
889
+ - Personal development notes directory (#1275)
890
+
891
+ #### Security
892
+ - Phase 1: Background validation for memory security (#1316, #1320, #1322)
893
+ - Phase 2: AES-256-GCM pattern encryption (#1323)
894
+ - Fixed symlink path traversal vulnerability (#1290, #1306)
895
+ - Fixed command injection in verify-release-issues.js (#1249) - DMCP-SEC-001
896
+ - Tightened YAML bomb detection threshold from 10:1 to 5:1 (#1305)
897
+
898
+ #### Fixed
899
+ - Missing shell: bash declarations in MCP registry workflow
900
+ - OAuth device flow zero-scopes bug (using OIDC instead)
901
+ - Test isolation to prevent resource contention (#1288)
902
+ - GitHub rate limiter test failures (#1285)
903
+ - Recognition of MERGED state in release verification (#1250)
904
+ - Resolved 26+ SonarCloud code quality issues
905
+
906
+ #### Changed
907
+ - Updated @modelcontextprotocol/sdk from 1.18.0 to 1.20.0
908
+ - Updated jest from 30.0.5 to 30.2.0
909
+ - Enhanced path traversal protection mechanisms
910
+ - Skip Claude Code Review for Dependabot PRs (#1241)
911
+
912
+ ---
913
+
876
914
  ### v1.9.18 - October 17, 2025
877
915
 
878
916
  **Feature Release**: PostHog remote telemetry (opt-in), MCP Resources support, and operational telemetry foundation
879
917
 
880
- #### ✨ Features
881
- - **PostHog Remote Telemetry Integration** - Opt-in remote analytics with community insights
882
- - Simple opt-in: Set `DOLLHOUSE_TELEMETRY_OPTIN=true` to enable
883
- - Default PostHog project key embedded (safe to expose - write-only)
884
- - Multiple control levels for privacy and data management
885
- - GDPR compliant - fully opt-in by design
886
-
887
- - **MCP Resources Support** - Future-proof capability index (disabled by default)
888
- - Server can expose element definitions as MCP Resources
889
- - Alternative to tool-based element access for future MCP clients
890
- - Disabled by default to maintain stability
891
-
892
- - **Operational Telemetry Foundation** - Infrastructure for monitoring and analytics
893
- - TelemetryManager with local-first architecture
894
- - Event aggregation and buffering (10s intervals)
895
- - PostHog integration for remote insights (opt-in only)
896
- - Privacy-preserving with PII filtering
918
+ #### Added
919
+ - **PostHog Remote Telemetry Integration** (#1357, #1361) - Opt-in remote analytics
920
+ - Simple opt-in: Set `DOLLHOUSE_TELEMETRY_OPTIN=true` to enable remote telemetry
921
+ - Uses shared PostHog project for community-wide insights
922
+ - Multiple control levels and GDPR compliant by design
897
923
 
898
- #### 🔧 Fixed
899
- - **SonarCloud Code Quality** - Resolved 6 issues across import management and security
900
- - **Security Audit** - Fixed 3 MEDIUM/LOW severity issues in dependencies
924
+ - **MCP Resources Support** (#1360) - Future-proof implementation
925
+ - Three resource variants exposed: summary (~3K tokens), full (~40K tokens), and stats (JSON)
926
+ - Status: Non-functional in Claude Code (Oct 2025) - discovery only
927
+ - Default: Disabled for safety - zero overhead when not enabled
901
928
 
902
- #### 📊 Impact
903
- - Optional remote telemetry for community insights
904
- - ✅ Future-proof MCP Resources foundation
905
- - ✅ All SonarCloud quality gates PASSING
906
- - Zero HIGH/CRITICAL security issues
929
+ - **Operational Telemetry Foundation** (#1358, #1359) - Minimal installation tracking
930
+ - Tracks single installation event on first run
931
+ - Privacy-first design: no PII, no behavioral data, no user content
932
+
933
+ #### Test Results
934
+ - 2546 tests passing
935
+ - Test coverage: >96% maintained
936
+ - All CI checks passing across all platforms
907
937
 
908
938
  ---
909
939
 
910
940
  ### v1.9.17 - October 8, 2025
911
941
 
912
- **Patch Release**: Test isolation and repository cleanup
942
+ **Test isolation and repository cleanup patch**
913
943
 
914
- #### 🔧 Fixed
915
- - **Performance Test Isolation** - Fixed flaky IndexOptimization test with dedicated test suite
916
- - Created `jest.performance.config.cjs` with 4 parallel workers
917
- - Reduced execution time from 10+ minutes to 18.7 seconds
944
+ #### Fixed
945
+ - **Performance Test Isolation (#1288)**: Fixed flaky IndexOptimization test
946
+ - Created dedicated `jest.performance.config.cjs` with 4 parallel workers
918
947
  - Main test suite no longer runs performance tests concurrently
948
+ - IndexOptimization test now consistently passes at 60-70ms
919
949
 
920
- - **Repository Cleanup** - Removed ignored files from Git tracking
921
- - Removed `.obsidian/` directory and `test-results/` from version control
922
- - Files remain available locally but not tracked in repository
950
+ - **Repository Cleanup (#1287)**: Removed ignored files from Git tracking
951
+ - Removed `.obsidian/` directory (4 files) and `test-results/` (3 files)
923
952
 
924
- - **Flaky Test Management** - Skipped intermittent GitHubRateLimiter tests
925
- - Prevents CI failures from external API dependencies
953
+ - **Flaky Test Management (#1286)**: Skip flaky GitHubRateLimiter tests
954
+ - Marked intermittent GitHub API rate limiter tests as skipped
926
955
 
927
- #### 📚 Documentation
928
- - Enhanced Docker environment file documentation
929
- - Added README to data/ directory
930
- - Improved CLAUDE.md organization and clarity
931
- - Renamed docs/archive/ to docs/session-history/
956
+ #### Chores
957
+ - Repository Organization (#1276): Added `.obsidian/` and `test-results/` to .gitignore
958
+ - Documentation Structure (#1277): Renamed docs/archive/ to docs/session-history/
959
+ - Documentation Refactor (#1270): Improved CLAUDE.md organization
932
960
 
933
- #### 📊 Impact
934
- - Improved CI reliability and test execution speed
935
- - Cleaner repository structure
936
- - Better documentation organization
961
+ #### Features
962
+ - Issue Management (#1251): Added orphaned issues checker
963
+ - Developer Experience (#1275): Added dev-notes/ directory
964
+ - CI Improvements: Added automated release issue verification (#1241)
965
+
966
+ #### Test Results
967
+ - Main suite: 2269 tests passing (performance tests excluded)
968
+ - Performance suite: 62 tests passing (isolated execution)
969
+ - Total: 2331 tests passing
937
970
 
938
971
  ---
939
972
 
@@ -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.18";
6
- export declare const BUILD_TIMESTAMP = "2025-10-17T16:44:23.719Z";
5
+ export declare const PACKAGE_VERSION = "1.9.19";
6
+ export declare const BUILD_TIMESTAMP = "2025-10-17T21:31:03.849Z";
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.18';
6
- export const BUILD_TIMESTAMP = '2025-10-17T16:44:23.719Z';
5
+ export const PACKAGE_VERSION = '1.9.19';
6
+ export const BUILD_TIMESTAMP = '2025-10-17T21:31:03.849Z';
7
7
  export const BUILD_TYPE = 'npm';
8
8
  export const PACKAGE_NAME = '@dollhousemcp/mcp-server';
9
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9nZW5lcmF0ZWQvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O0dBR0c7QUFFSCxNQUFNLENBQUMsTUFBTSxlQUFlLEdBQUcsUUFBUSxDQUFDO0FBQ3hDLE1BQU0sQ0FBQyxNQUFNLGVBQWUsR0FBRywwQkFBMEIsQ0FBQztBQUMxRCxNQUFNLENBQUMsTUFBTSxVQUFVLEdBQWtCLEtBQUssQ0FBQztBQUMvQyxNQUFNLENBQUMsTUFBTSxZQUFZLEdBQUcsMEJBQTBCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEF1dG8tZ2VuZXJhdGVkIGZpbGUgLSBETyBOT1QgRURJVFxuICogR2VuZXJhdGVkIGF0IGJ1aWxkIHRpbWUgYnkgc2NyaXB0cy9nZW5lcmF0ZS12ZXJzaW9uLmpzXG4gKi9cblxuZXhwb3J0IGNvbnN0IFBBQ0tBR0VfVkVSU0lPTiA9ICcxLjkuMTgnO1xuZXhwb3J0IGNvbnN0IEJVSUxEX1RJTUVTVEFNUCA9ICcyMDI1LTEwLTE3VDE2OjQ0OjIzLjcxOVonO1xuZXhwb3J0IGNvbnN0IEJVSUxEX1RZUEU6ICducG0nIHwgJ2dpdCcgPSAnbnBtJztcbmV4cG9ydCBjb25zdCBQQUNLQUdFX05BTUUgPSAnQGRvbGxob3VzZW1jcC9tY3Atc2VydmVyJztcbiJdfQ==
9
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9nZW5lcmF0ZWQvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O0dBR0c7QUFFSCxNQUFNLENBQUMsTUFBTSxlQUFlLEdBQUcsUUFBUSxDQUFDO0FBQ3hDLE1BQU0sQ0FBQyxNQUFNLGVBQWUsR0FBRywwQkFBMEIsQ0FBQztBQUMxRCxNQUFNLENBQUMsTUFBTSxVQUFVLEdBQWtCLEtBQUssQ0FBQztBQUMvQyxNQUFNLENBQUMsTUFBTSxZQUFZLEdBQUcsMEJBQTBCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEF1dG8tZ2VuZXJhdGVkIGZpbGUgLSBETyBOT1QgRURJVFxuICogR2VuZXJhdGVkIGF0IGJ1aWxkIHRpbWUgYnkgc2NyaXB0cy9nZW5lcmF0ZS12ZXJzaW9uLmpzXG4gKi9cblxuZXhwb3J0IGNvbnN0IFBBQ0tBR0VfVkVSU0lPTiA9ICcxLjkuMTknO1xuZXhwb3J0IGNvbnN0IEJVSUxEX1RJTUVTVEFNUCA9ICcyMDI1LTEwLTE3VDIxOjMxOjAzLjg0OVonO1xuZXhwb3J0IGNvbnN0IEJVSUxEX1RZUEU6ICducG0nIHwgJ2dpdCcgPSAnbnBtJztcbmV4cG9ydCBjb25zdCBQQUNLQUdFX05BTUUgPSAnQGRvbGxob3VzZW1jcC9tY3Atc2VydmVyJztcbiJdfQ==
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dollhousemcp/mcp-server",
3
- "version": "1.9.18",
3
+ "version": "1.9.19",
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",
@@ -115,6 +115,7 @@
115
115
  "data/ensembles/**/*.md",
116
116
  "!dist/__tests__/**",
117
117
  "!dist/**/*.test.*",
118
+ "server.json",
118
119
  "oauth-helper.mjs",
119
120
  "README.md",
120
121
  "LICENSE",
package/server.json ADDED
@@ -0,0 +1,37 @@
1
+ {
2
+ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
3
+ "name": "io.github.DollhouseMCP/mcp-server",
4
+ "title": "DollhouseMCP",
5
+ "description": "OSS to create Personas, Skills, Templates, Agents, and Memories to customize your AI experience.",
6
+ "version": "1.9.19",
7
+ "homepage": "https://dollhousemcp.com",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/DollhouseMCP/mcp-server"
11
+ },
12
+ "license": "AGPL-3.0",
13
+ "keywords": [
14
+ "mcp",
15
+ "model-context-protocol",
16
+ "ai",
17
+ "persona",
18
+ "prompt",
19
+ "claude",
20
+ "ai-assistant",
21
+ "behavioral-profiles",
22
+ "dynamic-prompting",
23
+ "typescript",
24
+ "dollhouse",
25
+ "marketplace"
26
+ ],
27
+ "packages": [
28
+ {
29
+ "registryType": "npm",
30
+ "identifier": "@dollhousemcp/mcp-server",
31
+ "version": "1.9.19",
32
+ "transport": {
33
+ "type": "stdio"
34
+ }
35
+ }
36
+ ]
37
+ }