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.

6 lines 265 B
import type { ILogFormatter, UnifiedLogEntry } from '../types.js'; export declare class PlainTextFormatter implements ILogFormatter { readonly fileExtension = ".log"; format(entry: UnifiedLogEntry): string; } //# sourceMappingURL=PlainTextFormatter.d.ts.map