UNPKG

@ttaqt/novel-workflow-mcp

Version:

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

5 lines 308 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { ToolContext, ToolResponse } from '../types.js'; export declare const steeringGuideTool: Tool; export declare function steeringGuideHandler(args: any, context: ToolContext): Promise<ToolResponse>; //# sourceMappingURL=steering-guide.d.ts.map