UNPKG

actual-mcp

Version:

Actual Budget MCP server exposing API functionality

17 lines 544 B
import { successWithJson, errorFromCatch } from '../../../utils/response.js'; export declare const schema: { name: string; description: string; inputSchema: { type: string; properties: { id: { type: string; description: string; }; }; required: string[]; }; }; export declare function handler(args: Record<string, unknown>): Promise<ReturnType<typeof successWithJson> | ReturnType<typeof errorFromCatch>>; //# sourceMappingURL=index.d.ts.map