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 • 451 B
TypeScript
/**
* GitHub MCP Tools for CLI
*
* V2 Compatibility - GitHub integration tools
*
* ⚠️ IMPORTANT: These tools provide LOCAL STATE MANAGEMENT only.
* - NO actual GitHub API calls are made
* - Data is stored locally for workflow coordination
* - For real GitHub operations, use `gh` CLI or GitHub MCP server
*/
import type { MCPTool } from './types.js';
export declare const githubTools: MCPTool[];
//# sourceMappingURL=github-tools.d.ts.map