@dollhousemcp/mcp-server 1.9.18 → 1.9.20
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 +97 -0
- package/README.github.md +97 -0
- package/README.md.backup +77 -44
- package/dist/generated/version.d.ts +2 -2
- package/dist/generated/version.js +3 -3
- package/package.json +3 -2
- package/server.json +38 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,103 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [1.9.20] - 2025-10-17
|
|
6
|
+
|
|
7
|
+
**Fix Release**: MCP Registry Publishing Compatibility
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- MCP Registry publishing case sensitivity issue (#XXXX)
|
|
11
|
+
- Corrected `mcpName` field in package.json to match GitHub organization capitalization
|
|
12
|
+
- Changed from `io.github.dollhousemcp/mcp-server` to `io.github.DollhouseMCP/mcp-server`
|
|
13
|
+
- Resolves NPM package validation errors when publishing to MCP Registry
|
|
14
|
+
- Ensures proper namespace permission matching
|
|
15
|
+
|
|
16
|
+
### Context
|
|
17
|
+
The MCP Registry performs two case-sensitive validations:
|
|
18
|
+
1. Permission check against GitHub org name (`io.github.DollhouseMCP/*`)
|
|
19
|
+
2. NPM package validation against `mcpName` field in package.json
|
|
20
|
+
|
|
21
|
+
The initial implementation incorrectly used lowercase for `mcpName`, causing a validation mismatch. This patch release corrects the capitalization to match our GitHub organization name.
|
|
22
|
+
|
|
23
|
+
## [1.9.19] - 2025-10-17
|
|
24
|
+
|
|
25
|
+
**Comprehensive Release**: 90 commits including security fixes, PostHog telemetry, MCP registry support, and major cleanup
|
|
26
|
+
|
|
27
|
+
### Added
|
|
28
|
+
- MCP registry publishing workflow with OIDC authentication (#1367)
|
|
29
|
+
- Automated publishing to registry.modelcontextprotocol.io
|
|
30
|
+
- GitHub Actions workflow with manual dry-run mode
|
|
31
|
+
- Comprehensive test suite for workflow validation (50+ tests)
|
|
32
|
+
- Pinned mcp-publisher CLI to v1.3.3 for reproducibility
|
|
33
|
+
- PostHog remote telemetry integration (#1357, #1361)
|
|
34
|
+
- Opt-in remote analytics with DOLLHOUSE_TELEMETRY_OPTIN=true
|
|
35
|
+
- Usage patterns and error tracking
|
|
36
|
+
- Privacy-focused with explicit consent
|
|
37
|
+
- MCP Resources support for capability index (#1360)
|
|
38
|
+
- Future-proof architecture (disabled by default)
|
|
39
|
+
- Ready for MCP protocol evolution
|
|
40
|
+
- Dual licensing model with commercial option (#1350)
|
|
41
|
+
- AGPL-3.0 with platform stability commitments
|
|
42
|
+
- Commercial licensing pathway
|
|
43
|
+
- Minimal installation telemetry (#1359)
|
|
44
|
+
- Operational metrics for v1.9.19
|
|
45
|
+
- Installation success tracking
|
|
46
|
+
- Security telemetry tracking for blocked attacks (#1313)
|
|
47
|
+
- Automated release issue verification system (#1249)
|
|
48
|
+
- Orphaned issues checker for systematic cleanup (#1251)
|
|
49
|
+
- Personal development notes directory (#1275)
|
|
50
|
+
|
|
51
|
+
### Security
|
|
52
|
+
- Phase 1: Background validation for memory security (#1316, #1320, #1322)
|
|
53
|
+
- Phase 2: AES-256-GCM pattern encryption (#1323)
|
|
54
|
+
- Fixed symlink path traversal vulnerability (#1290, #1306)
|
|
55
|
+
- Resolve symlinks before validation
|
|
56
|
+
- Enhanced audit logging
|
|
57
|
+
- Comprehensive path sanitization
|
|
58
|
+
- Fixed command injection in verify-release-issues.js (#1249)
|
|
59
|
+
- DMCP-SEC-001: Critical vulnerability patched
|
|
60
|
+
- PATH injection protection with absolute paths
|
|
61
|
+
- Tightened YAML bomb detection threshold from 10:1 to 5:1 (#1305)
|
|
62
|
+
- Fixed multiple security audit issues (3 MEDIUM/LOW severity)
|
|
63
|
+
|
|
64
|
+
### Fixed
|
|
65
|
+
- Missing shell: bash declarations in MCP registry workflow
|
|
66
|
+
- OAuth device flow zero-scopes bug (using OIDC instead)
|
|
67
|
+
- Test isolation to prevent resource contention (#1288)
|
|
68
|
+
- GitHub rate limiter test failures (#1285)
|
|
69
|
+
- Recognition of MERGED state in release verification (#1250)
|
|
70
|
+
- Resolved 26+ SonarCloud code quality issues across multiple files
|
|
71
|
+
- Import/export ordering issues
|
|
72
|
+
- Cognitive complexity reductions
|
|
73
|
+
- Security hotspot resolutions
|
|
74
|
+
- Cross-platform workflow compatibility improvements
|
|
75
|
+
- Namespace casing for MCP registry (DollhouseMCP)
|
|
76
|
+
|
|
77
|
+
### Changed
|
|
78
|
+
- Improved whitespace detection performance
|
|
79
|
+
- Enhanced path traversal protection mechanisms
|
|
80
|
+
- Skip Claude Code Review for Dependabot PRs (#1241)
|
|
81
|
+
- Refactored CLAUDE.md into modular documentation (#1270)
|
|
82
|
+
- Renamed docs/archive/ to docs/session-history/ (#1277)
|
|
83
|
+
- Added node: prefix for built-in module imports
|
|
84
|
+
- Reduced cognitive complexity in multiple modules
|
|
85
|
+
|
|
86
|
+
### Dependencies
|
|
87
|
+
- Updated @modelcontextprotocol/sdk from 1.18.0 to 1.20.0
|
|
88
|
+
- Updated jest from 30.0.5 to 30.2.0
|
|
89
|
+
- Updated @types/node from 24.4.0 to 24.7.0
|
|
90
|
+
- Updated typescript from 5.9.2 to 5.9.3
|
|
91
|
+
- Updated multiple dev dependencies
|
|
92
|
+
- Added PostHog SDK for telemetry
|
|
93
|
+
|
|
94
|
+
### Technical
|
|
95
|
+
- OIDC permissions: id-token:write, contents:read
|
|
96
|
+
- server.json included in NPM package
|
|
97
|
+
- Docker build optimizations and multi-platform support
|
|
98
|
+
- Auto-sync README files on develop push
|
|
99
|
+
- Enhanced test coverage and reliability
|
|
100
|
+
- Improved CI/CD pipeline stability
|
|
101
|
+
|
|
5
102
|
## [1.9.18] - 2025-10-17
|
|
6
103
|
|
|
7
104
|
**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
|
-
####
|
|
881
|
-
- **PostHog Remote Telemetry Integration** - Opt-in remote analytics
|
|
882
|
-
- Simple opt-in: Set `DOLLHOUSE_TELEMETRY_OPTIN=true` to enable
|
|
883
|
-
-
|
|
884
|
-
- Multiple control levels
|
|
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
|
-
|
|
899
|
-
-
|
|
900
|
-
-
|
|
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
|
-
|
|
903
|
-
-
|
|
904
|
-
-
|
|
905
|
-
|
|
906
|
-
|
|
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
|
-
**
|
|
942
|
+
**Test isolation and repository cleanup patch**
|
|
913
943
|
|
|
914
|
-
####
|
|
915
|
-
- **Performance Test Isolation
|
|
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
|
|
921
|
-
- Removed `.obsidian/` directory and `test-results/`
|
|
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
|
|
925
|
-
-
|
|
953
|
+
- **Flaky Test Management (#1286)**: Skip flaky GitHubRateLimiter tests
|
|
954
|
+
- Marked intermittent GitHub API rate limiter tests as skipped
|
|
926
955
|
|
|
927
|
-
####
|
|
928
|
-
-
|
|
929
|
-
-
|
|
930
|
-
- Improved CLAUDE.md organization
|
|
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
|
-
####
|
|
934
|
-
-
|
|
935
|
-
-
|
|
936
|
-
-
|
|
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.
|
|
6
|
-
export declare const BUILD_TIMESTAMP = "2025-10-
|
|
5
|
+
export declare const PACKAGE_VERSION = "1.9.20";
|
|
6
|
+
export declare const BUILD_TIMESTAMP = "2025-10-17T23:11:51.604Z";
|
|
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.
|
|
6
|
-
export const BUILD_TIMESTAMP = '2025-10-
|
|
5
|
+
export const PACKAGE_VERSION = '1.9.20';
|
|
6
|
+
export const BUILD_TIMESTAMP = '2025-10-17T23:11:51.604Z';
|
|
7
7
|
export const BUILD_TYPE = 'npm';
|
|
8
8
|
export const PACKAGE_NAME = '@dollhousemcp/mcp-server';
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9nZW5lcmF0ZWQvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O0dBR0c7QUFFSCxNQUFNLENBQUMsTUFBTSxlQUFlLEdBQUcsUUFBUSxDQUFDO0FBQ3hDLE1BQU0sQ0FBQyxNQUFNLGVBQWUsR0FBRywwQkFBMEIsQ0FBQztBQUMxRCxNQUFNLENBQUMsTUFBTSxVQUFVLEdBQWtCLEtBQUssQ0FBQztBQUMvQyxNQUFNLENBQUMsTUFBTSxZQUFZLEdBQUcsMEJBQTBCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEF1dG8tZ2VuZXJhdGVkIGZpbGUgLSBETyBOT1QgRURJVFxuICogR2VuZXJhdGVkIGF0IGJ1aWxkIHRpbWUgYnkgc2NyaXB0cy9nZW5lcmF0ZS12ZXJzaW9uLmpzXG4gKi9cblxuZXhwb3J0IGNvbnN0IFBBQ0tBR0VfVkVSU0lPTiA9ICcxLjkuMjAnO1xuZXhwb3J0IGNvbnN0IEJVSUxEX1RJTUVTVEFNUCA9ICcyMDI1LTEwLTE3VDIzOjExOjUxLjYwNFonO1xuZXhwb3J0IGNvbnN0IEJVSUxEX1RZUEU6ICducG0nIHwgJ2dpdCcgPSAnbnBtJztcbmV4cG9ydCBjb25zdCBQQUNLQUdFX05BTUUgPSAnQGRvbGxob3VzZW1jcC9tY3Atc2VydmVyJztcbiJdfQ==
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dollhousemcp/mcp-server",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.20",
|
|
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",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"url": "https://github.com/DollhouseMCP/mcp-server/issues"
|
|
103
103
|
},
|
|
104
104
|
"homepage": "https://dollhousemcp.com",
|
|
105
|
-
"mcpName": "io.github.
|
|
105
|
+
"mcpName": "io.github.DollhouseMCP/mcp-server",
|
|
106
106
|
"files": [
|
|
107
107
|
"dist/**/*.js",
|
|
108
108
|
"dist/**/*.d.ts",
|
|
@@ -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,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/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.20",
|
|
7
|
+
"homepage": "https://dollhousemcp.com",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/DollhouseMCP/mcp-server",
|
|
11
|
+
"source": "github"
|
|
12
|
+
},
|
|
13
|
+
"license": "AGPL-3.0",
|
|
14
|
+
"keywords": [
|
|
15
|
+
"mcp",
|
|
16
|
+
"model-context-protocol",
|
|
17
|
+
"ai",
|
|
18
|
+
"persona",
|
|
19
|
+
"prompt",
|
|
20
|
+
"claude",
|
|
21
|
+
"ai-assistant",
|
|
22
|
+
"behavioral-profiles",
|
|
23
|
+
"dynamic-prompting",
|
|
24
|
+
"typescript",
|
|
25
|
+
"dollhouse",
|
|
26
|
+
"marketplace"
|
|
27
|
+
],
|
|
28
|
+
"packages": [
|
|
29
|
+
{
|
|
30
|
+
"registryType": "npm",
|
|
31
|
+
"identifier": "@dollhousemcp/mcp-server",
|
|
32
|
+
"version": "1.9.20",
|
|
33
|
+
"transport": {
|
|
34
|
+
"type": "stdio"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|