Skip to content

Commit 418b7af

Browse files
authored
fix: incorrect npx argument when connecting mcp server of perplexity (#8342)
1 parent 0e7b710 commit 418b7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/copilot/chat/mcp-servers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To add an MCP server to your workspace:
9191
"command": "npx",
9292
"args": [
9393
"-y",
94-
"@modelcontextprotocol/server-perplexity-ask"
94+
"server-perplexity-ask"
9595
],
9696
"env": {
9797
"PERPLEXITY_API_KEY": "${input:perplexity-key}"

0 commit comments

Comments
 (0)