fixture: reference MCP server (echo/add/whoami); finding: arcade deploy is cloud-only

This commit is contained in:
2026-06-18 11:14:50 -04:00
parent 619e6d833e
commit beb17c0a8f
6 changed files with 108 additions and 3 deletions
+13
View File
@@ -0,0 +1,13 @@
# 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!"