@juspay/yama 2.2.0 → 2.2.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.
- package/CHANGELOG.md +7 -0
- package/dist/v2/core/MCPServerManager.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [2.2.1](https://github.com/juspay/yama/compare/v2.2.0...v2.2.1) (2026-02-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **version:** Added commit for version bump ([818cfae](https://github.com/juspay/yama/commit/818cfaeff0a3476dd2e4c1a3c22cd973882dfbf1))
|
|
7
|
+
|
|
1
8
|
# [2.2.0](https://github.com/juspay/yama/compare/v2.1.0...v2.2.0) (2026-01-28)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -40,7 +40,7 @@ export class MCPServerManager {
|
|
|
40
40
|
// Hardcoded Bitbucket MCP configuration
|
|
41
41
|
await neurolink.addExternalMCPServer("bitbucket", {
|
|
42
42
|
command: "npx",
|
|
43
|
-
args: ["-y", "@nexus2520/bitbucket-mcp-server"],
|
|
43
|
+
args: ["-y", "@nexus2520/bitbucket-mcp-server@latest"],
|
|
44
44
|
transport: "stdio",
|
|
45
45
|
env: {
|
|
46
46
|
BITBUCKET_USERNAME: process.env.BITBUCKET_USERNAME,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juspay/yama",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "Enterprise-grade Pull Request automation toolkit with AI-powered code review and description enhancement",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pr",
|
|
@@ -83,9 +83,9 @@
|
|
|
83
83
|
"check:all": "npm run lint && npm run format --check && npm run validate && npm run validate:commit"
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"@juspay/neurolink": "^
|
|
86
|
+
"@juspay/neurolink": "^9.12.0",
|
|
87
87
|
"langfuse": "^3.35.0",
|
|
88
|
-
"@nexus2520/bitbucket-mcp-server": "
|
|
88
|
+
"@nexus2520/bitbucket-mcp-server": "1.4.1",
|
|
89
89
|
"@nexus2520/jira-mcp-server": "^1.0.1",
|
|
90
90
|
"chalk": "^4.1.2",
|
|
91
91
|
"commander": "^11.0.0",
|