We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DollhouseMCP/DollhouseMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Context for v1.2.1 NPM Release Session
## Project State
- **Version**: 1.2.1 (ready for npm)
- **Branch**: main (current)
- **Tests**: 372 all passing
- **Security**: 0 alerts
- **Package Size**: ~280 KB
## Today's Critical Fixes
1. **Issue #145**: edit_persona now uses copy-on-write for defaults
2. **Issue #144**: Backups now include user-created personas
## What's Ready
- ✅ All code changes merged
- ✅ Version bumped to 1.2.1
- ✅ Tests passing
- ✅ Documentation updated
- ✅ CI/CD green
## What's Needed
- ❌ Create .npmignore
- ❌ Run npm publish
- ❌ Create GitHub release
- ❌ Update README with npm install instructions
## Quick Commands
```bash
# Start here
cd /Users/mick/Developer/MCP-Servers/DollhouseMCP
cat docs/development/QUICK_START_NPM_v1.2.1.md
# Full checklist
cat docs/session-history/2025/07/NPM_RELEASE_CHECKLIST_v1.2.1.md
```
## Key Changes Since v1.2.0
- Copy-on-write protection for default personas
- User personas included in backups
- Node.js 20+ requirement
- 63 more tests (309 → 372)
- Enhanced documentation
## Files to Reference
1. `QUICK_START_NPM_v1.2.1.md` - Start here!
2. `docs/session-history/2025/07/NPM_RELEASE_CHECKLIST_v1.2.1.md` - Detailed steps
3. `docs/session-history/2025/07/SESSION_SUMMARY_2025_07_08_v1.2.1_READY.md` - What we did today
4. `docs/session-history/2025/07/NPM_PUBLISH_QUICK_REFERENCE.md` - Original publishing guide
## Critical Notes
- First npm publish requires `--access public`
- Package name "dollhousemcp" should be available
- GitHub release should reference both bug fixes
- This is a patch release (1.2.0 → 1.2.1)
Ready to publish! Just follow QUICK_START_NPM_v1.2.1.md 🚀