@ttaqt/novel-workflow-mcp
Version:
MCP server for AI-assisted novel writing workflow with real-time web dashboard
26 lines • 693 B
TypeScript
export interface DashboardOptions {
projectPath: string;
autoOpen?: boolean;
port?: number;
}
export declare class DashboardServer {
private app;
private watcher;
private parser;
private approvalStorage;
private archiveService;
private options;
private actualPort;
private clients;
private packageVersion;
private isUsingExistingDashboard;
constructor(options: DashboardOptions);
start(): Promise<string>;
private broadcastApprovalUpdate;
private broadcastSpecUpdate;
private broadcastSteeringUpdate;
private broadcastTaskUpdate;
stop(): Promise<void>;
getUrl(): string;
}
//# sourceMappingURL=server.d.ts.map