From 9d8034192c8dccf06117956c01e53b14fa35570e Mon Sep 17 00:00:00 2001 From: "glasskube[bot]" <133648757+glasskube-bot@users.noreply.github.com> Date: Thu, 18 Sep 2025 10:25:43 +0200 Subject: [PATCH] chore(main): release 0.1.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- src/server.ts | 2 +- 4 files changed, 25 insertions(+), 3 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 f513bcc..59f4b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.1.3](https://github.com/hyprmcp/mcp-who-am-i/compare/v0.1.2...v0.1.3) (2025-09-18) + + +### Bug Fixes + +* **deps:** update dependency @modelcontextprotocol/sdk to v1.18.0 ([#23](https://github.com/hyprmcp/mcp-who-am-i/issues/23)) ([27b11d8](https://github.com/hyprmcp/mcp-who-am-i/commit/27b11d8f125e416f11e33e00dbb32c7f0d95279c)) +* **deps:** update dependency jose to v6.1.0 ([#18](https://github.com/hyprmcp/mcp-who-am-i/issues/18)) ([13a758b](https://github.com/hyprmcp/mcp-who-am-i/commit/13a758b64af66ceccf228323f627a53672417529)) + + +### Other + +* **deps:** update actions/setup-node action to v5 ([#24](https://github.com/hyprmcp/mcp-who-am-i/issues/24)) ([d0425b6](https://github.com/hyprmcp/mcp-who-am-i/commit/d0425b6f784ff5fd311716658aeecffff4331caf)) +* **deps:** update dependency @types/node to v24.5.1 ([#21](https://github.com/hyprmcp/mcp-who-am-i/issues/21)) ([f138ade](https://github.com/hyprmcp/mcp-who-am-i/commit/f138ade2bddc269c65dd1322d5fdbe3ace688e5a)) +* **deps:** update dependency @types/node to v24.5.2 ([#26](https://github.com/hyprmcp/mcp-who-am-i/issues/26)) ([7db22aa](https://github.com/hyprmcp/mcp-who-am-i/commit/7db22aa759da8613f31a03af7879f96d6834c1f2)) +* **deps:** update dependency pnpm to v10.16.1 ([#22](https://github.com/hyprmcp/mcp-who-am-i/issues/22)) ([3f164ff](https://github.com/hyprmcp/mcp-who-am-i/commit/3f164ff7e4b723211125376f3ceda6b3a7d68602)) +* **deps:** update dependency pnpm to v10.17.0 ([#25](https://github.com/hyprmcp/mcp-who-am-i/issues/25)) ([b9528a5](https://github.com/hyprmcp/mcp-who-am-i/commit/b9528a5f027dbeb49f22c6dc144af7853d2edcfb)) + + +### Docs + +* add mcp server installations instructions ([d55ce76](https://github.com/hyprmcp/mcp-who-am-i/commit/d55ce76bcb1f808805ff4329e782c74cce24606b)) + ## [0.1.2](https://github.com/hyprmcp/mcp-who-am-i/compare/v0.1.1...v0.1.2) (2025-08-27) diff --git a/package.json b/package.json index 25d35dd..1c48746 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hyprmcp/mcp-who-am-i", - "version": "0.1.2", + "version": "0.1.3", "description": "", "license": "MIT", "author": "Glasskube Inc.", diff --git a/src/server.ts b/src/server.ts index 03edf8c..2441e29 100644 --- a/src/server.ts +++ b/src/server.ts @@ -9,7 +9,7 @@ import { JWTPayload } from "jose"; export function newServer() { const server = new McpServer({ name: "mcp-who-am-i", - version: "0.1.2", // x-release-please-version + version: "0.1.3", // x-release-please-version }); server.registerTool(