@tugudush/bitbucket-mcp 1.4.2 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,6 +37,13 @@ export BITBUCKET_API_TOKEN="your-api-token"
|
|
|
37
37
|
export BITBUCKET_EMAIL="your-atlassian-email"
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
+
> 💡 **How to create an API Token:**
|
|
41
|
+
> 1. Go to [https://id.atlassian.com/manage-profile/security/api-tokens](https://id.atlassian.com/manage-profile/security/api-tokens)
|
|
42
|
+
> 2. Click "Create API token"
|
|
43
|
+
> 3. Enter a label (e.g., "Bitbucket MCP Server")
|
|
44
|
+
> 4. Copy the generated token and use it as `BITBUCKET_API_TOKEN`
|
|
45
|
+
> 5. Use your Atlassian account email as `BITBUCKET_EMAIL`
|
|
46
|
+
|
|
40
47
|
**App Passwords (Legacy - deprecated Sept 9, 2025)**
|
|
41
48
|
```bash
|
|
42
49
|
export BITBUCKET_USERNAME="your-username"
|