export declare class SpecWorkflowMCPServer { private server; private projectPath; private workspacePath; private projectRegistry; private lang?; constructor(); initialize(projectPath: string, workspacePath: string, lang?: string): Promise; private setupHandlers; /** * Check if running in Docker mode (path translation enabled) * When in Docker, we can't verify host PIDs and want projects to persist */ private isDockerMode; stop(): Promise; } //# sourceMappingURL=server.d.ts.map