@softspark/jira-mcp 1.11.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 CHANGED
@@ -4,16 +4,16 @@
4
4
 
5
5
  [![CI](https://github.com/softspark/jira-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/softspark/jira-mcp/actions/workflows/ci.yml)
6
6
  [![npm](https://img.shields.io/npm/v/@softspark/jira-mcp)](https://www.npmjs.com/package/@softspark/jira-mcp)
7
- [![version](https://img.shields.io/badge/version-1.11.0-blue)](CHANGELOG.md)
7
+ [![version](https://img.shields.io/badge/version-1.13.0-blue)](CHANGELOG.md)
8
8
  [![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
9
9
 
10
10
  ---
11
11
 
12
- ## What's New in v1.11.0
12
+ ## What's New in v1.13.0
13
13
 
14
- - `jira-mcp audit --json` and `--sarif` inspect local permissions and the shipped comment hook without contacting Jira.
15
- - New configuration/cache directories are private, and the state file is created with mode 0600.
16
- - CI checks the complete applicable module artifact and SOP set. Documentation changes travel with their behavior changes.
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).
17
17
 
18
18
  ## Table of Contents
19
19
 
@@ -249,11 +249,11 @@ src/
249
249
 
250
250
  **Per-instance credentials** -- different API tokens per Jira instance URL. Single-credential format still works (backward compatible). See [Configuration](kb/reference/configuration.md).
251
251
 
252
- **Supply chain protection** -- `ignore-scripts=true`, no axios, no dynamic requires. Self-contained 540KB library bundle, 1 runtime dep (commander).
252
+ **Supply chain protection** -- `ignore-scripts=true`, no axios, no dynamic requires. Self-contained 548KB library bundle, 1 runtime dep (commander).
253
253
 
254
- **Typed error hierarchy** -- 20 error classes with machine-readable codes. Every tool returns structured `{ success, error, code }` responses. No stack traces leak to MCP clients.
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.
255
255
 
256
- **Strict TypeScript** -- `strict: true`, no `any`, `readonly` interfaces, Zod validation at all boundaries, 710 tests across 67 test files.
256
+ **Strict TypeScript** -- `strict: true`, no `any`, `readonly` interfaces, Zod validation at all boundaries, 953 tests across 78 test files.
257
257
 
258
258
  ## Documentation
259
259