The MCP Diagnostics Extension bridges VS Code's powerful diagnostic system with the Model Context Protocol, enabling AI agents to access your code problems in real-time. Whether you're debugging ...
## 🔧 Setup **Set up environment variables**: Create a `.env` file in your project directory or set environment variables: ```env XAI_API_KEY=your_xai_api_key_here ...