From 971dad344060e4dc960dfb8eb63700e3cc2e9626 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 23:51:33 +0000 Subject: [PATCH 1/2] chore(main): release mcp-pirsch 0.1.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- server.json | 4 ++-- 5 files changed, 23 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..c05df9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd0d4c..a8a1957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ This changelog is automatically managed by [Release Please](https://github.com/googleapis/release-please). +## [0.1.3](https://github.com/verygoodplugins/mcp-pirsch/compare/mcp-pirsch-v0.1.2...mcp-pirsch-v0.1.3) (2026-08-25) + + +### Features + +* **client:** add isolated Pirsch API v1 read foundation ([#37](https://github.com/verygoodplugins/mcp-pirsch/issues/37)) ([d196f5f](https://github.com/verygoodplugins/mcp-pirsch/commit/d196f5f9537e7e72ce94989787c503b9da4a0cad)) +* **server:** cut over stdio entrypoint to v2 tools ([#53](https://github.com/verygoodplugins/mcp-pirsch/issues/53)) ([1414daf](https://github.com/verygoodplugins/mcp-pirsch/commit/1414daf2c3b998bf69850a90a48b16aeca5188ee)) + + +### Bug Fixes + +* **ci:** request merge queue checks explicitly ([#58](https://github.com/verygoodplugins/mcp-pirsch/issues/58)) ([9fe3456](https://github.com/verygoodplugins/mcp-pirsch/commit/9fe3456670a3f41d801478633fd6f06c66bade23)) +* exit orphaned stdio MCP servers on parent death ([#33](https://github.com/verygoodplugins/mcp-pirsch/issues/33)) ([46cb797](https://github.com/verygoodplugins/mcp-pirsch/commit/46cb7971354a1e0c61176f4dbe1a705f328ea7f3)) +* resolve symlinked bin path before entry-point comparison ([#31](https://github.com/verygoodplugins/mcp-pirsch/issues/31)) ([08652ee](https://github.com/verygoodplugins/mcp-pirsch/commit/08652ee6b29fd1b60cb22653ea9d53fe6e1cd52d)) +* **server:** resolve comparison periods in timezone ([#51](https://github.com/verygoodplugins/mcp-pirsch/issues/51)) ([172140b](https://github.com/verygoodplugins/mcp-pirsch/commit/172140b97709017169b4ba81626fe4e4e1a9696b)) +* sync server.json version to 0.1.2 ([#22](https://github.com/verygoodplugins/mcp-pirsch/issues/22)) ([986452d](https://github.com/verygoodplugins/mcp-pirsch/commit/986452dd3b5abacb1d3856c1b1b26577917d38b7)) + ## [0.1.2](https://github.com/verygoodplugins/mcp-pirsch/compare/mcp-pirsch-v0.1.1...mcp-pirsch-v0.1.2) (2026-04-06) diff --git a/package-lock.json b/package-lock.json index b68f46f..7e99329 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@verygoodplugins/mcp-pirsch", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@verygoodplugins/mcp-pirsch", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", diff --git a/package.json b/package.json index 888ba5b..c4d42b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@verygoodplugins/mcp-pirsch", - "version": "0.1.2", + "version": "0.1.3", "description": "MCP server for Pirsch Analytics: stats, comparisons, trends", "main": "dist/index.js", "type": "module", diff --git a/server.json b/server.json index 8747ced..32e9428 100644 --- a/server.json +++ b/server.json @@ -3,7 +3,7 @@ "name": "io.github.verygoodplugins/mcp-pirsch", "title": "MCP Pirsch", "description": "Pirsch Analytics with natural language queries and trend analysis", - "version": "0.1.2", + "version": "0.1.3", "websiteUrl": "https://verygoodplugins.com/?utm_source=mcp-registry", "repository": { "url": "https://github.com/verygoodplugins/mcp-pirsch", @@ -13,7 +13,7 @@ { "registryType": "npm", "identifier": "@verygoodplugins/mcp-pirsch", - "version": "0.1.2", + "version": "0.1.3", "transport": { "type": "stdio" } From d93d2dccf054d0ce9286f45d581784da41539f33 Mon Sep 17 00:00:00 2001 From: Jack Arturo Date: Wed, 26 Aug 2026 02:39:02 +0200 Subject: [PATCH 2/2] chore(release): prepare 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- release-please-config.json | 1 - server.json | 4 ++-- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c05df9b..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a1957..d172a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This changelog is automatically managed by [Release Please](https://github.com/googleapis/release-please). -## [0.1.3](https://github.com/verygoodplugins/mcp-pirsch/compare/mcp-pirsch-v0.1.2...mcp-pirsch-v0.1.3) (2026-08-25) +## [0.2.0](https://github.com/verygoodplugins/mcp-pirsch/compare/mcp-pirsch-v0.1.2...mcp-pirsch-v0.2.0) (2026-08-25) ### Features diff --git a/package-lock.json b/package-lock.json index 7e99329..a8ed9cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@verygoodplugins/mcp-pirsch", - "version": "0.1.3", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@verygoodplugins/mcp-pirsch", - "version": "0.1.3", + "version": "0.2.0", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", diff --git a/package.json b/package.json index c4d42b2..8a793c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@verygoodplugins/mcp-pirsch", - "version": "0.1.3", + "version": "0.2.0", "description": "MCP server for Pirsch Analytics: stats, comparisons, trends", "main": "dist/index.js", "type": "module", diff --git a/release-please-config.json b/release-please-config.json index 740a9cc..6bbb1b7 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -3,7 +3,6 @@ ".": { "release-type": "node", "bump-minor-pre-major": true, - "bump-patch-for-minor-pre-major": true, "extra-files": [ { "type": "json", diff --git a/server.json b/server.json index 32e9428..f66ae63 100644 --- a/server.json +++ b/server.json @@ -3,7 +3,7 @@ "name": "io.github.verygoodplugins/mcp-pirsch", "title": "MCP Pirsch", "description": "Pirsch Analytics with natural language queries and trend analysis", - "version": "0.1.3", + "version": "0.2.0", "websiteUrl": "https://verygoodplugins.com/?utm_source=mcp-registry", "repository": { "url": "https://github.com/verygoodplugins/mcp-pirsch", @@ -13,7 +13,7 @@ { "registryType": "npm", "identifier": "@verygoodplugins/mcp-pirsch", - "version": "0.1.3", + "version": "0.2.0", "transport": { "type": "stdio" }