@juspay/yama 2.4.1 → 2.4.2

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.4.2](https://github.com/juspay/yama/compare/v2.4.1...v2.4.2) (2026-04-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **docs:** list get_file_blame in Bitbucket MCP tools ([c5f2ab6](https://github.com/juspay/yama/commit/c5f2ab6315fa4ac76b9dc6ec34631409e1647ffa))
7
+
1
8
  ## [2.4.1](https://github.com/juspay/yama/compare/v2.4.0...v2.4.1) (2026-04-16)
2
9
 
3
10
 
package/README.md CHANGED
@@ -350,7 +350,7 @@ Yama uses MCP (Model Context Protocol) servers for tool access:
350
350
  ### Bitbucket MCP
351
351
 
352
352
  - **Package**: `@nexus2520/bitbucket-mcp-server`
353
- - **Tools**: get_pull_request, add_comment, search_code, etc.
353
+ - **Tools**: get_pull_request, add_comment, search_code, get_file_blame, etc.
354
354
  - **Status**: Production ready
355
355
 
356
356
  ### Jira MCP
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juspay/yama",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "Enterprise-grade Pull Request automation toolkit with AI-powered code review and description enhancement",
5
5
  "keywords": [
6
6
  "pr",
@@ -91,7 +91,7 @@
91
91
  "dependencies": {
92
92
  "@juspay/neurolink": "^9.42.0",
93
93
  "langfuse": "^3.35.0",
94
- "@nexus2520/bitbucket-mcp-server": "2.0.3",
94
+ "@nexus2520/bitbucket-mcp-server": "2.0.4",
95
95
  "@nexus2520/jira-mcp-server": "^1.1.1",
96
96
  "chalk": "^4.1.2",
97
97
  "commander": "^11.0.0",