We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: restructure wiki to prioritize agent integration Reorganized Home.md to make Agent-Integration the primary entry point: - Moved 'Agent Integration' to first position with ⭐ emphasis - Grouped pages into clear sections: Getting Started, Reference & Configuration, Technical Deep Dives - Updated navigation guide to highlight agent setup as critical first step - Reordered topics to reflect actual user workflow: install → connect with agent → debug This reflects the shift from standalone Xdebug documentation to agent-centric integration, recognizing that users primarily interact with xdebug-mcp through AI agents and IDEs rather than directly.
docs: add comprehensive agent integration guide Introduces Agent-Integration.md as the primary documentation focusing on how to use xdebug-mcp with different AI agents and IDEs: - Installation and configuration for Claude Code, Cursor, Cline, VS Code, Copilot, Windsurf, JetBrains IDEs - Usage examples and capabilities for each agent - Common debugging tasks with agent-specific approaches - Docker integration examples - Configuration comparison reference table - Troubleshooting by agent type This represents a shift from standalone Xdebug documentation to agent-centric integration guides, reflecting actual user workflows where xdebug-mcp is used as a backend for AI-assisted debugging.
docs: add missing wiki pages - Getting Started, Troubleshooting, Configuration Reference - Getting-Started.md: Installation, setup, Docker examples - Troubleshooting.md: Common issues, solutions, error messages - Configuration-Reference.md: PHP and server configuration options Total wiki documentation: 3,500+ lines across 10 pages
docs: add comprehensive xdebug documentation - Home: Overview and table of contents - Understanding-Xdebug: Architecture and installation - DBGp-Protocol: Complete protocol documentation - Debugging-Guide: Step-by-step debugging workflow - MCP-Server-Architecture: System design and data flows - Connection-Modes: TCP vs Unix sockets comparison - Tools-Commands: Complete tool reference Total: 2,325 lines of detailed documentation
Initial Home page