UNPKG

mcp-decisive

Version:

MCP server for WRAP decision-making framework with structured output

13 lines 248 B
export interface DomainError { code: string; msg: string; } export type Env = { tenantId: string; userId: string; }; export interface HKT<URI, A> { readonly _URI: URI; readonly _A: A; } //# sourceMappingURL=app_core.d.ts.map