@mikoto_zero/minigame-open-mcp 1.16.0 → 1.17.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 +1112 -172
- package/package.json +1 -1
package/dist/proxy.js
CHANGED
|
@@ -13767,7 +13767,7 @@ var LogWriter = class {
|
|
|
13767
13767
|
};
|
|
13768
13768
|
|
|
13769
13769
|
// src/mcp-proxy/proxy.ts
|
|
13770
|
-
var VERSION = true ? "1.
|
|
13770
|
+
var VERSION = true ? "1.17.0" : "dev";
|
|
13771
13771
|
var TapTapMCPProxy = class {
|
|
13772
13772
|
constructor(config) {
|
|
13773
13773
|
this.connected = false;
|