UNPKG

claude-flow

Version:

Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration

13 lines 366 B
/** * Browser MCP Tools * * CLI integration for @claude-flow/browser package. * Provides browser automation tools for web navigation, interaction, and data extraction. */ import type { MCPTool } from './types.js'; /** * Browser MCP Tools */ export declare const browserTools: MCPTool[]; export default browserTools; //# sourceMappingURL=browser-tools.d.ts.map