Skip to content

Commit 5857828

Browse files
committed
fix mcp config
1 parent e45881f commit 5857828

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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": "dotnet",
6-
"args": ["run", "--project", "${workspaceFolder}/tools/azsdk-cli/Azure.Sdk.Tools.Cli", "--configuration", "Debug", "--", "start"]
6+
"args": ["run", "--project", "${workspaceFolder}/tools/azsdk-cli/Azure.Sdk.Tools.Cli", "--configuration", "Debug", "--", "mcp"]
77
}
88
}
99
}

0 commit comments

Comments
 (0)