Skip to content

Commit 3ac51f7

Browse files
committed
chore(main): release 0.1.3
1 parent b9528a5 commit 3ac51f7

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.2"
2+
".": "0.1.3"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.1.3](https://github.com/hyprmcp/mcp-who-am-i/compare/v0.1.2...v0.1.3) (2025-09-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
11+
12+
### Other
13+
14+
* **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))
15+
* **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))
16+
* **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))
17+
* **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))
18+
19+
20+
### Docs
21+
22+
* add mcp server installations instructions ([d55ce76](https://github.com/hyprmcp/mcp-who-am-i/commit/d55ce76bcb1f808805ff4329e782c74cce24606b))
23+
324
## [0.1.2](https://github.com/hyprmcp/mcp-who-am-i/compare/v0.1.1...v0.1.2) (2025-08-27)
425

526

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyprmcp/mcp-who-am-i",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "",
55
"license": "MIT",
66
"author": "Glasskube Inc.",

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { JWTPayload } from "jose";
99
export function newServer() {
1010
const server = new McpServer({
1111
name: "mcp-who-am-i",
12-
version: "0.1.2", // x-release-please-version
12+
version: "0.1.3", // x-release-please-version
1313
});
1414

1515
server.registerTool(

0 commit comments

Comments
 (0)