chore: init Cerbero_mcp from Cerbero@pre-split-2026-04-27
This commit is contained in:
+38
@@ -0,0 +1,38 @@
|
|||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
.pytest_cache/
|
||||||
|
*.egg-info/
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
.coverage
|
||||||
|
htmlcov/
|
||||||
|
.venv/
|
||||||
|
.venv-v2/
|
||||||
|
|
||||||
|
# Secrets
|
||||||
|
secrets/*
|
||||||
|
!secrets/.gitkeep
|
||||||
|
|
||||||
|
# Data
|
||||||
|
data/
|
||||||
|
services/*/build/
|
||||||
|
services/*/dist/
|
||||||
|
services/*/.pytest_cache/
|
||||||
|
services/*/*.egg-info/
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
|
||||||
|
# Environment files — keep only .example tracked
|
||||||
|
*.env
|
||||||
|
!*.env.example
|
||||||
|
config/*.env
|
||||||
|
!config/*.env.example
|
||||||
|
.omc/
|
||||||
|
|
||||||
|
# MCP config con token (solo .example tracciato)
|
||||||
|
.mcp.json
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
# Cerbero_mcp
|
||||||
|
|
||||||
|
Server MCP riusabili (exchange + market data) per la suite Cerbero.
|
||||||
|
Spinta da `Cerbero/` (commit `pre-split-2026-04-27`) come parte dello
|
||||||
|
split documentato in `docs/superpowers/specs/2026-04-27-split-mcp-core-design.md`
|
||||||
|
(nel repo storico).
|
||||||
|
|
||||||
|
## Servizi
|
||||||
|
- `mcp-alpaca`, `mcp-bybit`, `mcp-deribit`, `mcp-hyperliquid` — exchange
|
||||||
|
con `place_order`, `environment_info`, leverage cap server-side
|
||||||
|
- `mcp-macro`, `mcp-sentiment` — read-only market data
|
||||||
|
|
||||||
|
## Avvio locale
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker compose up -d
|
||||||
|
bash tests/smoke/run.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
## Configurazione
|
||||||
|
|
||||||
|
Vedi `secrets/*.json` e variabili `*_TESTNET` / `ALPACA_PAPER` in
|
||||||
|
`docker-compose.yml` per override ambiente.
|
||||||
Reference in New Issue
Block a user