@softspark/jira-mcp 1.12.0 → 1.13.0
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 +6 -7
- package/dist/cli.js +41 -41
- package/dist/index.js +25 -25
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,17 +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.13.0
|
|
13
13
|
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
- Fixed: `jira-mcp config add-project` and `remove-project` rebuilt `config.json` from a fixed field list, discarding `default_language` and, once Confluence spaces existed, the whole `spaces` section.
|
|
14
|
+
- No behaviour change in this package: same 19 tools, same CLI, same config path. It ships because the `{{variable}}` template engine moved into the shared package both servers bundle.
|
|
15
|
+
- All the new work is in [`@softspark/confluence-mcp`](../confluence-mcp): page templates and a fix for space keys that are not uppercase.
|
|
16
|
+
- Released together with `@softspark/confluence-mcp` under one version. See the [changelog](../../CHANGELOG.md).
|
|
18
17
|
|
|
19
18
|
## Table of Contents
|
|
20
19
|
|
|
@@ -254,7 +253,7 @@ src/
|
|
|
254
253
|
|
|
255
254
|
**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.
|
|
256
255
|
|
|
257
|
-
**Strict TypeScript** -- `strict: true`, no `any`, `readonly` interfaces, Zod validation at all boundaries,
|
|
256
|
+
**Strict TypeScript** -- `strict: true`, no `any`, `readonly` interfaces, Zod validation at all boundaries, 953 tests across 78 test files.
|
|
258
257
|
|
|
259
258
|
## Documentation
|
|
260
259
|
|