UNPKG

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

Version:

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

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