UNPKG

@pimzino/spec-workflow-mcp

Version:

MCP server for spec-driven development workflow with real-time web dashboard

22 lines 699 B
export interface DashboardStartOptions { autoStart: boolean; port?: number; } export declare class SpecWorkflowMCPServer { private server; private projectPath; private dashboardServer?; private dashboardUrl?; private sessionManager?; private lang?; private dashboardMonitoringInterval?; constructor(); initialize(projectPath: string, dashboardOptions?: DashboardStartOptions, lang?: string): Promise<void>; private setupHandlers; startDashboardMonitoring(): void; private checkForDashboardSession; private testDashboardConnection; stop(): Promise<void>; getDashboardUrl(): string | undefined; } //# sourceMappingURL=server.d.ts.map