@mikoto_zero/minigame-open-mcp 1.7.0 → 1.8.0
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/proxy.js +1 -1
- package/dist/server.js +274 -100
- package/package.json +1 -1
package/dist/proxy.js
CHANGED
|
@@ -13389,7 +13389,7 @@ var StreamableHTTPClientTransport = class {
|
|
|
13389
13389
|
};
|
|
13390
13390
|
|
|
13391
13391
|
// src/mcp-proxy/proxy.ts
|
|
13392
|
-
var VERSION = true ? "1.
|
|
13392
|
+
var VERSION = true ? "1.8.0" : "dev";
|
|
13393
13393
|
var TapTapMCPProxy = class {
|
|
13394
13394
|
constructor(config) {
|
|
13395
13395
|
this.connected = false;
|