Skip to content

Commit a2906ca

Browse files
authored
remove version to default to latest (Azure#35835)
1 parent 45c35b2 commit a2906ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"azure-sdk-mcp": {
44
"type": "stdio",
55
"command": "pwsh",
6-
"args": ["${workspaceFolder}/eng/common/mcp/azure-sdk-mcp.ps1", "-Run", "-Version", "1.0.0-dev.20250707.1"]
6+
"args": ["${workspaceFolder}/eng/common/mcp/azure-sdk-mcp.ps1", "-Run"]
77
},
88
}
99
}

0 commit comments

Comments
 (0)