/** * RuVector LLM WASM MCP Tools * * Exposes @ruvector/ruvllm-wasm operations via MCP protocol. * All tools gracefully degrade when the WASM package is not installed. */ import type { MCPTool } from './types.js'; export declare const ruvllmWasmTools: MCPTool[]; //# sourceMappingURL=ruvllm-tools.d.ts.map