@al76/tools-and-spec-workflow-mcp
Version:
MCP server for spec-driven development workflow with real-time web dashboard
12 lines • 474 B
TypeScript
import { Tool } from '@modelcontextprotocol/sdk/types.js';
import { ToolContext, ToolResponse } from '../types.js';
export declare const requestApprovalTool: Tool;
export declare function requestApprovalHandler(args: {
projectPath: string;
title: string;
filePath: string;
type: 'document' | 'action';
category: 'spec' | 'steering';
categoryName: string;
}, context: ToolContext): Promise<ToolResponse>;
//# sourceMappingURL=request-approval.d.ts.map