@@ -20,13 +20,7 @@ Testplane MCP enables automating repetitive tasks, such as extracting informatio
2020
2121## Installation
2222
23- Run the server from the ` @testplane/mcp ` package:
24-
25- ``` shell
26- npx @testplane/mcp@next
27- ```
28-
29- Use the ` @latest ` tag for stable versions, ` @next ` for experimental ones.
23+ Add Testplane MCP server to the configuration of your IDE.
3024
3125### Environment setup
3226
@@ -39,7 +33,7 @@ Use the `@latest` tag for stable versions, `@next` for experimental ones.
3933 "mcpServers" : {
4034 "testplane-mcp" : {
4135 "command" : " npx" ,
42- "args" : [" @testplane/mcp@next " ]
36+ "args" : [" @testplane/mcp@latest " ]
4337 }
4438 }
4539 }
@@ -55,7 +49,7 @@ Use the `@latest` tag for stable versions, `@next` for experimental ones.
5549 " mcpServers" : {
5650 " testplane-mcp" : {
5751 " command" : " npx" ,
58- " args" : [" @testplane/mcp@next " ]
52+ " args" : [" @testplane/mcp@latest " ]
5953 }
6054 }
6155 }
@@ -72,7 +66,7 @@ Use the `@latest` tag for stable versions, `@next` for experimental ones.
7266 "servers" : {
7367 "testplane-mcp" : {
7468 "command" : " npx" ,
75- "args" : [" @testplane/mcp@next " ]
69+ "args" : [" @testplane/mcp@latest " ]
7670 }
7771 }
7872 }
@@ -88,7 +82,7 @@ Use the `@latest` tag for stable versions, `@next` for experimental ones.
8882 "mcpServers" : {
8983 "testplane-mcp" : {
9084 "command" : " npx" ,
91- "args" : [" @testplane/mcp@next " ]
85+ "args" : [" @testplane/mcp@latest " ]
9286 }
9387 }
9488 }
@@ -103,7 +97,7 @@ Use the `@latest` tag for stable versions, `@next` for experimental ones.
10397 "mcpServers" : {
10498 "testplane-mcp" : {
10599 "command" : " npx" ,
106- "args" : [" @testplane/mcp@next " ]
100+ "args" : [" @testplane/mcp@latest " ]
107101 }
108102 }
109103 }
@@ -118,7 +112,7 @@ Use the `@latest` tag for stable versions, `@next` for experimental ones.
118112 "mcpServers" : {
119113 "testplane-mcp" : {
120114 "command" : " npx" ,
121- "args" : [" @testplane/mcp@next " ]
115+ "args" : [" @testplane/mcp@latest " ]
122116 }
123117 }
124118 }
0 commit comments