@or2ooo/bitbucket-mcp 1.0.0 → 1.0.1
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 +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,7 +46,6 @@ One command — no clone or build needed:
|
|
|
46
46
|
claude mcp add bitbucket \
|
|
47
47
|
-e ATLASSIAN_USER_EMAIL=your-email@example.com \
|
|
48
48
|
-e ATLASSIAN_API_TOKEN=your-api-token \
|
|
49
|
-
-e BITBUCKET_DEFAULT_WORKSPACE=your-workspace \
|
|
50
49
|
-e BITBUCKET_READONLY=false \
|
|
51
50
|
-- npx -y @or2ooo/bitbucket-mcp@latest
|
|
52
51
|
```
|
|
@@ -67,7 +66,6 @@ npm install && npm run build
|
|
|
67
66
|
claude mcp add bitbucket \
|
|
68
67
|
-e ATLASSIAN_USER_EMAIL=your-email@example.com \
|
|
69
68
|
-e ATLASSIAN_API_TOKEN=your-api-token \
|
|
70
|
-
-e BITBUCKET_DEFAULT_WORKSPACE=your-workspace \
|
|
71
69
|
-e BITBUCKET_READONLY=true \
|
|
72
70
|
-- node $(pwd)/dist/index.js
|
|
73
71
|
```
|