From 942a9e16a8bc9525da20a1bdb91a825781397476 Mon Sep 17 00:00:00 2001 From: Dmitriy Lapin Date: Sat, 10 May 2025 00:32:16 +0300 Subject: [PATCH] docs: add installation instructions for BoltAI integration --- docs/README.ru.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/README.ru.md b/docs/README.ru.md index 1890553..1eeaeaf 100644 --- a/docs/README.ru.md +++ b/docs/README.ru.md @@ -171,6 +171,21 @@ claude mcp add context7 -- npx -y @upstash/context7-mcp@latest } ``` +### Установка в BoltAI + +Откройте страницу "Settings", перейдите в "Plugins" и добавьте следующие JSON-строки: + +```json +{ + "mcpServers": { + "context7": { + "args": ["-y", "@upstash/context7-mcp@latest"], + "command": "npx" + } + } +} +``` + ### Используя Docker Если вы предпочитаете запускать MCP сервер в Docker контейнере: