sync: update MCP client from GameCraftTable

This commit is contained in:
2026-09-17 00:40:50 +08:00
parent d8f8f394f9
commit 6182738980
18 changed files with 551 additions and 23 deletions
+6
View File
@@ -1,3 +1,9 @@
/**
* 验证 stdio 模式的标准输出只包含合法 JSON-RPC 消息,不混入诊断文本。
*
* @packageDocumentation
*/
import assert from "node:assert/strict";
import { spawn } from "node:child_process";
import path from "node:path";