Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 7 additions & 13 deletions blog/mcp-release.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,7 @@ Testplane MCP делает возможным автоматизировать

## Установка

Необходимо запустить сервер из пакета `@testplane/mcp`. Для bleeding-edge сборок используйте тег `@next`, для стабильных — `@latest`:

```shell
npx @testplane/mcp@next
```

Установка зависит от среды, в которой будет использоваться Testplane MCP.
Необходимо добавить сервер Testplane MCP в конфигурацию вашей IDE.

<Tabs>
<TabItem value="cursor" label="Cursor">
Expand All @@ -51,7 +45,7 @@ npx @testplane/mcp@next
"mcpServers": {
"testplane-mcp": {
"command": "npx",
"args": ["@testplane/mcp@next"]
"args": ["@testplane/mcp@latest"]
}
}
}
Expand All @@ -68,7 +62,7 @@ npx @testplane/mcp@next
"mcpServers": {
"testplane-mcp": {
"command": "npx",
"args": ["@testplane/mcp@next"]
"args": ["@testplane/mcp@latest"]
}
}
}
Expand All @@ -85,7 +79,7 @@ npx @testplane/mcp@next
"servers": {
"testplane-mcp": {
"command": "npx",
"args": ["@testplane/mcp@next"]
"args": ["@testplane/mcp@latest"]
}
}
}
Expand All @@ -101,7 +95,7 @@ npx @testplane/mcp@next
"mcpServers": {
"testplane-mcp": {
"command": "npx",
"args": ["@testplane/mcp@next"]
"args": ["@testplane/mcp@latest"]
}
}
}
Expand All @@ -116,7 +110,7 @@ npx @testplane/mcp@next
"mcpServers": {
"testplane-mcp": {
"command": "npx",
"args": ["@testplane/mcp@next"]
"args": ["@testplane/mcp@latest"]
}
}
}
Expand All @@ -131,7 +125,7 @@ npx @testplane/mcp@next
"mcpServers": {
"testplane-mcp": {
"command": "npx",
"args": ["@testplane/mcp@next"]
"args": ["@testplane/mcp@latest"]
}
}
}
Expand Down
20 changes: 7 additions & 13 deletions docs/testplane-mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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"]
}
}
}
Expand All @@ -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"]
}
}
}
Expand All @@ -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"]
}
}
}
Expand All @@ -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"]
}
}
}
Expand All @@ -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"]
}
}
}
Expand All @@ -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"]
}
}
}
Expand Down
20 changes: 7 additions & 13 deletions i18n/en/docusaurus-plugin-content-blog/mcp-release.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Tabs>
<TabItem value="cursor" label="Cursor">
Expand All @@ -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"]
}
}
}
Expand All @@ -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"]
}
}
}
Expand All @@ -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"]
}
}
}
Expand All @@ -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"]
}
}
}
Expand All @@ -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"]
}
}
}
Expand All @@ -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"]
}
}
}
Expand Down
22 changes: 7 additions & 15 deletions i18n/ru/docusaurus-plugin-content-docs/current/testplane-mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,7 @@ Testplane MCP позволяет автоматизировать повторя

## Установка

Запустите сервер из пакета `@testplane/mcp`:

```shell
npx @testplane/mcp@next
```

Для стабильных версий используйте тег `@latest`, для экспериментальных — `@next`.

### Настройка среды
Необходимо добавить сервер Testplane MCP в конфигурацию вашей IDE.

<Tabs>
<TabItem value="cursor" label="Cursor">
Expand All @@ -39,7 +31,7 @@ npx @testplane/mcp@next
"mcpServers": {
"testplane-mcp": {
"command": "npx",
"args": ["@testplane/mcp@next"]
"args": ["@testplane/mcp@latest"]
}
}
}
Expand All @@ -55,7 +47,7 @@ npx @testplane/mcp@next
"mcpServers": {
"testplane-mcp": {
"command": "npx",
"args": ["@testplane/mcp@next"]
"args": ["@testplane/mcp@latest"]
}
}
}
Expand All @@ -72,7 +64,7 @@ npx @testplane/mcp@next
"servers": {
"testplane-mcp": {
"command": "npx",
"args": ["@testplane/mcp@next"]
"args": ["@testplane/mcp@latest"]
}
}
}
Expand All @@ -88,7 +80,7 @@ npx @testplane/mcp@next
"mcpServers": {
"testplane-mcp": {
"command": "npx",
"args": ["@testplane/mcp@next"]
"args": ["@testplane/mcp@latest"]
}
}
}
Expand All @@ -103,7 +95,7 @@ npx @testplane/mcp@next
"mcpServers": {
"testplane-mcp": {
"command": "npx",
"args": ["@testplane/mcp@next"]
"args": ["@testplane/mcp@latest"]
}
}
}
Expand All @@ -118,7 +110,7 @@ npx @testplane/mcp@next
"mcpServers": {
"testplane-mcp": {
"command": "npx",
"args": ["@testplane/mcp@next"]
"args": ["@testplane/mcp@latest"]
}
}
}
Expand Down