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 协议集成测试提供最小 MCP 服务进程。
*
* @packageDocumentation
*/
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
import { createProxyServer } from "../src/bridge.js";