Files
vibn-frontend/vibn-agent-runner/dist/tools/registry.d.ts

5 lines
137 B
TypeScript

import { ALL_TOOLS } from './mcp-client';
export { ALL_TOOLS };
export declare const executeTool: any;
export type ToolDefinition = any;