Skip to content

Commit 7bd595c

Browse files
committed
fix: fix formatting
1 parent 160b265 commit 7bd595c

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

blog/mcp-release.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,15 @@ Testplane MCP — не единственная реализация возмо
182182

183183
- Очень компактные и гибкие снапшоты страниц, модели не нужно работать со скриншотами. Это значительная экономия токенов API LLM.
184184

185-
Как пример — полный исходник `https://ya.ru` занимает ~260,000 символов, а компактный снапшот — лишь ~9,000.
185+
Как пример — полный исходник `https://ya.ru` занимает ~260,000 символов, а компактный снапшот — лишь ~9,000.
186186

187-
<details>
188-
<summary>Пример снапшота</summary>
187+
<details>
189188

190-
<SnapshotExample />
189+
<summary>Пример снапшота</summary>
191190

192-
</details>
191+
<SnapshotExample />
192+
193+
</details>
193194

194195
- Бесшовная интеграция с экосистемой Testplane, которая в будущем будет только улучшаться. Например, каждый ответ сервера содержит код, который был запущен, чтобы модель могла встроить его в тесты.
195196

i18n/en/docusaurus-plugin-content-blog/mcp-release.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,15 @@ Currently, Testplane MCP provides the following advantages:
182182

183183
- Very compact and flexible page snapshots, models don't need to work with screenshots. This significantly saves LLM API token usage.
184184

185-
As an example — the full source code of `https://ya.ru` takes ~260,000 characters, while a compact snapshot takes only ~9,000.
185+
As an example — the full source code of `https://ya.ru` takes ~260,000 characters, while a compact snapshot takes only ~9,000.
186186

187-
<details>
188-
<summary>Snapshot example</summary>
187+
<details>
189188

190-
<SnapshotExample />
189+
<summary>Snapshot example</summary>
191190

192-
</details>
191+
<SnapshotExample />
192+
193+
</details>
193194

194195
- Seamless integration with the Testplane ecosystem, which will only improve in the future. For example, each server response contains the code that was executed, so the model can embed it into tests.
195196

0 commit comments

Comments
 (0)