UNPKG

@firefly-iii-mcp/core

Version:
10 lines 525 B
/** * Core module for Firefly III MCP * Export all key types, functions, and utilities */ export type { McpServerConfig, McpToolDefinition, CallToolRequestArguments } from './types.js'; export { getServer, executeApiTool } from './server.js'; export { generatedTools } from './tools.js'; export { ALL_TOOL_TAGS, DEFAULT_PRESET_TAGS, TOOL_PRESETS, getPresetTags, presetExists, getAvailablePresets } from './presets.js'; export { Server } from '@modelcontextprotocol/sdk/server/index.js'; //# sourceMappingURL=index.d.ts.map