Files
webshare-api/.env.example
Michal Pemcak 3032f2ea85 Switch MCP transport from stdio to Streamable HTTP
Mount POST /mcp on the main Express app (stateless Streamable HTTP).
Keep optional MCP-only HTTP process via npm run mcp. Update docs.
2026-08-07 08:51:59 +02:00

22 lines
557 B
Plaintext

PORT=3001
BASE_URL=http://webshare-api:3001
WEBSHARE_USERNAME=
WEBSHARE_PASSWORD=
# MCP Streamable HTTP (mounted on the main app at POST /mcp)
# MCP_ENABLED=true
# MCP_PATH=/mcp
# Host path mounted into the container (compose.yaml)
# DOWNLOAD_HOST_PATH=./data/webshare
# Optional: periodic Sonarr missing-episode search
# SONARR_URL=http://sonarr:8989
# SONARR_API_KEY=
# SONARR_SEARCH_INTERVAL_HOURS=2
# Optional download paths inside the container (fake qBittorrent)
# DOWNLOAD_PATH=/downloads/webshare
# MEDIA_ROOT=/data
# MAX_CONCURRENT_DOWNLOADS=2