-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
17 lines (16 loc) · 1.02 KB
/
Copy path.env.example
File metadata and controls
17 lines (16 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ─────────────────────────────────────────────────────────────────────────────
# trading-mcp configuration — ALL OPTIONAL.
#
# Read/analytics tools (GEX, vanna, skew, flow, vol surface, indicators, klines,
# funding, OI, options chain, IV-RV, strategy analysis) use Bybit PUBLIC market
# data and need NO credentials.
#
# Only the two user-position tools require an API key:
# get_user_options_positions, get_user_all_positions
# A read-only Bybit API key is sufficient (and recommended).
# ─────────────────────────────────────────────────────────────────────────────
BYBIT_API_KEY=
BYBIT_API_SECRET=
# Logging (MCP speaks JSON-RPC over stdio, so logs go to a file, never stdout):
# MCP_LOG_FILE=/tmp/mcp-trading.log
# DEBUG_MCP=1