@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 • 329 B
TypeScript
import { SpawnOptions } from 'child_process';
export declare class CommandValidator {
static sanitizeCommand(cmd: string, args: string[]): void;
private static isSafeArgument;
static secureExec(command: string, args: string[], options?: SpawnOptions): Promise<string>;
}
//# sourceMappingURL=commandValidator.d.ts.map