Skip to content

Commit 8b8e792

Browse files
feat: Update MCP config to use VS Code dev:watch instead of shell script wrapper (#326)
--------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: damcilva_microsoft <115752616+damcilva_microsoft@users.noreply.github.com>
1 parent f390489 commit 8b8e792

2 files changed

Lines changed: 7 additions & 105 deletions

File tree

.vscode/mcp.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@
44
"type": "stdio",
55
"command": "go",
66
"args": ["run", "-C", "./magefiles/magemcp/", "magemcp.go", "${workspaceFolder}"],
7-
"cwd": "${workspaceFolder}",
7+
"cwd": "${workspaceFolder}"
88
},
99
"run-azldev-from-out-bin": {
1010
"type": "stdio",
11-
"command": ".vscode/scripts/azldev_mcp.sh",
12-
"args": ["${workspaceFolder}"],
13-
"cwd": "${workspaceFolder}"
11+
"command": "./out/bin/azldev",
12+
"args": ["advanced", "mcp"],
13+
"cwd": "${workspaceFolder}",
14+
"dev": {
15+
"watch": "out/bin/azldev"
16+
}
1417
}
1518
}
1619
}

.vscode/scripts/azldev_mcp.sh

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)