9 lines
303 B
Plaintext
9 lines
303 B
Plaintext
# Copy this file to scripts/mcp/.env and replace the placeholder values.
|
|
# The real .env file is ignored by git.
|
|
|
|
ALPACA_API_KEY=your_alpaca_api_key
|
|
ALPACA_SECRET_KEY=your_alpaca_secret_key
|
|
|
|
# Optional: set to true for paper trading if supported by the installed server version.
|
|
ALPACA_PAPER_TRADE=true
|