/** * MCP (Model Context Protocol) tools for issue tracking * * Exposes issue operations to AI coding agents like Claude Code and Cursor. * * @module issues/mcp */ import type { MCPTool } from "../mcp/types.js"; /** * All MCP tools for issue tracking */ export declare const issuesMcpTools: MCPTool[]; //# sourceMappingURL=mcp.d.ts.map