@tugudush/bitbucket-mcp 1.2.0 → 1.3.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.
- package/README.md +8 -0
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -241,6 +241,14 @@ 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
|
+
[](https://github.com/sponsors/tugudush)
|
|
249
|
+
|
|
250
|
+
You can also run `npm fund` in your project to see funding information.
|
|
251
|
+
|
|
244
252
|
## Roadmap
|
|
245
253
|
|
|
246
254
|
Future enhancements (all read-only):
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tugudush/bitbucket-mcp",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.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,10 @@
|
|
|
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
|
+
"type": "github",
|
|
43
|
+
"url": "https://github.com/sponsors/tugudush"
|
|
44
|
+
},
|
|
41
45
|
"dependencies": {
|
|
42
46
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
43
47
|
"zod": "^3.22.0",
|