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 • 478 B
TypeScript
/**
* Terminal MCP Tools for CLI
*
* V2 Compatibility - Terminal session management tools
*
* ⚠️ IMPORTANT: These tools provide STATE MANAGEMENT only.
* - terminal/execute does NOT actually execute commands
* - Commands are recorded for tracking/coordination purposes
* - For real command execution, use Claude Code's Bash tool
*/
import type { MCPTool } from './types.js';
export declare const terminalTools: MCPTool[];
//# sourceMappingURL=terminal-tools.d.ts.map