mcp-jira-cloud 4.3.0 → 4.3.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 +6 -0
- package/README.md +12 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [4.3.1](https://github.com/tezaswi7222/jira-mcp/compare/v4.3.0...v4.3.1) (2026-05-09)
|
|
2
|
+
|
|
3
|
+
### 🐛 Bug Fixes
|
|
4
|
+
|
|
5
|
+
* trigger patch release for README.md update ([2d34290](https://github.com/tezaswi7222/jira-mcp/commit/2d34290c765edfb6bf6399f6ff9937fd07df15d0))
|
|
6
|
+
|
|
1
7
|
## [4.3.0](https://github.com/tezaswi7222/jira-mcp/compare/v4.2.1...v4.3.0) (2026-05-09)
|
|
2
8
|
|
|
3
9
|
### ✨ Features
|
package/README.md
CHANGED
|
@@ -947,7 +947,18 @@ bun pm cache rm
|
|
|
947
947
|
|
|
948
948
|
## 🆕 What's New
|
|
949
949
|
|
|
950
|
-
###
|
|
950
|
+
### 🚀 v4.3.0 (Latest)
|
|
951
|
+
|
|
952
|
+
| Feature | Description |
|
|
953
|
+
|---------|-------------|
|
|
954
|
+
| 🧩 **Modular Architecture** | Tools refactored into modular, organized files (`src/tools/`) |
|
|
955
|
+
| 🚀 **Expanded Toolset** | Now 91 tools, including new Agile, Worklog, and Metadata functions |
|
|
956
|
+
| 🛡️ **Improved Tooling** | Standardized authentication (`withClient`) & annotation presets |
|
|
957
|
+
| ✅ **Test Suite** | Integrated Vitest for robust unit testing across the codebase |
|
|
958
|
+
|
|
959
|
+
---
|
|
960
|
+
|
|
961
|
+
### 🥟 v4.2.0
|
|
951
962
|
|
|
952
963
|
| Feature | Description |
|
|
953
964
|
|---------|-------------|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-jira-cloud",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.1",
|
|
4
4
|
"description": "A Model Context Protocol (MCP) server for Jira Cloud integration. Enables AI assistants like GitHub Copilot and Claude to search issues, manage tickets, log work, handle sprints, and interact with your Jira instance seamlessly. Features 91 tools for comprehensive Jira management.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|