@softspark/jira-mcp 1.13.0 → 1.14.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/README.md +27 -6
- package/dist/cli.js +47 -42
- package/dist/index.js +20 -20
- package/package.json +1 -1
- package/templates-system/locales/pl/comments/blocker-notification.md +26 -0
- package/templates-system/locales/pl/comments/bug-report.md +28 -0
- package/templates-system/locales/pl/comments/deployment-note.md +24 -0
- package/templates-system/locales/pl/comments/handoff-transition.md +28 -0
- package/templates-system/locales/pl/comments/review-request.md +26 -0
- package/templates-system/locales/pl/comments/sprint-update.md +24 -0
- package/templates-system/locales/pl/comments/status-update.md +24 -0
- package/templates-system/locales/pl/comments/time-log-summary.md +19 -0
package/README.md
CHANGED
|
@@ -4,15 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://github.com/softspark/jira-mcp/actions/workflows/ci.yml)
|
|
6
6
|
[](https://www.npmjs.com/package/@softspark/jira-mcp)
|
|
7
|
-
[](CHANGELOG.md)
|
|
8
8
|
[](LICENSE)
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
|
12
|
-
## What's New in v1.
|
|
12
|
+
## What's New in v1.14.1
|
|
13
13
|
|
|
14
|
-
-
|
|
15
|
-
-
|
|
14
|
+
- Polish versions of all eight built-in comment templates ship with the package. Until now a templated comment was English on every project, including one configured for another language.
|
|
15
|
+
- `jira-mcp template list-locales` shows which languages are available, and `jira-mcp template install-locale pl` installs them. Add `--keep-english` to keep the originals reachable as `<id>-en`.
|
|
16
|
+
- Fixed in 1.14.1: `jira-mcp --help` now lists both new commands.
|
|
16
17
|
- Released together with `@softspark/confluence-mcp` under one version. See the [changelog](../../CHANGELOG.md).
|
|
17
18
|
|
|
18
19
|
## Table of Contents
|
|
@@ -74,6 +75,8 @@ All configuration lives in `~/.softspark/jira-mcp/` (created by `jira-mcp config
|
|
|
74
75
|
| `jira-mcp template list [type]` | List active comment/task templates |
|
|
75
76
|
| `jira-mcp template show <type> <id>` | Show the active template file content |
|
|
76
77
|
| `jira-mcp template remove <type> <id>` | Remove a user-installed template override |
|
|
78
|
+
| `jira-mcp template list-locales` | List languages with shipped template translations |
|
|
79
|
+
| `jira-mcp template install-locale <lang> [--keep-english]` | Install the translated comment templates for a language |
|
|
77
80
|
| `jira-mcp config init` | Initialize global config at `~/.softspark/jira-mcp/` |
|
|
78
81
|
| `jira-mcp config add-project <key> <url>` | Add a Jira project to config |
|
|
79
82
|
| `jira-mcp config remove-project <key>` | Remove a project from config |
|
|
@@ -150,6 +153,24 @@ jira-mcp template add task ./my-bug-task.md
|
|
|
150
153
|
jira-mcp template list
|
|
151
154
|
```
|
|
152
155
|
|
|
156
|
+
### Translated templates
|
|
157
|
+
|
|
158
|
+
The shipped templates are English, and a template cannot pick a language at render time: its headings are fixed text in the body. On a project configured for another language, `add_templated_comment` would post an English comment and break the language-first rule.
|
|
159
|
+
|
|
160
|
+
The package ships translations under `templates-system/locales/<lang>/comments/`, installed as overrides:
|
|
161
|
+
|
|
162
|
+
```bash
|
|
163
|
+
jira-mcp template list-locales
|
|
164
|
+
jira-mcp template install-locale pl
|
|
165
|
+
jira-mcp template install-locale pl --keep-english # installs with several project languages
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
Each translation keeps the English `id` and the English variable names of the template it replaces, so it overrides cleanly and no existing `add_templated_comment` call breaks. Only the prose changes.
|
|
169
|
+
|
|
170
|
+
Installing a language makes it the default for **every** project, because the choice cannot be made per call. `--keep-english` additionally installs the originals as `<id>-en`, which is what you want when some projects are English and some are not.
|
|
171
|
+
|
|
172
|
+
**Restart your MCP client afterwards.** The template catalog is read once at server startup, so a running server keeps serving the templates it loaded and the next templated comment silently renders the old version.
|
|
173
|
+
|
|
153
174
|
## Usage with Claude Code
|
|
154
175
|
|
|
155
176
|
Add to your Claude Code MCP configuration (`~/.claude/claude_desktop_config.json` or project-level):
|
|
@@ -180,7 +201,7 @@ Or copy `rules/jira-mcp.md` to your ai-toolkit rules directory manually. The rul
|
|
|
180
201
|
- **Sync before read** -- cache may be stale
|
|
181
202
|
- **Status transitions** -- check valid transitions before changing status
|
|
182
203
|
- **Time format** -- `"2h 30m"`, never days
|
|
183
|
-
- **All 19 MCP tools** and **
|
|
204
|
+
- **All 19 MCP tools** and **23 CLI commands** reference
|
|
184
205
|
|
|
185
206
|
### AI Toolkit Hooks
|
|
186
207
|
|
|
@@ -253,7 +274,7 @@ src/
|
|
|
253
274
|
|
|
254
275
|
**Typed error hierarchy** -- 26 error classes with machine-readable codes. Every tool returns structured `{ success, error, code }` responses. No stack traces leak to MCP clients.
|
|
255
276
|
|
|
256
|
-
**Strict TypeScript** -- `strict: true`, no `any`, `readonly` interfaces, Zod validation at all boundaries,
|
|
277
|
+
**Strict TypeScript** -- `strict: true`, no `any`, `readonly` interfaces, Zod validation at all boundaries, 971 tests across 79 test files.
|
|
257
278
|
|
|
258
279
|
## Documentation
|
|
259
280
|
|