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 assert from "node:assert/strict";
import test from "node:test";
import { Client } from "@modelcontextprotocol/sdk/client/index.js";