@tugudush/bitbucket-mcp 2.0.0 → 2.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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,6 +22,11 @@ A **read-only** Model Context Protocol (MCP) server that provides secure access
|
|
|
22
22
|
npm install -g @tugudush/bitbucket-mcp
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
+
**Updating to the latest version:**
|
|
26
|
+
```bash
|
|
27
|
+
npm update -g @tugudush/bitbucket-mcp
|
|
28
|
+
```
|
|
29
|
+
|
|
25
30
|
### Option 2: Build from Source
|
|
26
31
|
```bash
|
|
27
32
|
git clone https://github.com/tugudush/bitbucket-mcp.git
|