@baruchiro/actual-mcp
Version:
Actual Budget MCP server exposing API functionality
16 lines • 434 B
TypeScript
import { Server } from '@modelcontextprotocol/sdk/server/index.js';
export declare const promptsSchema: ({
name: string;
description: string;
arguments: {
name: string;
description: string;
required: boolean;
}[];
} | {
name: string;
description: string;
arguments?: undefined;
})[];
export declare const setupPrompts: (server: Server) => void;
//# sourceMappingURL=prompts.d.ts.map