We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfef4e commit 6d99827Copy full SHA for 6d99827
docs/content/changelog.mdx
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+## [0.0.4-beta.7](https://github.com/shenjingnan/home-mcp/compare/v0.0.4-beta.6...v0.0.4-beta.7) (2025-11-18)
4
+
5
## [0.0.3](https://github.com/shenjingnan/home-mcp/compare/v0.0.2...v0.0.3) (2025-11-16)
6
7
* feat(bestmcp): Param 装饰器支持对象字段的描述信息 ([#22](https://github.com/shenjingnan/home-mcp/pull/22))
package.json
@@ -1,6 +1,6 @@
{
"name": "home-mcp",
- "version": "0.0.4-beta.6",
+ "version": "0.0.4-beta.7",
"description": "Home Assistant MCP Server - A Model Context Protocol server for smart home integration",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments