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

9 lines 301 B
/** * GitHub MCP Tools for CLI * * Real GitHub integration via `gh` CLI and `git` commands. * Falls back to local state management when CLI tools are unavailable. */ import { type MCPTool } from './types.js'; export declare const githubTools: MCPTool[]; //# sourceMappingURL=github-tools.d.ts.map