UNPKG

mcp-decisive

Version:

MCP server for WRAP decision-making framework with structured output

20 lines 1.16 kB
export declare const NEXT_ACTION_GUIDANCE: string; export declare const SUCCESS_MESSAGE_TEMPLATE: (issue: string) => string; export declare const DOMAIN_ERROR_MESSAGE = "\u30C9\u30E1\u30A4\u30F3\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002"; export declare const VALIDATION_ERROR_MESSAGE = "\u5165\u529B\u691C\u8A3C\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002"; export declare const VALIDATION_CORRECTION_GUIDANCE = "\u4EE5\u4E0B\u306E\u9805\u76EE\u3092\u4FEE\u6B63\u3057\u3066\u518D\u5B9F\u884C\u3057\u3066\u304F\u3060\u3055\u3044\uFF1A"; export declare const FILESYSTEM_ERROR_GUIDANCE: { permission_denied: string; directory_create_failed: string; file_write_failed: string; disk_full: string; unknown: string; }; export declare const VALIDATION_SPECIFIC_GUIDANCE: { required: (field: string) => string; too_short: (field: string) => string; too_long: (field: string) => string; invalid_type: (field: string) => string; }; export declare const INVALID_PARAMS_MESSAGE = "\u5165\u529B\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u7121\u52B9\u3067\u3059"; //# sourceMappingURL=prompt.d.ts.map