UNPKG

qbo-mcp-ts

Version:

TypeScript QuickBooks Online MCP Server with enhanced features and dual transport support

11 lines 263 B
#!/usr/bin/env node /** * QBOMCP-TS - TypeScript QuickBooks Online MCP Server * Main entry point with dual transport support */ /** * Main application entry point */ declare function main(): Promise<void>; export { main }; //# sourceMappingURL=index.d.ts.map