mcp-jira-cloud 4.2.0 → 4.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 +6 -0
- package/README.md +0 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [4.2.1](https://github.com/tezaswi7222/jira-mcp/compare/v4.2.0...v4.2.1) (2026-02-20)
|
|
2
|
+
|
|
3
|
+
### 🐛 Bug Fixes
|
|
4
|
+
|
|
5
|
+
* Trigger pipeline ([0b45ff3](https://github.com/tezaswi7222/jira-mcp/commit/0b45ff3bc90ab05e26aa8fa68858315b037f85be))
|
|
6
|
+
|
|
1
7
|
## [4.2.0](https://github.com/tezaswi7222/jira-mcp/compare/v4.1.0...v4.2.0) (2026-02-20)
|
|
2
8
|
|
|
3
9
|
### ✨ Features
|
package/README.md
CHANGED
|
@@ -248,17 +248,6 @@ npm install -g mcp-jira-cloud
|
|
|
248
248
|
2. Click **Create API token**
|
|
249
249
|
3. Copy the token
|
|
250
250
|
|
|
251
|
-
### Configure Your AI Assistant
|
|
252
|
-
|
|
253
|
-
Choose the command based on your runtime:
|
|
254
|
-
|
|
255
|
-
| Runtime | Method | Command |
|
|
256
|
-
|---------|--------|---------|
|
|
257
|
-
| **Bun** | Run directly | `bunx mcp-jira-cloud@latest` |
|
|
258
|
-
| **Bun** | Global install | `bun install -g mcp-jira-cloud` → `jira-mcp` |
|
|
259
|
-
| **npm** | Run directly | `npx -y mcp-jira-cloud@latest` |
|
|
260
|
-
| **npm** | Global install | `npm i -g mcp-jira-cloud` → `jira-mcp` |
|
|
261
|
-
|
|
262
251
|
---
|
|
263
252
|
|
|
264
253
|
#### 📘 VS Code (GitHub Copilot)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-jira-cloud",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.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 74 tools for comprehensive Jira management.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|