From 8410084ddffbadec7b3c3087a1fba77a44ae0274 Mon Sep 17 00:00:00 2001 From: shadowusr Date: Tue, 18 Nov 2025 11:50:55 +0300 Subject: [PATCH] docs: use latest version of testplane mcp in docs --- blog/mcp-release.mdx | 20 ++++++----------- docs/testplane-mcp.mdx | 20 ++++++----------- .../mcp-release.mdx | 20 ++++++----------- .../current/testplane-mcp.mdx | 22 ++++++------------- 4 files changed, 28 insertions(+), 54 deletions(-) diff --git a/blog/mcp-release.mdx b/blog/mcp-release.mdx index 2924021..ee749d7 100644 --- a/blog/mcp-release.mdx +++ b/blog/mcp-release.mdx @@ -34,13 +34,7 @@ Testplane MCP делает возможным автоматизировать ## Установка -Необходимо запустить сервер из пакета `@testplane/mcp`. Для bleeding-edge сборок используйте тег `@next`, для стабильных — `@latest`: - -```shell -npx @testplane/mcp@next -``` - -Установка зависит от среды, в которой будет использоваться Testplane MCP. +Необходимо добавить сервер Testplane MCP в конфигурацию вашей IDE. @@ -51,7 +45,7 @@ npx @testplane/mcp@next "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -68,7 +62,7 @@ npx @testplane/mcp@next "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -85,7 +79,7 @@ npx @testplane/mcp@next "servers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -101,7 +95,7 @@ npx @testplane/mcp@next "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -116,7 +110,7 @@ npx @testplane/mcp@next "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -131,7 +125,7 @@ npx @testplane/mcp@next "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } diff --git a/docs/testplane-mcp.mdx b/docs/testplane-mcp.mdx index bc2e034..a9c5ffc 100644 --- a/docs/testplane-mcp.mdx +++ b/docs/testplane-mcp.mdx @@ -20,13 +20,7 @@ Testplane MCP enables automating repetitive tasks, such as extracting informatio ## Installation -Run the server from the `@testplane/mcp` package: - -```shell -npx @testplane/mcp@next -``` - -Use the `@latest` tag for stable versions, `@next` for experimental ones. +Add Testplane MCP server to the configuration of your IDE. ### Environment setup @@ -39,7 +33,7 @@ Use the `@latest` tag for stable versions, `@next` for experimental ones. "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -55,7 +49,7 @@ Use the `@latest` tag for stable versions, `@next` for experimental ones. "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -72,7 +66,7 @@ Use the `@latest` tag for stable versions, `@next` for experimental ones. "servers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -88,7 +82,7 @@ Use the `@latest` tag for stable versions, `@next` for experimental ones. "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -103,7 +97,7 @@ Use the `@latest` tag for stable versions, `@next` for experimental ones. "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -118,7 +112,7 @@ Use the `@latest` tag for stable versions, `@next` for experimental ones. "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } diff --git a/i18n/en/docusaurus-plugin-content-blog/mcp-release.mdx b/i18n/en/docusaurus-plugin-content-blog/mcp-release.mdx index 7e2c916..5499bb2 100644 --- a/i18n/en/docusaurus-plugin-content-blog/mcp-release.mdx +++ b/i18n/en/docusaurus-plugin-content-blog/mcp-release.mdx @@ -34,13 +34,7 @@ Testplane MCP makes it possible to automate repetitive processes. For example, y ## Installation -You need to run the server from the `@testplane/mcp` package. For bleeding-edge builds use the `@next` tag, for stable ones use `@latest`: - -```shell -npx @testplane/mcp@next -``` - -Installation depends on the environment where Testplane MCP will be used. +Add Testplane MCP server to the configuration of your IDE. @@ -51,7 +45,7 @@ Installation depends on the environment where Testplane MCP will be used. "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -68,7 +62,7 @@ Installation depends on the environment where Testplane MCP will be used. "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -85,7 +79,7 @@ Installation depends on the environment where Testplane MCP will be used. "servers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -101,7 +95,7 @@ Installation depends on the environment where Testplane MCP will be used. "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -116,7 +110,7 @@ Installation depends on the environment where Testplane MCP will be used. "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -131,7 +125,7 @@ Installation depends on the environment where Testplane MCP will be used. "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/testplane-mcp.mdx b/i18n/ru/docusaurus-plugin-content-docs/current/testplane-mcp.mdx index 4e297cf..13ee85a 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/testplane-mcp.mdx +++ b/i18n/ru/docusaurus-plugin-content-docs/current/testplane-mcp.mdx @@ -20,15 +20,7 @@ Testplane MCP позволяет автоматизировать повторя ## Установка -Запустите сервер из пакета `@testplane/mcp`: - -```shell -npx @testplane/mcp@next -``` - -Для стабильных версий используйте тег `@latest`, для экспериментальных — `@next`. - -### Настройка среды +Необходимо добавить сервер Testplane MCP в конфигурацию вашей IDE. @@ -39,7 +31,7 @@ npx @testplane/mcp@next "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -55,7 +47,7 @@ npx @testplane/mcp@next "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -72,7 +64,7 @@ npx @testplane/mcp@next "servers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -88,7 +80,7 @@ npx @testplane/mcp@next "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -103,7 +95,7 @@ npx @testplane/mcp@next "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } } @@ -118,7 +110,7 @@ npx @testplane/mcp@next "mcpServers": { "testplane-mcp": { "command": "npx", - "args": ["@testplane/mcp@next"] + "args": ["@testplane/mcp@latest"] } } }