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/mcp-client.d.ts

4 lines
198 B
TypeScript

import { ToolContext } from './context';
export declare const ALL_TOOLS: any[];
export declare function executeTool(name: string, args: Record<string, unknown>, ctx: ToolContext): Promise<unknown>;