/** * MCP Server command — starts a stdio-based MCP server * * Exposes Quickback documentation and project context to any MCP-compatible AI tool * (Claude Desktop, Cursor, VS Code Copilot, Windsurf, etc.) * * Usage: * quickback mcp # Start stdio MCP server * * Configuration (claude_desktop_config.json or .cursor/mcp.json): * { * "mcpServers": { * "quickback": { * "command": "npx", * "args": ["@quickback-dev/cli", "mcp"] * } * } * } */ export declare function mcp(): Promise; //# sourceMappingURL=mcp.d.ts.map