UNPKG

@ttaqt/novel-workflow-mcp

Version:

MCP server for AI-assisted novel writing workflow with real-time web dashboard

11 lines 393 B
import { SpecData, SteeringStatus } from '../types.js'; export declare class SpecParser { private projectPath; constructor(projectPath: string); getAllSpecs(): Promise<SpecData[]>; getSpec(name: string): Promise<SpecData | null>; getProjectSteeringStatus(): Promise<SteeringStatus>; private getPhaseStatus; private fileExists; } //# sourceMappingURL=parser.d.ts.map