Skip to content

Commit 4a9f213

Browse files
chore(release): 1.37.1 [skip ci]
## [1.37.1](v1.37.0...v1.37.1) (2025-06-22) ### Bug Fixes * change default transport from HTTP to STDIO for proper MCP client integration ([505d0a1](505d0a1))
1 parent 505d0a1 commit 4a9f213

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.37.1](https://github.com/aashari/mcp-server-atlassian-jira/compare/v1.37.0...v1.37.1) (2025-06-22)
2+
3+
4+
### Bug Fixes
5+
6+
* change default transport from HTTP to STDIO for proper MCP client integration ([505d0a1](https://github.com/aashari/mcp-server-atlassian-jira/commit/505d0a18f9c984de8ef52a2138970f90b69b7d5a))
7+
18
# [1.37.0](https://github.com/aashari/mcp-server-atlassian-jira/compare/v1.36.1...v1.37.0) (2025-06-22)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aashari/mcp-server-atlassian-jira",
3-
"version": "1.37.0",
3+
"version": "1.37.1",
44
"description": "Node.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)