Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.2"
".": "0.2.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

This changelog is automatically managed by [Release Please](https://github.com/googleapis/release-please).

## [0.2.0](https://github.com/verygoodplugins/mcp-pirsch/compare/mcp-pirsch-v0.1.2...mcp-pirsch-v0.2.0) (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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verygoodplugins/mcp-pirsch",
"version": "0.1.2",
"version": "0.2.0",
"description": "MCP server for Pirsch Analytics: stats, comparisons, trends",
"main": "dist/index.js",
"type": "module",
Expand Down
1 change: 0 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
".": {
"release-type": "node",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"extra-files": [
{
"type": "json",
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0",
"websiteUrl": "https://verygoodplugins.com/?utm_source=mcp-registry",
"repository": {
"url": "https://github.com/verygoodplugins/mcp-pirsch",
Expand All @@ -13,7 +13,7 @@
{
"registryType": "npm",
"identifier": "@verygoodplugins/mcp-pirsch",
"version": "0.1.2",
"version": "0.2.0",
"transport": {
"type": "stdio"
}
Expand Down
Loading