VS Code MCP Setup
Connect Yavy to VS Code using MCP extensions. Access your documentation from within Visual Studio Code.
Configuration
mcp.json
Setup Steps
- 1
Open MCP configuration:
Press
Ctrl+Shift+P(orCmd+Shift+Pon macOS)Type
MCP: Open User Configuration - 2Copy the configuration above and paste it into your
mcp.jsonfile - 3Run Developer: Reload Window from the command palette
- 4Open the GitHub Copilot Chat panel to verify the MCP server is connected
Alternative: Project-Level Configuration
Create a
.vscode/mcp.json file in your project root to share the configuration with your team. Known Issue: Connection May Hang
VS Code may sometimes show "Waiting for server to respond to initialize request..." after OAuth authentication. This is a known VS Code issue.
Workaround: Run Developer: Reload Window from the command palette, or remove and re-add the MCP server configuration.