@taptap/instant-games-open-mcp 1.20.3 → 1.20.5
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.
|
Binary file
|
package/dist/proxy.js
CHANGED
|
@@ -29137,7 +29137,7 @@ var LogWriter = class {
|
|
|
29137
29137
|
};
|
|
29138
29138
|
|
|
29139
29139
|
// src/mcp-proxy/proxy.ts
|
|
29140
|
-
var VERSION = true ? "1.20.
|
|
29140
|
+
var VERSION = true ? "1.20.5" : "dev";
|
|
29141
29141
|
var TapTapMCPProxy = class {
|
|
29142
29142
|
constructor(config2) {
|
|
29143
29143
|
this.connected = false;
|
package/dist/server.js
CHANGED
|
@@ -6035,7 +6035,7 @@ class MultiplayerManager {
|
|
|
6035
6035
|
// 导出
|
|
6036
6036
|
// export default MultiplayerManager;
|
|
6037
6037
|
// module.exports = MultiplayerManager;
|
|
6038
|
-
// window.MultiplayerManager = MultiplayerManager;`}]}}};var ws;ws="1.20.
|
|
6038
|
+
// window.MultiplayerManager = MultiplayerManager;`}]}}};var ws;ws="1.20.5";async function CRe(){return Go(Rm,"api_event_relations")}async function RRe(){return Go(Rm,"protocol_template")}async function SD(){return Go(Rm,"complete_example")}async function DRe(){return`# TapTap 多人联机集成指南
|
|
6039
6039
|
|
|
6040
6040
|
---
|
|
6041
6041
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taptap/instant-games-open-mcp",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "TapTap Open API MCP Server - Documentation and Management APIs for TapTap Minigame and H5 Games (Leaderboard, and more features coming)",
|
|
6
6
|
"main": "dist/server.js",
|