Initial commit: Hybrid MCP Light setup for Schwab
Some checks failed
Build and Push Docker Image / build (push) Failing after 48s

This commit is contained in:
2026-04-24 01:31:55 +00:00
commit 299b1bbc5e
11 changed files with 2315 additions and 0 deletions

16
.env.example Normal file
View File

@@ -0,0 +1,16 @@
# Schwab API Credentials (required)
# Get these from https://developer.schwab.com after app approval
SCHWAB_API_KEY=your_app_key
SCHWAB_APP_SECRET=your_app_secret
SCHWAB_CALLBACK_URL=https://127.0.0.1:8182
SCHWAB_TOKEN_PATH=/data/token.json
# Trading Permissions (optional)
# ALLOW_TRADING must be "true" to enable any write operations
# TRADING_ACCOUNTS: comma-separated account hashes, or "ALL"
# If ALLOW_TRADING=true but TRADING_ACCOUNTS is empty, no accounts can trade (safe default)
ALLOW_TRADING=false
TRADING_ACCOUNTS=
# Server Configuration (optional)
# PORT=8000