@suigar/mcp 0.1.1 → 0.2.0-beta.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/CHANGELOG.md +18 -0
- package/LICENSE +201 -0
- package/README.md +79 -110
- package/dist/app/index.html +181 -0
- package/dist/bin.mjs +4 -8
- package/dist/bin.mjs.map +1 -0
- package/dist/client.d.mts +47 -0
- package/dist/client.d.mts.map +1 -0
- package/dist/client.mjs +116 -0
- package/dist/client.mjs.map +1 -0
- package/dist/dry-run.mjs +163 -0
- package/dist/dry-run.mjs.map +1 -0
- package/dist/format.mjs +24 -0
- package/dist/format.mjs.map +1 -0
- package/dist/index.d.mts +6 -820
- package/dist/index.mjs +5 -2
- package/dist/schemas.d.mts +642 -0
- package/dist/schemas.d.mts.map +1 -0
- package/dist/schemas.mjs +113 -0
- package/dist/schemas.mjs.map +1 -0
- package/dist/server.d.mts +21 -69
- package/dist/server.d.mts.map +1 -0
- package/dist/server.mjs +192 -2
- package/dist/server.mjs.map +1 -0
- package/dist/tools.d.mts +17 -0
- package/dist/tools.d.mts.map +1 -0
- package/dist/tools.mjs +352 -0
- package/dist/tools.mjs.map +1 -0
- package/dist/types.d.mts +137 -0
- package/dist/types.d.mts.map +1 -0
- package/package.json +33 -25
- package/dist/bin.cjs +0 -11
- package/dist/bin.d.cts +0 -1
- package/dist/index.cjs +0 -46
- package/dist/index.d.cts +0 -820
- package/dist/server-BD-123-u.mjs +0 -47003
- package/dist/server-Cmo8UaHE.cjs +0 -47266
- package/dist/server.cjs +0 -4
- package/dist/server.d.cts +0 -73
package/dist/index.cjs
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_server = require("./server-Cmo8UaHE.cjs");
|
|
3
|
-
exports.SUPPORTED_MCP_TOOL_NAMES = require_server.SUPPORTED_MCP_TOOL_NAMES;
|
|
4
|
-
exports.assertRequiredConfig = require_server.assertRequiredConfig;
|
|
5
|
-
exports.buildCoinflipTransaction = require_server.buildCoinflipTransaction;
|
|
6
|
-
exports.buildCoinflipTransactionTool = require_server.buildCoinflipTransactionTool;
|
|
7
|
-
exports.buildGraphqlUrl = require_server.buildGraphqlUrl;
|
|
8
|
-
exports.buildLimboTransaction = require_server.buildLimboTransaction;
|
|
9
|
-
exports.buildLimboTransactionTool = require_server.buildLimboTransactionTool;
|
|
10
|
-
exports.buildMcpSupportCatalog = require_server.buildMcpSupportCatalog;
|
|
11
|
-
exports.buildPlinkoTransaction = require_server.buildPlinkoTransaction;
|
|
12
|
-
exports.buildPlinkoTransactionTool = require_server.buildPlinkoTransactionTool;
|
|
13
|
-
exports.buildProviderUrl = require_server.buildProviderUrl;
|
|
14
|
-
exports.buildPvpCoinflipCancelTransaction = require_server.buildPvpCoinflipCancelTransaction;
|
|
15
|
-
exports.buildPvpCoinflipCancelTransactionTool = require_server.buildPvpCoinflipCancelTransactionTool;
|
|
16
|
-
exports.buildPvpCoinflipCreateTransaction = require_server.buildPvpCoinflipCreateTransaction;
|
|
17
|
-
exports.buildPvpCoinflipCreateTransactionTool = require_server.buildPvpCoinflipCreateTransactionTool;
|
|
18
|
-
exports.buildPvpCoinflipJoinTransaction = require_server.buildPvpCoinflipJoinTransaction;
|
|
19
|
-
exports.buildPvpCoinflipJoinTransactionTool = require_server.buildPvpCoinflipJoinTransactionTool;
|
|
20
|
-
exports.buildRangeTransaction = require_server.buildRangeTransaction;
|
|
21
|
-
exports.buildRangeTransactionTool = require_server.buildRangeTransactionTool;
|
|
22
|
-
exports.buildWheelTransaction = require_server.buildWheelTransaction;
|
|
23
|
-
exports.buildWheelTransactionTool = require_server.buildWheelTransactionTool;
|
|
24
|
-
exports.createReadOnlyClientBundle = require_server.createReadOnlyClientBundle;
|
|
25
|
-
exports.createSuigarMcpServer = require_server.createSuigarMcpServer;
|
|
26
|
-
exports.dryRunTransaction = require_server.dryRunTransaction;
|
|
27
|
-
exports.getCurrencyInfo = require_server.getCurrencyInfo;
|
|
28
|
-
exports.getGameMetadata = require_server.getGameMetadata;
|
|
29
|
-
exports.getMcpSupportForGame = require_server.getMcpSupportForGame;
|
|
30
|
-
exports.getRequiredConfigKeysForGame = require_server.getRequiredConfigKeysForGame;
|
|
31
|
-
exports.inspectResolvedConfig = require_server.inspectResolvedConfig;
|
|
32
|
-
exports.listConfiguredCurrencies = require_server.listConfiguredCurrencies;
|
|
33
|
-
exports.listSupportedGames = require_server.listSupportedGames;
|
|
34
|
-
exports.parseApiUrl = require_server.parseApiUrl;
|
|
35
|
-
exports.readConfigMetadata = require_server.readConfigMetadata;
|
|
36
|
-
exports.readConfigTool = require_server.readConfigTool;
|
|
37
|
-
exports.readGameMetadataTool = require_server.readGameMetadataTool;
|
|
38
|
-
exports.resolveBetCoin = require_server.resolveBetCoin;
|
|
39
|
-
exports.resolveGamePackageId = require_server.resolveGamePackageId;
|
|
40
|
-
exports.resolveGameSettingsId = require_server.resolveGameSettingsId;
|
|
41
|
-
exports.resolvePythPriceInfoId = require_server.resolvePythPriceInfoId;
|
|
42
|
-
exports.resolveSuigarConfig = require_server.resolveSuigarConfig;
|
|
43
|
-
exports.sanitizeForJson = require_server.sanitizeForJson;
|
|
44
|
-
exports.serializeTransactionToBase64 = require_server.serializeTransactionToBase64;
|
|
45
|
-
exports.startSuigarMcpServer = require_server.startSuigarMcpServer;
|
|
46
|
-
exports.summarizeTransaction = require_server.summarizeTransaction;
|