@nicolasmirson/plan-mode-claude
Version:
Structured planning workflow for AI assistants with MCP integration
9 lines • 439 B
TypeScript
import { PlanManager as PM } from './PlanManager.js';
import { PlanModeMCPServer as PMMS } from './mcpServer.js';
export { PlanManager } from './PlanManager.js';
export { PlanModeMCPServer } from './mcpServer.js';
export * from './types.js';
export { ValidationError } from './validation.js';
export declare function createPlanManager(): PM;
export declare function startPlanModeServer(): Promise<PMMS>;
//# sourceMappingURL=index.d.ts.map