VS Code + Copilot
Configure Weavetab for VS Code with GitHub Copilot.
# VS Code + GitHub Copilot Integration
Create `.vscode/mcp.json` in your workspace root:
```json
{
"servers": {
"weavetab": {
"command": "weavetab",
"args": []
}
}
}
```