mcp-quickbase
Version:
Work with Quickbase via Model Context Protocol
19 lines (18 loc) • 622 B
TypeScript
import { QuickbaseClient } from '../client/quickbase';
import { CacheService } from '../utils/cache';
/**
* Initialize all MCP tools and register them with the registry
* @param client Quickbase client
* @param cacheService Cache service
*/
export declare function initializeTools(client: QuickbaseClient, cacheService: CacheService): void;
export * from './registry';
export * from './base';
export * from './test_connection';
export * from './configure_cache';
export * from './apps';
export * from './tables';
export * from './fields';
export * from './records';
export * from './files';
export * from './reports';