# Sopo Backend URL (where sopo_backend is running)
SOPO_BACKEND_URL=https://sopo-backend-ebbe5030f148.hosted.ghaymah.systems

# Authentication: Provide a valid JWT access token for the Sopo Backend.
# This token is used by the MCP server to authenticate all API calls.
# You can obtain this token by signing in through the Sopo Backend auth endpoints.
SOPO_ACCESS_TOKEN=your_jwt_access_token_here
