/** * Embeddings MCP Tools for CLI * * Tool definitions for ONNX embeddings with hyperbolic support and neural substrate. * Implements ADR-024: Embeddings MCP Tools */ import type { MCPTool } from './types.js'; /** Ungated — internal/test use only. MCP clients get `embeddingsTools` below. */ export declare const allEmbeddingsTools: MCPTool[]; export declare const embeddingsTools: MCPTool[]; //# sourceMappingURL=embeddings-tools.d.ts.map