UNPKG

@al76/tools-and-spec-workflow-mcp

Version:

MCP server for spec-driven development workflow with real-time web dashboard

5 lines 316 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { ToolContext, MCPToolResponse } from '../types.js'; export declare function registerTools(): Tool[]; export declare function handleToolCall(name: string, args: any, context: ToolContext): Promise<MCPToolResponse>; //# sourceMappingURL=index.d.ts.map