UNPKG

@baruchiro/actual-mcp

Version:

Actual Budget MCP server exposing API functionality

9 lines 380 B
import { successWithJson, errorFromCatch } from '../../utils/response.js'; import { type ToolInput } from '../../types.js'; export declare const schema: { name: string; description: string; inputSchema: ToolInput; }; export declare function handler(): Promise<ReturnType<typeof successWithJson> | ReturnType<typeof errorFromCatch>>; //# sourceMappingURL=index.d.ts.map