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
14 lines • 421 B
TypeScript
/**
* Transfer MCP Tools
* Pattern and plugin sharing via IPFS-based decentralized registry
*
* @module @claude-flow/cli/mcp-tools/transfer-tools
* @version 3.0.0
*/
import type { MCPTool } from './types.js';
/**
* Transfer MCP tools for pattern export, import, anonymization, and sharing
*/
export declare const transferTools: MCPTool[];
export default transferTools;
//# sourceMappingURL=transfer-tools.d.ts.map