UNPKG

@baruchiro/actual-mcp

Version:

Actual Budget MCP server exposing API functionality

16 lines 649 B
// Core exports export * from './input/argument-parser.js'; export * from './input/validators.js'; export * from './data/fetch-accounts.js'; export * from './data/fetch-categories.js'; export * from './data/fetch-payees.js'; export * from './data/fetch-rules.js'; export * from './data/fetch-transactions.js'; export * from './aggregation/group-by.js'; export * from './aggregation/sum-by.js'; export * from './aggregation/sort-by.js'; export * from './mapping/category-mapper.js'; export * from './mapping/transaction-mapper.js'; export * from './mapping/category-classifier.js'; export * from './types/domain.js'; //# sourceMappingURL=index.js.map