Files
awesome-copilot/.vscode/mcp.json
2026-03-13 12:25:46 +11:00

12 lines
179 B
JSON

{
"servers": {
"github-agentic-workflows": {
"command": "gh",
"args": [
"aw",
"mcp-server"
],
"cwd": "${workspaceFolder}"
}
}
}