UNPKG

actual-mcp

Version:

Actual Budget MCP server exposing API functionality

12 lines 356 B
import { Server } from '@modelcontextprotocol/sdk/server/index.js'; export declare const promptsSchema: { name: string; description: string; arguments: { name: string; description: string; required: boolean; }[]; }[]; export declare const setupPrompts: (server: Server) => void; //# sourceMappingURL=prompts.d.ts.map