UNPKG

@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.

7 lines 345 B
import * as child_process from 'child_process'; export declare class CommandValidator { static sanitizeCommand(cmd: string, args: string[]): void; private static isSafeArgument; static secureExec(command: string, args: string[], options?: child_process.SpawnOptions): Promise<string>; } //# sourceMappingURL=commandValidator.d.ts.map