/** * 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