@juspay/yama 2.4.0 → 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 +14 -0
- package/README.md +1 -1
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
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
|
+
|
|
8
|
+
## [2.4.1](https://github.com/juspay/yama/compare/v2.4.0...v2.4.1) (2026-04-16)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** pin undici to 5.x for Node 20 compatibility ([c8f92de](https://github.com/juspay/yama/commit/c8f92de3009f20f451d1848a568912d4c752a024))
|
|
14
|
+
|
|
1
15
|
# [2.4.0](https://github.com/juspay/yama/compare/v2.3.0...v2.4.0) (2026-04-15)
|
|
2
16
|
|
|
3
17
|
|
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.
|
|
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.
|
|
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",
|
|
@@ -158,7 +158,8 @@
|
|
|
158
158
|
"esbuild"
|
|
159
159
|
],
|
|
160
160
|
"overrides": {
|
|
161
|
-
"@semantic-release/npm": "^13.1.2"
|
|
161
|
+
"@semantic-release/npm": "^13.1.2",
|
|
162
|
+
"undici": "^5.28.5"
|
|
162
163
|
}
|
|
163
164
|
},
|
|
164
165
|
"lint-staged": {
|