Skip to content

Commit 20ad565

Browse files
committed
Merge branch 'master' into improve-update-pull-request
2 parents 1d57cad + 20355fc commit 20ad565

File tree

12 files changed

+70
-10
lines changed

12 files changed

+70
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.14.1](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.14.0...v0.14.1) (2026-04-01)
7+
8+
9+
### Bug Fixes
10+
11+
* use proper version for MCP server responces ([d1f5e5b](https://github.com/b1ff/atlassian-dc-mcp/commit/d1f5e5b59c592921f940916af008363414aa4c0e))
12+
13+
14+
15+
16+
617
# [0.14.0](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.13.0...v0.14.0) (2026-03-23)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"packages": [
55
"packages/*"
66
],

packages/bitbucket/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.14.1](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.14.0...v0.14.1) (2026-04-01)
7+
8+
9+
### Bug Fixes
10+
11+
* use proper version for MCP server responces ([d1f5e5b](https://github.com/b1ff/atlassian-dc-mcp/commit/d1f5e5b59c592921f940916af008363414aa4c0e))
12+
13+
14+
15+
16+
617
# [0.14.0](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.13.0...v0.14.0) (2026-03-23)
718

819

packages/bitbucket/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atlassian-dc-mcp/bitbucket",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"main": "build/index.js",
55
"type": "module",
66
"bin": "./bin/run.js",
@@ -14,7 +14,7 @@
1414
"test": "jest"
1515
},
1616
"dependencies": {
17-
"@atlassian-dc-mcp/common": "^0.14.0",
17+
"@atlassian-dc-mcp/common": "^0.14.1",
1818
"@modelcontextprotocol/sdk": "^1.27.1",
1919
"dotenv": "^16.4.7",
2020
"node-fetch": "^3.3.2",

packages/common/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.14.1](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.14.0...v0.14.1) (2026-04-01)
7+
8+
**Note:** Version bump only for package @atlassian-dc-mcp/common
9+
10+
11+
12+
13+
614
# [0.14.0](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.13.0...v0.14.0) (2026-03-23)
715

816
**Note:** Version bump only for package @atlassian-dc-mcp/common

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atlassian-dc-mcp/common",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"main": "build/index.js",
55
"type": "module",
66
"private": false,

packages/confluence/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.14.1](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.14.0...v0.14.1) (2026-04-01)
7+
8+
9+
### Bug Fixes
10+
11+
* use proper version for MCP server responces ([d1f5e5b](https://github.com/b1ff/atlassian-dc-mcp/commit/d1f5e5b59c592921f940916af008363414aa4c0e))
12+
13+
14+
15+
16+
617
# [0.14.0](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.13.0...v0.14.0) (2026-03-23)
718

819
**Note:** Version bump only for package @atlassian-dc-mcp/confluence

packages/confluence/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atlassian-dc-mcp/confluence",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"main": "build/index.js",
55
"type": "module",
66
"bin": "./bin/run.js",
@@ -14,7 +14,7 @@
1414
"test": "jest --passWithNoTests"
1515
},
1616
"dependencies": {
17-
"@atlassian-dc-mcp/common": "^0.14.0",
17+
"@atlassian-dc-mcp/common": "^0.14.1",
1818
"@modelcontextprotocol/sdk": "^1.27.1",
1919
"dotenv": "^16.4.7",
2020
"node-fetch": "^3.3.2",

packages/confluence/src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ import { connectServer, createMcpServer, formatToolResponse, initializeRuntimeCo
22
import { ConfluenceService, ConfluenceContent, confluenceToolSchemas } from './confluence-service.js';
33
import { shapeConfluenceMutationAck } from './confluence-response-mapper.js';
44
import { getConfluenceRuntimeConfig, getDefaultPageSize } from './config.js';
5+
import { createRequire } from 'node:module';
6+
7+
const require = createRequire(import.meta.url);
8+
const { version } = require('../package.json');
59

610
initializeRuntimeConfig();
711

@@ -26,7 +30,7 @@ const confluenceInstanceType = "Confluence Data Center edition instance";
2630
// Initialize MCP server
2731
const server = createMcpServer({
2832
name: "atlassian-confluence-mcp",
29-
version: "1.0.0"
33+
version
3034
});
3135

3236
// Add Confluence content tools

packages/jira/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.14.1](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.14.0...v0.14.1) (2026-04-01)
7+
8+
9+
### Bug Fixes
10+
11+
* use proper version for MCP server responces ([d1f5e5b](https://github.com/b1ff/atlassian-dc-mcp/commit/d1f5e5b59c592921f940916af008363414aa4c0e))
12+
13+
14+
15+
16+
617
# [0.14.0](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.13.0...v0.14.0) (2026-03-23)
718

819
**Note:** Version bump only for package @atlassian-dc-mcp/jira

0 commit comments

Comments
 (0)