@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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tugudush/bitbucket-mcp",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "A Model Context Protocol server for Bitbucket with read-only operations",
5
5
  "type": "module",
6
6
  "main": "build/index.js",