feat: add desktop MCP command shim

This commit is contained in:
ekko
2026-06-05 17:31:59 +08:00
committed by ekko
parent fd42ccbea4
commit 798595d664
5 changed files with 101 additions and 8 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
],
"bin": {
"hermes-web-ui": "./bin/hermes-web-ui.mjs",
"hermes-lan-peer-mcp": "./bin/hermes-lan-peer-mcp.mjs"
"hermes-web-ui-mcp": "./bin/hermes-web-ui-mcp.mjs"
},
"scripts": {
"start": "vite --host --port 8648",