actual-mcp
Version:
Actual Budget MCP server exposing API functionality
13 lines • 446 B
TypeScript
import { successWithJson, errorFromCatch } from '../../../utils/response.js';
export declare const schema: {
name: string;
description: string;
inputSchema: {
type: string;
description: string;
properties: {};
additionalProperties: boolean;
};
};
export declare function handler(): Promise<ReturnType<typeof successWithJson> | ReturnType<typeof errorFromCatch>>;
//# sourceMappingURL=index.d.ts.map