This repository has been archived on 2026-06-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
master-ai/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;