Skip to content

Commit fcdac61

Browse files
chore(release): 1.9.0 [skip ci] (#68)
- Includes native signer binaries for all platforms 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent e3326e0 commit fcdac61

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.9.0 (2025-12-04)
2+
3+
* fix(ci): correct rust-toolchain action name ([1720188](https://github.com/taptap/taptap_minigame_open_mcp/commit/1720188))
4+
* fix(ci): update Rust in Docker before building native ([e3326e0](https://github.com/taptap/taptap_minigame_open_mcp/commit/e3326e0))
5+
* fix(ci): use correct NPM_TOKEN env var for semantic-release ([d6bcca4](https://github.com/taptap/taptap_minigame_open_mcp/commit/d6bcca4))
6+
* ci: add explicit permissions to workflows for security ([42bdca0](https://github.com/taptap/taptap_minigame_open_mcp/commit/42bdca0)), closes [#7](https://github.com/taptap/taptap_minigame_open_mcp/issues/7)
7+
* docs: add native signer documentation to CLAUDE.md ([00bec35](https://github.com/taptap/taptap_minigame_open_mcp/commit/00bec35))
8+
* feat: add cloud save module with API documentation ([f2ef41f](https://github.com/taptap/taptap_minigame_open_mcp/commit/f2ef41f))
9+
* feat: add native signer module for secure OAuth signing ([1fda862](https://github.com/taptap/taptap_minigame_open_mcp/commit/1fda862))
10+
* feat: integrate native signer into core modules ([4c48e5f](https://github.com/taptap/taptap_minigame_open_mcp/commit/4c48e5f))
11+
* feat(proxy): add configurable tool call timeout with progress reset ([6aede0a](https://github.com/taptap/taptap_minigame_open_mcp/commit/6aede0a))
12+
13+
14+
115
## 1.8.0 (2025-12-02)
216

317
* feat: 增加分享参数的透传逻辑 ([f10fc32](https://github.com/taptap/taptap_minigame_open_mcp/commit/f10fc32))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mikoto_zero/minigame-open-mcp",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"type": "module",
55
"description": "TapTap Open API MCP Server - Documentation and Management APIs for TapTap Minigame and H5 Games (Leaderboard, and more features coming)",
66
"main": "dist/server.js",

0 commit comments

Comments
 (0)