Skip to content

Commit b35c53e

Browse files
committed
Update example
1 parent 95a758c commit b35c53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/mcp-servers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Some of these locations require `.mcp.json` while others require `mcp.json`.
121121

122122
You may define both **remote** (URL and credentials) and **local** (command-line invocation) servers.
123123

124-
It’s common to invoke tools via package managers. For example, `pip install … && mcp-server or npx @cursor/mcp`. Visual Studio respects whatever command you specify, allowing you to pin versions or pass flags as needed.
124+
It’s common to invoke tools via package managers. For example, `npx -y @azure/mcp@latest` or `docker run ... mcp/github`. Visual Studio respects whatever command you specify, allowing you to pin versions or pass flags as needed.
125125

126126
Format must follow the MCP specification, for example, an array of server objects, each with `name`, `command` or `url`, `transport`, etc.
127127

0 commit comments

Comments
 (0)