@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.
14 lines • 486 B
TypeScript
/**
* Telemetry Module
*
* Privacy-first operational analytics for DollhouseMCP
*
* Exports:
* - Type definitions for telemetry events and configuration
* - OperationalTelemetry class for telemetry initialization and management
*/
export * from './types.js';
export { OperationalTelemetry } from './OperationalTelemetry.js';
export { StartupTimer } from './StartupTimer.js';
export type { PhaseEntry, StartupReport } from './StartupTimer.js';
//# sourceMappingURL=index.d.ts.map