Initial commit: Brainy - Multi-Dimensional AI Database
Open source vector database with HNSW indexing, graph relationships, and metadata facets. Features CLI with professional augmentation registry integration for discovering extensions and capabilities.
This commit is contained in:
commit
f8c45f2d8d
448 changed files with 103294 additions and 0 deletions
13
dist/mcp/index.d.ts
vendored
Normal file
13
dist/mcp/index.d.ts
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/**
|
||||
* Model Control Protocol (MCP) for Brainy
|
||||
*
|
||||
* This module provides a Model Control Protocol (MCP) implementation for Brainy,
|
||||
* allowing external models to access Brainy data and use the augmentation pipeline as tools.
|
||||
*/
|
||||
import { BrainyMCPAdapter } from './brainyMCPAdapter.js';
|
||||
import { MCPAugmentationToolset } from './mcpAugmentationToolset.js';
|
||||
import { BrainyMCPService } from './brainyMCPService.js';
|
||||
export { BrainyMCPAdapter };
|
||||
export { MCPAugmentationToolset };
|
||||
export { BrainyMCPService };
|
||||
export * from '../types/mcpTypes.js';
|
||||
Loading…
Add table
Add a link
Reference in a new issue