@seamnet/client 0.14.1 → 0.14.2
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/lib/mcp-server.cjs +1 -1
- package/package.json +1 -1
package/lib/mcp-server.cjs
CHANGED
|
@@ -18,7 +18,7 @@ const LOG_PATH = path.join(SEAM_DIR, 'logs', 'guardian.jsonl');
|
|
|
18
18
|
// seam CLI 入口(同一个 npm 包里),MCP 把调用转发给 CLI 执行
|
|
19
19
|
const SEAM_CLI = path.join(__dirname, '..', 'bin', 'seam.js');
|
|
20
20
|
const ALLOWED_DOMAINS = new Set([
|
|
21
|
-
'status', 'msg', 'contacts', 'guardian', 'wechat', 'inbox', 'self', 'invite', 'help', '--help', '-h',
|
|
21
|
+
'status', 'msg', 'contacts', 'guardian', 'wechat', 'inbox', 'self', 'invite', 'cc', 'help', '--help', '-h',
|
|
22
22
|
]);
|
|
23
23
|
|
|
24
24
|
function guardianRequest(payload) {
|