BITBUCKET_MCP_EMAIL=your_email@example.com BITBUCKET_MCP_TOKEN=your_api_token # Find these in your Bitbucket repo URL: https://bitbucket.org/my-workspace/my-repo/pull-requests DEFAULT_WORKSPACE=my-workspace DEFAULT_REPO=my-repo # Integration test write operations # --------------------------------------------------------------------------------- # Set RUN_WRITE_TESTS=true to enable tests that create/modify/delete data. # # TEST_PR_ID must also be set — write tests will only run against this specific PR # to avoid accidentally modifying unrelated pull requests. # --------------------------------------------------------------------------------- # RUN_WRITE_TESTS=true # TEST_PR_ID=123 # ---------------------------------------------------------------------------------