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.
- package/README.md +4 -0
- 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
|
+

|
|
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
|
+

|
|
67
|
+
|
|
64
68
|
| Команда | Что делает |
|
|
65
69
|
|---|---|
|
|
66
70
|
| `portfolio_review` | Полный обзор: структура, концентрация, риски |
|
package/package.json
CHANGED