bcs-mcp 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,6 +12,8 @@ MCP-клиент) к [BCS Trade API](https://trade-api.bcs.ru/). Смотри п
12
12
  Собран по образу и подобию [t-invest-mcp](https://github.com/human-turn/t-invest-mcp)
13
13
  (аналогичный сервер для Т-Инвестиций) — та же модель безопасности и файловых выгрузок.
14
14
 
15
+ ![Демо: портфель БКС на естественном языке — вопросы и покупка с подтверждением](docs/demo.gif)
16
+
15
17
  ## Почему это безопасно
16
18
 
17
19
  - **Read-only по умолчанию.** Торговые операции даже не регистрируются, пока ты их
@@ -61,6 +63,8 @@ MCP-клиент) к [BCS Trade API](https://trade-api.bcs.ru/). Смотри п
61
63
 
62
64
  В Claude Code появляются как `/bcs:<имя>`:
63
65
 
66
+ ![Демо: квартальный ритуал одной командой](docs/demo-rituals.gif)
67
+
64
68
  | Команда | Что делает |
65
69
  |---|---|
66
70
  | `portfolio_review` | Полный обзор: структура, концентрация, риски |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bcs-mcp",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "MCP server for BCS Trade API (БКС Мир инвестиций): portfolio, market data, instruments, optional trading with human confirmation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",