@dollhousemcp/mcp-server
Version:
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.
18 lines • 619 B
TypeScript
#!/usr/bin/env node
/**
* CLI command for formatting/cleaning DollhouseMCP elements
*
* Usage:
* npx dollhouse format-element <file>
* npx dollhouse format-element --type memories
* npx dollhouse format-element --all
*
* Options:
* --in-place Format files in place (default: create .formatted files)
* --no-backup Don't create backup files when using --in-place
* --output-dir Directory to write formatted files
* --type Element type to format (personas, skills, etc.)
* --all Format all elements in portfolio
*/
export {};
//# sourceMappingURL=format-element.d.ts.map