@codai/cbd
Version:
Codai Better Database - High-Performance Vector Memory System with HPKV-inspired architecture and MCP server
9 lines • 297 B
TypeScript
/*!
* CBD MCP Server Main Export
* Entry point for the CBD Model Context Protocol server
*/
export { CBDMCPServer } from './server.js';
export { getConfig } from './config.js';
export type { CBDMCPConfig } from './config.js';
export type * from './types.js';
//# sourceMappingURL=index.d.ts.map