@atlassian-dc-mcp/jira 0.18.0 → 0.19.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 +19 -0
- package/README.md +12 -0
- package/build/setup.js +2 -2
- package/build/setup.js.map +1 -1
- package/package.json +3 -3
- package/src/setup.ts +2 -2
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.19.1](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.19.0...v0.19.1) (2026-05-24)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @atlassian-dc-mcp/jira
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [0.19.0](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.18.0...v0.19.0) (2026-04-27)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **setup:** add CLI flags and non-interactive mode ([7de53f0](https://github.com/b1ff/atlassian-dc-mcp/commit/7de53f0b23704e84324b59bbcb8d830a1596f44a))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [0.18.0](https://github.com/b1ff/atlassian-dc-mcp/compare/v0.17.1...v0.18.0) (2026-04-24)
|
|
7
26
|
|
|
8
27
|
|
package/README.md
CHANGED
|
@@ -31,6 +31,18 @@ After setup, you can launch the server without any environment variables:
|
|
|
31
31
|
|
|
32
32
|
Environment variables still override stored values — see [Configuration sources](#configuration-sources) below.
|
|
33
33
|
|
|
34
|
+
### Scripted / non-interactive setup
|
|
35
|
+
|
|
36
|
+
For CI, remote sessions, or shell scripts, pass values as flags and add `--non-interactive` to skip prompts:
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
npx @atlassian-dc-mcp/jira setup --non-interactive \
|
|
40
|
+
--host jira.example.com \
|
|
41
|
+
--token "$JIRA_TOKEN"
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
Available flags: `--host`/`-H`, `--api-base-path`/`-b`, `--token`/`-t`, `--default-page-size`/`-s`, `--non-interactive`/`-n`, `--help`/`-h`. In `--non-interactive` mode, missing values fall back to existing configuration and the run exits non-zero if a host (or full-URL `--api-base-path`) and token cannot be resolved. An existing token is reused when `--token` is omitted. Run `npx @atlassian-dc-mcp/jira setup --help` for full usage.
|
|
45
|
+
|
|
34
46
|
## Claude Desktop Configuration
|
|
35
47
|
|
|
36
48
|
To use this MCP connector with Claude Desktop, add the following to your Claude Desktop configuration:
|
package/build/setup.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { describeValidationError,
|
|
1
|
+
import { describeValidationError, runSetupCli } from '@atlassian-dc-mcp/common';
|
|
2
2
|
import { JIRA_PRODUCT } from './config.js';
|
|
3
3
|
import { JiraService } from './jira-service.js';
|
|
4
|
-
await
|
|
4
|
+
await runSetupCli(JIRA_PRODUCT, {
|
|
5
5
|
validateCredentials: async ({ host, apiBasePath, token }) => {
|
|
6
6
|
const service = new JiraService(host || undefined, token, apiBasePath || undefined);
|
|
7
7
|
try {
|
package/build/setup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setup.js","sourceRoot":"","sources":["../src/setup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,
|
|
1
|
+
{"version":3,"file":"setup.js","sourceRoot":"","sources":["../src/setup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAChF,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,WAAW,CAAC,YAAY,EAAE;IAC9B,mBAAmB,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,EAAE,EAAE;QAC1D,MAAM,OAAO,GAAG,IAAI,WAAW,CAAC,IAAI,IAAI,SAAS,EAAE,KAAK,EAAE,WAAW,IAAI,SAAS,CAAC,CAAC;QACpF,IAAI,CAAC;YACH,MAAM,OAAO,CAAC,aAAa,EAAE,CAAC;YAC9B,OAAO,EAAE,EAAE,EAAE,IAAI,EAAE,CAAC;QACtB,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,OAAO,EAAE,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,uBAAuB,CAAC,KAAK,CAAC,EAAE,CAAC;QAChE,CAAC;IACH,CAAC;CACF,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlassian-dc-mcp/jira",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.1",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": "./bin/run.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"test": "jest"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlassian-dc-mcp/common": "^0.
|
|
35
|
+
"@atlassian-dc-mcp/common": "^0.19.1",
|
|
36
36
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
37
37
|
"dotenv": "^16.4.7",
|
|
38
38
|
"zod": "^3.24.2"
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "31713c2d59cc2d333c3c67aad14432935a608ba3"
|
|
50
50
|
}
|
package/src/setup.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { describeValidationError,
|
|
1
|
+
import { describeValidationError, runSetupCli } from '@atlassian-dc-mcp/common';
|
|
2
2
|
import { JIRA_PRODUCT } from './config.js';
|
|
3
3
|
import { JiraService } from './jira-service.js';
|
|
4
4
|
|
|
5
|
-
await
|
|
5
|
+
await runSetupCli(JIRA_PRODUCT, {
|
|
6
6
|
validateCredentials: async ({ host, apiBasePath, token }) => {
|
|
7
7
|
const service = new JiraService(host || undefined, token, apiBasePath || undefined);
|
|
8
8
|
try {
|