UNPKG

squabble-mcp

Version:

Engineer-driven development with critical-thinking PM collaboration - MCP server for Claude

8 lines 337 B
import { FastMCP } from 'fastmcp'; import { TaskManager } from '../tasks/task-manager.js'; /** * Tool for getting the next task to work on * Considers dependencies, priority, and current status */ export declare function registerGetNextTask(server: FastMCP, taskManager: TaskManager): void; //# sourceMappingURL=get-next-task.d.ts.map