@hirey/hi-mcp-server 0.1.15 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/server.js +3 -3
- package/package.json +1 -1
package/dist/server.js
CHANGED
|
@@ -77,7 +77,7 @@ function normalizeCommandArgv(input) {
|
|
|
77
77
|
.filter(Boolean);
|
|
78
78
|
}
|
|
79
79
|
function controlTools() {
|
|
80
|
-
// control tools 只映射
|
|
80
|
+
// control tools 只映射 install/runtime 控制面;Hi 的正式业务面仍是 listing、matching、collaboration、meeting。
|
|
81
81
|
return [
|
|
82
82
|
{
|
|
83
83
|
name: 'hi_agent_status',
|
|
@@ -699,7 +699,7 @@ function buildReceiverConfig(args) {
|
|
|
699
699
|
},
|
|
700
700
|
// OpenClaw 本地消息的展示前缀需要稳定,避免安装后又冒出第二套文案。
|
|
701
701
|
config: {
|
|
702
|
-
name:
|
|
702
|
+
name: 'Hirey Hi',
|
|
703
703
|
agent_id: 'main',
|
|
704
704
|
message_prefix: '[Hi Event]',
|
|
705
705
|
session_key: normalizeText(defaultReplyRoute?.session_key) || null,
|
|
@@ -1732,7 +1732,7 @@ function createMcpServer() {
|
|
|
1732
1732
|
capabilities: {
|
|
1733
1733
|
tools: {},
|
|
1734
1734
|
},
|
|
1735
|
-
instructions: 'Hi MCP adapter: control-plane tools
|
|
1735
|
+
instructions: 'Hi MCP adapter: control-plane tools cover install/runtime state, while business tools mirror Hi public capabilities for listings, matching, collaboration, and meetings.',
|
|
1736
1736
|
});
|
|
1737
1737
|
server.setRequestHandler(ListToolsRequestSchema, async () => {
|
|
1738
1738
|
return {
|