14 lines
471 B
Bash
14 lines
471 B
Bash
# Environment variables for mcp_server MCP server
|
|
#
|
|
# Copy this file to .env and fill in your values:
|
|
# cp .env.example .env
|
|
#
|
|
# The .env file will be automatically discovered when running your server,
|
|
# even from subdirectories like src/mcp_server/.
|
|
#
|
|
# IMPORTANT: Never commit your .env file to version control!
|
|
|
|
# Example secret used by the whisper_secret tool
|
|
# Replace with your actual secret value
|
|
MY_SECRET_KEY="Your tools can have secrets injected at runtime!"
|