Skip to content

Commit 626e08e

Browse files
committed
release: umi-mcp@0.0.10
1 parent e776fca commit 626e08e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.0.10
2+
3+
`2025-04-17`
4+
5+
- refactor(tools): add return type Promise<any> to execute functions across various tools by [@sorrycc](https://github.com/sorrycc)
6+
- refactor(tools): enhance error handling and response structure across various tools by [@sorrycc](https://github.com/sorrycc)
7+
- feat: add new tools for routes, appdata and changelog by [@Wu-kung](https://github.com/Wu-kung) in [#7](https://github.com/umijs/umi-mcp/pull/7)
8+
9+
110
## 0.0.9
211

312
`2025-04-10`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "umi-mcp",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "MCP collection for the umi framework.",
55
"type": "module",
66
"main": "./dist/index.mjs",

0 commit comments

Comments
 (0)