Skip to content

Commit ae31d3f

Browse files
authored
Install instruction in VSCode updated
1 parent 981aec6 commit ae31d3f

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,17 @@ A [Model Context Protocol server](https://modelcontextprotocol.io/quickstart/use
5555
<details>
5656
<summary>Set up in VS Code</summary>
5757

58-
Open VS Code `Settings`, search for `MCP`, click `Edit in settings.json`, edit the config to include Testplane MCP as seen below.
58+
Click the button to install:
59+
[<img src="https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Install%20Server&color=0098FF" alt="Install in VS Code">](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522testplane%2522%252C%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522%2540testplane%252Fmcp%2540latest%2522%255D%257D)
5960

60-
```json
61-
{
62-
"mcp": {
63-
"inputs": [],
64-
"servers": {
65-
"testplane-mcp": {
66-
"command": "npx",
67-
"args": ["@testplane/mcp@latest"]
68-
}
69-
}
70-
}
71-
}
61+
Or install manually:
62+
63+
Follow the MCP install [guide](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server), use the standard config above. You can also install the Testplane MCP server using the VS Code CLI:
64+
65+
```bash
66+
code --add-mcp '{"name":"testplane","command":"npx","args":["@testplane/mcp@latest"]}'
7267
```
68+
7369
</details>
7470

7571
<details>

0 commit comments

Comments
 (0)