@dollhousemcp/mcp-server 1.9.0 → 1.9.1
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/README.github.md +64 -30
- package/README.md +3 -3
- package/README.md.backup +950 -52
- package/README.npm.md +3 -3
- package/dist/generated/version.d.ts +2 -2
- package/dist/generated/version.js +3 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +10 -4
- package/dist/server/tools/CollectionTools.js +7 -7
- package/package.json +1 -1
- package/dist/config/ConfigWizardDisplay.d.ts +0 -64
- package/dist/config/ConfigWizardDisplay.d.ts.map +0 -1
- package/dist/config/ConfigWizardDisplay.js +0 -150
- package/dist/config/WizardFirstResponse.d.ts +0 -25
- package/dist/config/WizardFirstResponse.d.ts.map +0 -1
- package/dist/config/WizardFirstResponse.js +0 -118
- package/dist/scripts/scripts/run-config-wizard.js +0 -57
- package/dist/scripts/src/config/ConfigManager.js +0 -799
- package/dist/scripts/src/config/ConfigWizard.js +0 -368
- package/dist/scripts/src/errors/SecurityError.js +0 -47
- package/dist/scripts/src/security/constants.js +0 -28
- package/dist/scripts/src/security/contentValidator.js +0 -415
- package/dist/scripts/src/security/errors.js +0 -32
- package/dist/scripts/src/security/regexValidator.js +0 -217
- package/dist/scripts/src/security/secureYamlParser.js +0 -272
- package/dist/scripts/src/security/securityMonitor.js +0 -111
- package/dist/scripts/src/security/validators/unicodeValidator.js +0 -315
- package/dist/scripts/src/utils/logger.js +0 -288
- package/dist/tools/getWelcomeMessage.d.ts +0 -41
- package/dist/tools/getWelcomeMessage.d.ts.map +0 -1
- package/dist/tools/getWelcomeMessage.js +0 -109
package/README.github.md
CHANGED
|
@@ -97,11 +97,11 @@
|
|
|
97
97
|
```bash
|
|
98
98
|
npm install @dollhousemcp/mcp-server
|
|
99
99
|
```
|
|
100
|
-
See [Quick Start](
|
|
100
|
+
See [Quick Start](#-quick-start) for complete setup instructions.
|
|
101
101
|
|
|
102
102
|
---
|
|
103
103
|
|
|
104
|
-
## 🎯 Element Types
|
|
104
|
+
## 🎯 Element Types
|
|
105
105
|
|
|
106
106
|
### ✅ Available Now
|
|
107
107
|
|
|
@@ -121,7 +121,7 @@ Shape how your AI behaves and responds
|
|
|
121
121
|
</td>
|
|
122
122
|
<td width="50%">
|
|
123
123
|
|
|
124
|
-
#### 💡 Skills
|
|
124
|
+
#### 💡 Skills
|
|
125
125
|
Add specialized capabilities your AI can use
|
|
126
126
|
- **Code Review** - Analyze code quality and suggest improvements
|
|
127
127
|
- **Data Analysis** - Statistical analysis and visualization
|
|
@@ -159,18 +159,27 @@ Enable autonomous task completion
|
|
|
159
159
|
</td>
|
|
160
160
|
</tr>
|
|
161
161
|
<tr>
|
|
162
|
-
<td
|
|
162
|
+
<td colspan="2">
|
|
163
|
+
|
|
164
|
+
#### 🧠 Memory <span style="background-color: #4CAF50; color: white; padding: 2px 6px; border-radius: 3px; font-size: 0.8em;">NEW in v1.9.0</span>
|
|
165
|
+
Persistent context across sessions with intelligent organization
|
|
166
|
+
- **Text-based storage** - Currently supports text content (PDFs, images, and other media types coming soon)
|
|
167
|
+
- **Date-based folders** - Automatic YYYY-MM-DD organization prevents flat directory issues
|
|
168
|
+
- **YAML format** - Human-readable structured data (vs Markdown for other elements)
|
|
169
|
+
- **Smart deduplication** - SHA-256 hashing prevents duplicate storage
|
|
170
|
+
- **Search indexing** - Fast queries across thousands of entries
|
|
171
|
+
- **Use**: `"Create a memory for this project"` or `"Remember this conversation"`
|
|
163
172
|
|
|
164
|
-
|
|
165
|
-
Persistent context across sessions
|
|
166
|
-
- **Project Context** - Remember project details and decisions
|
|
167
|
-
- **Learning Progress** - Track skill development over time
|
|
168
|
-
- **Personal Preferences** - Store user-specific settings
|
|
169
|
-
- **Conversation History** - Maintain dialogue continuity
|
|
170
|
-
- **Date-based organization** - Automatic folder structure
|
|
171
|
-
- **Use**: `"Create a memory for this project"`
|
|
173
|
+
**Typical file sizes**: Single memories up to ~100KB, folder structure enables unlimited collections
|
|
172
174
|
|
|
173
175
|
</td>
|
|
176
|
+
</tr>
|
|
177
|
+
</table>
|
|
178
|
+
|
|
179
|
+
### 🚀 Coming Soon
|
|
180
|
+
|
|
181
|
+
<table>
|
|
182
|
+
<tr>
|
|
174
183
|
<td width="50%">
|
|
175
184
|
|
|
176
185
|
#### 🎯 Ensembles
|
|
@@ -179,7 +188,18 @@ Combine multiple elements as one unified entity
|
|
|
179
188
|
- **Writing Suite** - Creative + Technical + Editorial capabilities
|
|
180
189
|
- **Security Team** - Analyst + Auditor + Remediation skills
|
|
181
190
|
- **Data Science Platform** - Analysis + Visualization + ML skills
|
|
182
|
-
- **Status**:
|
|
191
|
+
- **Status**: In development
|
|
192
|
+
|
|
193
|
+
</td>
|
|
194
|
+
<td width="50%">
|
|
195
|
+
|
|
196
|
+
#### 📋 Prompts
|
|
197
|
+
Reusable instruction sets
|
|
198
|
+
- **Code Review Checklist** - Systematic review steps
|
|
199
|
+
- **Security Audit Guide** - Vulnerability assessment process
|
|
200
|
+
- **Writing Guidelines** - Style and tone instructions
|
|
201
|
+
- **Debug Workflow** - Problem-solving methodology
|
|
202
|
+
- **Status**: Planned
|
|
183
203
|
|
|
184
204
|
</td>
|
|
185
205
|
</tr>
|
|
@@ -192,18 +212,18 @@ External function calls and commands
|
|
|
192
212
|
- **Database Queries** - Direct database interaction
|
|
193
213
|
- **API Calls** - External service integration
|
|
194
214
|
- **File Operations** - Advanced file manipulation
|
|
195
|
-
- **Status**:
|
|
215
|
+
- **Status**: Under consideration
|
|
196
216
|
|
|
197
217
|
</td>
|
|
198
218
|
<td width="50%">
|
|
199
219
|
|
|
200
|
-
####
|
|
201
|
-
|
|
202
|
-
- **
|
|
203
|
-
- **
|
|
204
|
-
- **
|
|
205
|
-
- **
|
|
206
|
-
- **Status**:
|
|
220
|
+
#### 📚 Memory Enhancements
|
|
221
|
+
Expanding memory capabilities
|
|
222
|
+
- **PDF Support** - Text extraction from PDF documents
|
|
223
|
+
- **Image Analysis** - Visual content understanding
|
|
224
|
+
- **Audio Transcription** - Voice and sound processing
|
|
225
|
+
- **Video Understanding** - Motion and scene analysis
|
|
226
|
+
- **Status**: Roadmap planned
|
|
207
227
|
|
|
208
228
|
</td>
|
|
209
229
|
</tr>
|
|
@@ -297,7 +317,7 @@ Assistant: "I've saved 'Hard SciFi Writer' to your portfolio. You can activate i
|
|
|
297
317
|
- **Save your favorites**: `"Save this configuration as my default setup"`
|
|
298
318
|
- **Share with others**: `"Submit my custom persona to the community collection"`
|
|
299
319
|
|
|
300
|
-
##
|
|
320
|
+
## 📦 Installation
|
|
301
321
|
|
|
302
322
|
### Choose Your Installation Method
|
|
303
323
|
|
|
@@ -463,7 +483,7 @@ After configuring and restarting Claude Desktop, test with:
|
|
|
463
483
|
list_elements type="personas"
|
|
464
484
|
```
|
|
465
485
|
|
|
466
|
-
You should see your available personas. If not, check the [Troubleshooting](
|
|
486
|
+
You should see your available personas. If not, check the [Troubleshooting](#-troubleshooting) section.
|
|
467
487
|
|
|
468
488
|
---
|
|
469
489
|
|
|
@@ -475,7 +495,7 @@ By default, your elements are stored in:
|
|
|
475
495
|
|
|
476
496
|
Use the `DOLLHOUSE_PORTFOLIO_DIR` environment variable to customize this location.
|
|
477
497
|
|
|
478
|
-
##
|
|
498
|
+
## 🚀 Quick Start
|
|
479
499
|
|
|
480
500
|
Once installed, try these commands in Claude:
|
|
481
501
|
|
|
@@ -521,14 +541,28 @@ Your portfolio is organized by element type:
|
|
|
521
541
|
|
|
522
542
|
```
|
|
523
543
|
~/.dollhouse/portfolio/
|
|
524
|
-
├── personas/ # Behavioral profiles
|
|
525
|
-
├── skills/ # Discrete capabilities
|
|
526
|
-
├── templates/ # Reusable content structures
|
|
527
|
-
├── agents/ # Goal-oriented actors
|
|
528
|
-
├── memories/ # Persistent context
|
|
529
|
-
|
|
544
|
+
├── personas/ # Behavioral profiles (Markdown files)
|
|
545
|
+
├── skills/ # Discrete capabilities (Markdown files)
|
|
546
|
+
├── templates/ # Reusable content structures (Markdown files)
|
|
547
|
+
├── agents/ # Goal-oriented actors (Markdown files)
|
|
548
|
+
├── memories/ # Persistent context (YAML files with date folders)
|
|
549
|
+
│ ├── 2025-09-18/
|
|
550
|
+
│ │ └── project-context.yaml
|
|
551
|
+
│ └── 2025-09-19/
|
|
552
|
+
│ ├── meeting-notes.yaml
|
|
553
|
+
│ └── code-review.yaml
|
|
554
|
+
└── ensembles/ # Element combinations (Markdown files)
|
|
530
555
|
```
|
|
531
556
|
|
|
557
|
+
**Note on File Types:**
|
|
558
|
+
- **Markdown (.md)**: Used for personas, skills, templates, agents, and ensembles - human-readable with YAML frontmatter
|
|
559
|
+
- **YAML (.yaml)**: Used exclusively for memories - structured data optimized for context storage
|
|
560
|
+
|
|
561
|
+
**Memory Organization:**
|
|
562
|
+
- Memories use automatic **YYYY-MM-DD** folder structure to prevent flat directory performance issues
|
|
563
|
+
- Each memory file can grow up to ~100KB before creating a new file
|
|
564
|
+
- Folder structure enables unlimited memory collections without degradation
|
|
565
|
+
|
|
532
566
|
### Key Features
|
|
533
567
|
|
|
534
568
|
- **Local-First Architecture**: All elements stored locally with optional cloud sync
|
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ A comprehensive Model Context Protocol (MCP) server that enables dynamic AI pers
|
|
|
12
12
|
**📦 NPM Package**: https://www.npmjs.com/package/@dollhousemcp/mcp-server
|
|
13
13
|
**🌍 Website**: https://dollhousemcp.com
|
|
14
14
|
|
|
15
|
-
##
|
|
15
|
+
## 📦 Installation
|
|
16
16
|
|
|
17
17
|
### Choose Your Installation Method
|
|
18
18
|
|
|
@@ -178,7 +178,7 @@ After configuring and restarting Claude Desktop, test with:
|
|
|
178
178
|
list_elements type="personas"
|
|
179
179
|
```
|
|
180
180
|
|
|
181
|
-
You should see your available personas. If not, check the [Troubleshooting](
|
|
181
|
+
You should see your available personas. If not, check the [Troubleshooting](#-troubleshooting) section.
|
|
182
182
|
|
|
183
183
|
---
|
|
184
184
|
|
|
@@ -190,7 +190,7 @@ By default, your elements are stored in:
|
|
|
190
190
|
|
|
191
191
|
Use the `DOLLHOUSE_PORTFOLIO_DIR` environment variable to customize this location.
|
|
192
192
|
|
|
193
|
-
##
|
|
193
|
+
## 🚀 Quick Start
|
|
194
194
|
|
|
195
195
|
Once installed, try these commands in Claude:
|
|
196
196
|
|