@tugudush/bitbucket-mcp 1.2.0 → 1.4.0

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 +37 -0
  2. package/package.json +11 -1
package/README.md CHANGED
@@ -241,6 +241,43 @@ The server implements tools for the most commonly used Bitbucket API endpoints:
241
241
  4. Add tests if applicable
242
242
  5. Submit a pull request
243
243
 
244
+ ## Support
245
+
246
+ If you find this project helpful, please consider supporting its development:
247
+
248
+ ### Traditional Sponsorship
249
+ [![GitHub Sponsors](https://img.shields.io/badge/Sponsor-GitHub-pink?logo=github)](https://github.com/sponsors/tugudush)
250
+
251
+ ### Crypto Donations
252
+
253
+ Support this project with cryptocurrency:
254
+
255
+ **Bitcoin (BTC)**
256
+ ```
257
+ 17v2iVCXoxrKMdnUTEqETGfjxUXNnhyE2k
258
+ ```
259
+
260
+ **Ethereum (ETH)**
261
+ ```
262
+ 0xc924d430473bfec6d51e3aac5f4dd9adbe77e84e
263
+ ```
264
+
265
+ **Ripple (XRP)**
266
+ ```
267
+ Address:
268
+ rpWJmMcPM4ynNfvhaZFYmPhBq5FYfDJBZu
269
+
270
+ Destination Tag:
271
+ 1135041300
272
+ ```
273
+
274
+ **Solana (SOL)**
275
+ ```
276
+ 89pm44ME76HxrCXtWxotjvkoXHNYFAfkzP8GS88pg7Fg
277
+ ```
278
+
279
+ You can also run `npm fund` in your project to see all funding information.
280
+
244
281
  ## Roadmap
245
282
 
246
283
  Future enhancements (all read-only):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tugudush/bitbucket-mcp",
3
- "version": "1.2.0",
3
+ "version": "1.4.0",
4
4
  "description": "A Model Context Protocol server for Bitbucket with read-only operations",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
@@ -38,6 +38,16 @@
38
38
  "url": "https://github.com/tugudush/bitbucket-mcp/issues"
39
39
  },
40
40
  "homepage": "https://github.com/tugudush/bitbucket-mcp#readme",
41
+ "funding": [
42
+ {
43
+ "type": "github",
44
+ "url": "https://github.com/sponsors/tugudush"
45
+ },
46
+ {
47
+ "type": "custom",
48
+ "url": "https://github.com/tugudush/bitbucket-mcp#crypto-donations"
49
+ }
50
+ ],
41
51
  "dependencies": {
42
52
  "@modelcontextprotocol/sdk": "^1.0.0",
43
53
  "zod": "^3.22.0",