UNPKG

@tosin2013/mcp-shrimp-task-manager

Version:

Enhanced MCP Shrimp Task Manager with comprehensive LLM integration. A task management tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. Features real GPT-4 ↔ MCP tools communication, comprehensive testing pipeline

13 lines (12 loc) 326 B
import { z } from "zod"; export declare const initProjectRulesSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; /** * 初始化專案規範工具函數 * 提供建立規範文件的指導 */ export declare function initProjectRules(): Promise<{ content: { type: "text"; text: string; }[]; }>;