# Bitbucket MCP Server Configuration
# Required: Your Bitbucket workspace ID (find in your workspace URL)
BITBUCKET_WORKSPACE=your-workspace
# Required: Your Bitbucket username
BITBUCKET_USERNAME=your-username
# Required: Your Bitbucket app password (NOT your main password)
# Create one at: https://bitbucket.org/account/settings/app-passwords/
BITBUCKET_APP_PASSWORD=your-app-password
# Optional: Default repository slug to use
BITBUCKET_DEFAULT_REPO=your-repo
# Optional: Logging level (debug, info, warn, error)
LOG_LEVEL=info