@compass-labs/api-sdk 1.0.7 → 1.0.8
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/README.md +2 -2
- package/bin/mcp-server.js +29 -73
- package/bin/mcp-server.js.map +12 -13
- package/dist/commonjs/funcs/tokenTokenTransfer.d.ts +1 -1
- package/dist/commonjs/funcs/tokenTokenTransfer.js +1 -1
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/mcp-server/tools/tokenTokenTransfer.js +1 -1
- package/dist/commonjs/models/components/index.d.ts +0 -1
- package/dist/commonjs/models/components/index.d.ts.map +1 -1
- package/dist/commonjs/models/components/index.js +0 -1
- package/dist/commonjs/models/components/index.js.map +1 -1
- package/dist/commonjs/models/components/tokentransferparams.d.ts +31 -31
- package/dist/commonjs/models/components/tokentransferparams.d.ts.map +1 -1
- package/dist/commonjs/models/components/tokentransferparams.js +28 -28
- package/dist/commonjs/models/components/tokentransferparams.js.map +1 -1
- package/dist/commonjs/models/components/tokentransferrequest.d.ts +31 -31
- package/dist/commonjs/models/components/tokentransferrequest.d.ts.map +1 -1
- package/dist/commonjs/models/components/tokentransferrequest.js +28 -28
- package/dist/commonjs/models/components/tokentransferrequest.js.map +1 -1
- package/dist/commonjs/models/components/useroperation.d.ts +0 -9
- package/dist/commonjs/models/components/useroperation.d.ts.map +1 -1
- package/dist/commonjs/models/components/useroperation.js +0 -5
- package/dist/commonjs/models/components/useroperation.js.map +1 -1
- package/dist/commonjs/sdk/token.d.ts +1 -1
- package/dist/commonjs/sdk/token.js +1 -1
- package/dist/esm/funcs/tokenTokenTransfer.d.ts +1 -1
- package/dist/esm/funcs/tokenTokenTransfer.js +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/mcp-server/tools/tokenTokenTransfer.js +1 -1
- package/dist/esm/models/components/index.d.ts +0 -1
- package/dist/esm/models/components/index.d.ts.map +1 -1
- package/dist/esm/models/components/index.js +0 -1
- package/dist/esm/models/components/index.js.map +1 -1
- package/dist/esm/models/components/tokentransferparams.d.ts +31 -31
- package/dist/esm/models/components/tokentransferparams.d.ts.map +1 -1
- package/dist/esm/models/components/tokentransferparams.js +25 -25
- package/dist/esm/models/components/tokentransferparams.js.map +1 -1
- package/dist/esm/models/components/tokentransferrequest.d.ts +31 -31
- package/dist/esm/models/components/tokentransferrequest.d.ts.map +1 -1
- package/dist/esm/models/components/tokentransferrequest.js +25 -25
- package/dist/esm/models/components/tokentransferrequest.js.map +1 -1
- package/dist/esm/models/components/useroperation.d.ts +0 -9
- package/dist/esm/models/components/useroperation.d.ts.map +1 -1
- package/dist/esm/models/components/useroperation.js +0 -5
- package/dist/esm/models/components/useroperation.js.map +1 -1
- package/dist/esm/sdk/token.d.ts +1 -1
- package/dist/esm/sdk/token.js +1 -1
- package/docs/sdks/token/README.md +5 -5
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/tokenTokenTransfer.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/tokenTokenTransfer.ts +1 -1
- package/src/models/components/index.ts +0 -1
- package/src/models/components/tokentransferparams.ts +59 -59
- package/src/models/components/tokentransferrequest.ts +59 -59
- package/src/models/components/useroperation.ts +0 -34
- package/src/sdk/token.ts +1 -1
- package/dist/commonjs/models/components/tokentransfererc20params.d.ts +0 -77
- package/dist/commonjs/models/components/tokentransfererc20params.d.ts.map +0 -1
- package/dist/commonjs/models/components/tokentransfererc20params.js +0 -108
- package/dist/commonjs/models/components/tokentransfererc20params.js.map +0 -1
- package/dist/esm/models/components/tokentransfererc20params.d.ts +0 -77
- package/dist/esm/models/components/tokentransfererc20params.d.ts.map +0 -1
- package/dist/esm/models/components/tokentransfererc20params.js +0 -68
- package/dist/esm/models/components/tokentransfererc20params.js.map +0 -1
- package/src/models/components/tokentransfererc20params.ts +0 -168
package/README.md
CHANGED
|
@@ -301,7 +301,7 @@ run();
|
|
|
301
301
|
* [tokenAddress](docs/sdks/token/README.md#tokenaddress) - Token Address
|
|
302
302
|
* [tokenPrice](docs/sdks/token/README.md#tokenprice) - Token Price
|
|
303
303
|
* [tokenBalance](docs/sdks/token/README.md#tokenbalance) - Token Balance
|
|
304
|
-
* [tokenTransfer](docs/sdks/token/README.md#tokentransfer) - Transfer
|
|
304
|
+
* [tokenTransfer](docs/sdks/token/README.md#tokentransfer) - Transfer Tokens
|
|
305
305
|
|
|
306
306
|
### [transactionBundler](docs/sdks/transactionbundler/README.md)
|
|
307
307
|
|
|
@@ -408,7 +408,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
|
|
|
408
408
|
- [`tokenTokenAddress`](docs/sdks/token/README.md#tokenaddress) - Token Address
|
|
409
409
|
- [`tokenTokenBalance`](docs/sdks/token/README.md#tokenbalance) - Token Balance
|
|
410
410
|
- [`tokenTokenPrice`](docs/sdks/token/README.md#tokenprice) - Token Price
|
|
411
|
-
- [`tokenTokenTransfer`](docs/sdks/token/README.md#tokentransfer) - Transfer
|
|
411
|
+
- [`tokenTokenTransfer`](docs/sdks/token/README.md#tokentransfer) - Transfer Tokens
|
|
412
412
|
- [`transactionBundlerTransactionBundlerAaveLoop`](docs/sdks/transactionbundler/README.md#transactionbundleraaveloop) - AAVE Leverage Long/Short
|
|
413
413
|
- [`transactionBundlerTransactionBundlerAuthorization`](docs/sdks/transactionbundler/README.md#transactionbundlerauthorization) - Enable Transaction Bundling
|
|
414
414
|
- [`transactionBundlerTransactionBundlerExecute`](docs/sdks/transactionbundler/README.md#transactionbundlerexecute) - Construct Bundled Transaction
|
package/bin/mcp-server.js
CHANGED
|
@@ -34264,9 +34264,9 @@ var init_config = __esm(() => {
|
|
|
34264
34264
|
SDK_METADATA = {
|
|
34265
34265
|
language: "typescript",
|
|
34266
34266
|
openapiDocVersion: "0.0.1",
|
|
34267
|
-
sdkVersion: "1.0.
|
|
34268
|
-
genVersion: "2.
|
|
34269
|
-
userAgent: "speakeasy-sdk/typescript 1.0.
|
|
34267
|
+
sdkVersion: "1.0.8",
|
|
34268
|
+
genVersion: "2.677.3",
|
|
34269
|
+
userAgent: "speakeasy-sdk/typescript 1.0.8 2.677.3 0.0.1 @compass-labs/api-sdk"
|
|
34270
34270
|
};
|
|
34271
34271
|
});
|
|
34272
34272
|
|
|
@@ -38755,67 +38755,29 @@ var init_skywithdrawparams = __esm(() => {
|
|
|
38755
38755
|
})(SkyWithdrawParams$ ||= {});
|
|
38756
38756
|
});
|
|
38757
38757
|
|
|
38758
|
-
// src/models/components/tokentransfererc20params.ts
|
|
38759
|
-
var TokenTransferErc20ParamsAmount$inboundSchema, TokenTransferErc20ParamsAmount$outboundSchema, TokenTransferErc20ParamsAmount$, TokenTransferErc20Params$inboundSchema, TokenTransferErc20Params$outboundSchema, TokenTransferErc20Params$;
|
|
38760
|
-
var init_tokentransfererc20params = __esm(() => {
|
|
38761
|
-
init_zod();
|
|
38762
|
-
init_primitives();
|
|
38763
|
-
init_tokenenum();
|
|
38764
|
-
TokenTransferErc20ParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
|
|
38765
|
-
TokenTransferErc20ParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
|
|
38766
|
-
((TokenTransferErc20ParamsAmount$) => {
|
|
38767
|
-
TokenTransferErc20ParamsAmount$.inboundSchema = TokenTransferErc20ParamsAmount$inboundSchema;
|
|
38768
|
-
TokenTransferErc20ParamsAmount$.outboundSchema = TokenTransferErc20ParamsAmount$outboundSchema;
|
|
38769
|
-
})(TokenTransferErc20ParamsAmount$ ||= {});
|
|
38770
|
-
TokenTransferErc20Params$inboundSchema = objectType({
|
|
38771
|
-
action_type: literalType("TOKEN_TRANSFER_ERC20").default("TOKEN_TRANSFER_ERC20"),
|
|
38772
|
-
amount: unionType([numberType(), stringType()]),
|
|
38773
|
-
token: TokenEnum$inboundSchema,
|
|
38774
|
-
to: stringType()
|
|
38775
|
-
}).transform((v2) => {
|
|
38776
|
-
return remap(v2, {
|
|
38777
|
-
action_type: "actionType"
|
|
38778
|
-
});
|
|
38779
|
-
});
|
|
38780
|
-
TokenTransferErc20Params$outboundSchema = objectType({
|
|
38781
|
-
actionType: literalType("TOKEN_TRANSFER_ERC20").default("TOKEN_TRANSFER_ERC20"),
|
|
38782
|
-
amount: unionType([numberType(), stringType()]),
|
|
38783
|
-
token: TokenEnum$outboundSchema,
|
|
38784
|
-
to: stringType()
|
|
38785
|
-
}).transform((v2) => {
|
|
38786
|
-
return remap(v2, {
|
|
38787
|
-
actionType: "action_type"
|
|
38788
|
-
});
|
|
38789
|
-
});
|
|
38790
|
-
((TokenTransferErc20Params$) => {
|
|
38791
|
-
TokenTransferErc20Params$.inboundSchema = TokenTransferErc20Params$inboundSchema;
|
|
38792
|
-
TokenTransferErc20Params$.outboundSchema = TokenTransferErc20Params$outboundSchema;
|
|
38793
|
-
})(TokenTransferErc20Params$ ||= {});
|
|
38794
|
-
});
|
|
38795
|
-
|
|
38796
38758
|
// src/models/components/tokentransferparams.ts
|
|
38797
|
-
var
|
|
38759
|
+
var TokenTransferParamsToken$inboundSchema, TokenTransferParamsToken$outboundSchema, TokenTransferParamsToken$, TokenTransferParamsAmount$inboundSchema, TokenTransferParamsAmount$outboundSchema, TokenTransferParamsAmount$, TokenTransferParams$inboundSchema, TokenTransferParams$outboundSchema, TokenTransferParams$;
|
|
38798
38760
|
var init_tokentransferparams = __esm(() => {
|
|
38799
38761
|
init_zod();
|
|
38800
38762
|
init_primitives();
|
|
38801
38763
|
init_tokenenum();
|
|
38802
|
-
TokenTransferParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
|
|
38803
|
-
TokenTransferParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
|
|
38804
|
-
((TokenTransferParamsAmount$) => {
|
|
38805
|
-
TokenTransferParamsAmount$.inboundSchema = TokenTransferParamsAmount$inboundSchema;
|
|
38806
|
-
TokenTransferParamsAmount$.outboundSchema = TokenTransferParamsAmount$outboundSchema;
|
|
38807
|
-
})(TokenTransferParamsAmount$ ||= {});
|
|
38808
38764
|
TokenTransferParamsToken$inboundSchema = unionType([TokenEnum$inboundSchema, stringType()]);
|
|
38809
38765
|
TokenTransferParamsToken$outboundSchema = unionType([TokenEnum$outboundSchema, stringType()]);
|
|
38810
38766
|
((TokenTransferParamsToken$) => {
|
|
38811
38767
|
TokenTransferParamsToken$.inboundSchema = TokenTransferParamsToken$inboundSchema;
|
|
38812
38768
|
TokenTransferParamsToken$.outboundSchema = TokenTransferParamsToken$outboundSchema;
|
|
38813
38769
|
})(TokenTransferParamsToken$ ||= {});
|
|
38770
|
+
TokenTransferParamsAmount$inboundSchema = unionType([numberType(), stringType()]);
|
|
38771
|
+
TokenTransferParamsAmount$outboundSchema = unionType([numberType(), stringType()]);
|
|
38772
|
+
((TokenTransferParamsAmount$) => {
|
|
38773
|
+
TokenTransferParamsAmount$.inboundSchema = TokenTransferParamsAmount$inboundSchema;
|
|
38774
|
+
TokenTransferParamsAmount$.outboundSchema = TokenTransferParamsAmount$outboundSchema;
|
|
38775
|
+
})(TokenTransferParamsAmount$ ||= {});
|
|
38814
38776
|
TokenTransferParams$inboundSchema = objectType({
|
|
38815
38777
|
action_type: literalType("TOKEN_TRANSFER").default("TOKEN_TRANSFER"),
|
|
38816
|
-
|
|
38778
|
+
to: stringType(),
|
|
38817
38779
|
token: unionType([TokenEnum$inboundSchema, stringType()]),
|
|
38818
|
-
|
|
38780
|
+
amount: unionType([numberType(), stringType()])
|
|
38819
38781
|
}).transform((v2) => {
|
|
38820
38782
|
return remap(v2, {
|
|
38821
38783
|
action_type: "actionType"
|
|
@@ -38823,9 +38785,9 @@ var init_tokentransferparams = __esm(() => {
|
|
|
38823
38785
|
});
|
|
38824
38786
|
TokenTransferParams$outboundSchema = objectType({
|
|
38825
38787
|
actionType: literalType("TOKEN_TRANSFER").default("TOKEN_TRANSFER"),
|
|
38826
|
-
|
|
38788
|
+
to: stringType(),
|
|
38827
38789
|
token: unionType([TokenEnum$outboundSchema, stringType()]),
|
|
38828
|
-
|
|
38790
|
+
amount: unionType([numberType(), stringType()])
|
|
38829
38791
|
}).transform((v2) => {
|
|
38830
38792
|
return remap(v2, {
|
|
38831
38793
|
actionType: "action_type"
|
|
@@ -39342,7 +39304,6 @@ var init_useroperation = __esm(() => {
|
|
|
39342
39304
|
init_skydepositparams();
|
|
39343
39305
|
init_skysellparams();
|
|
39344
39306
|
init_skywithdrawparams();
|
|
39345
|
-
init_tokentransfererc20params();
|
|
39346
39307
|
init_tokentransferparams();
|
|
39347
39308
|
init_uniswapbuyexactlyparams();
|
|
39348
39309
|
init_uniswapincreaseliquidityprovisionparams();
|
|
@@ -39387,7 +39348,6 @@ var init_useroperation = __esm(() => {
|
|
|
39387
39348
|
TokenTransferParams$inboundSchema.and(objectType({ action_type: literalType("TOKEN_TRANSFER") }).transform((v2) => ({
|
|
39388
39349
|
actionType: v2.action_type
|
|
39389
39350
|
}))),
|
|
39390
|
-
TokenTransferErc20Params$inboundSchema.and(objectType({ action_type: literalType("TOKEN_TRANSFER_ERC20") }).transform((v2) => ({ actionType: v2.action_type }))),
|
|
39391
39351
|
AaveSupplyParams$inboundSchema.and(objectType({ action_type: literalType("AAVE_SUPPLY") }).transform((v2) => ({
|
|
39392
39352
|
actionType: v2.action_type
|
|
39393
39353
|
}))),
|
|
@@ -39478,7 +39438,6 @@ var init_useroperation = __esm(() => {
|
|
|
39478
39438
|
TokenTransferParams$outboundSchema.and(objectType({ actionType: literalType("TOKEN_TRANSFER") }).transform((v2) => ({
|
|
39479
39439
|
action_type: v2.actionType
|
|
39480
39440
|
}))),
|
|
39481
|
-
TokenTransferErc20Params$outboundSchema.and(objectType({ actionType: literalType("TOKEN_TRANSFER_ERC20") }).transform((v2) => ({ action_type: v2.actionType }))),
|
|
39482
39441
|
AaveSupplyParams$outboundSchema.and(objectType({ actionType: literalType("AAVE_SUPPLY") }).transform((v2) => ({
|
|
39483
39442
|
action_type: v2.actionType
|
|
39484
39443
|
}))),
|
|
@@ -39574,7 +39533,6 @@ var init_useroperation = __esm(() => {
|
|
|
39574
39533
|
TokenTransferParams$inboundSchema.and(objectType({ action_type: literalType("TOKEN_TRANSFER") }).transform((v2) => ({
|
|
39575
39534
|
actionType: v2.action_type
|
|
39576
39535
|
}))),
|
|
39577
|
-
TokenTransferErc20Params$inboundSchema.and(objectType({ action_type: literalType("TOKEN_TRANSFER_ERC20") }).transform((v2) => ({ actionType: v2.action_type }))),
|
|
39578
39536
|
AaveSupplyParams$inboundSchema.and(objectType({ action_type: literalType("AAVE_SUPPLY") }).transform((v2) => ({
|
|
39579
39537
|
actionType: v2.action_type
|
|
39580
39538
|
}))),
|
|
@@ -39667,7 +39625,6 @@ var init_useroperation = __esm(() => {
|
|
|
39667
39625
|
TokenTransferParams$outboundSchema.and(objectType({ actionType: literalType("TOKEN_TRANSFER") }).transform((v2) => ({
|
|
39668
39626
|
action_type: v2.actionType
|
|
39669
39627
|
}))),
|
|
39670
|
-
TokenTransferErc20Params$outboundSchema.and(objectType({ actionType: literalType("TOKEN_TRANSFER_ERC20") }).transform((v2) => ({ action_type: v2.actionType }))),
|
|
39671
39628
|
AaveSupplyParams$outboundSchema.and(objectType({ actionType: literalType("AAVE_SUPPLY") }).transform((v2) => ({
|
|
39672
39629
|
action_type: v2.actionType
|
|
39673
39630
|
}))),
|
|
@@ -42683,7 +42640,7 @@ var init_tokenpriceresponse = __esm(() => {
|
|
|
42683
42640
|
});
|
|
42684
42641
|
|
|
42685
42642
|
// src/models/components/tokentransferrequest.ts
|
|
42686
|
-
var TokenTransferRequestChain,
|
|
42643
|
+
var TokenTransferRequestChain, TokenTransferRequestToken$inboundSchema, TokenTransferRequestToken$outboundSchema, TokenTransferRequestToken$, TokenTransferRequestAmount$inboundSchema, TokenTransferRequestAmount$outboundSchema, TokenTransferRequestAmount$, TokenTransferRequestChain$inboundSchema, TokenTransferRequestChain$outboundSchema, TokenTransferRequestChain$, TokenTransferRequest$inboundSchema, TokenTransferRequest$outboundSchema, TokenTransferRequest$;
|
|
42687
42644
|
var init_tokentransferrequest = __esm(() => {
|
|
42688
42645
|
init_zod();
|
|
42689
42646
|
init_primitives();
|
|
@@ -42693,18 +42650,18 @@ var init_tokentransferrequest = __esm(() => {
|
|
|
42693
42650
|
Base: "base",
|
|
42694
42651
|
Ethereum: "ethereum"
|
|
42695
42652
|
};
|
|
42696
|
-
TokenTransferRequestAmount$inboundSchema = unionType([numberType(), stringType()]);
|
|
42697
|
-
TokenTransferRequestAmount$outboundSchema = unionType([numberType(), stringType()]);
|
|
42698
|
-
((TokenTransferRequestAmount$) => {
|
|
42699
|
-
TokenTransferRequestAmount$.inboundSchema = TokenTransferRequestAmount$inboundSchema;
|
|
42700
|
-
TokenTransferRequestAmount$.outboundSchema = TokenTransferRequestAmount$outboundSchema;
|
|
42701
|
-
})(TokenTransferRequestAmount$ ||= {});
|
|
42702
42653
|
TokenTransferRequestToken$inboundSchema = unionType([TokenEnum$inboundSchema, stringType()]);
|
|
42703
42654
|
TokenTransferRequestToken$outboundSchema = unionType([TokenEnum$outboundSchema, stringType()]);
|
|
42704
42655
|
((TokenTransferRequestToken$) => {
|
|
42705
42656
|
TokenTransferRequestToken$.inboundSchema = TokenTransferRequestToken$inboundSchema;
|
|
42706
42657
|
TokenTransferRequestToken$.outboundSchema = TokenTransferRequestToken$outboundSchema;
|
|
42707
42658
|
})(TokenTransferRequestToken$ ||= {});
|
|
42659
|
+
TokenTransferRequestAmount$inboundSchema = unionType([numberType(), stringType()]);
|
|
42660
|
+
TokenTransferRequestAmount$outboundSchema = unionType([numberType(), stringType()]);
|
|
42661
|
+
((TokenTransferRequestAmount$) => {
|
|
42662
|
+
TokenTransferRequestAmount$.inboundSchema = TokenTransferRequestAmount$inboundSchema;
|
|
42663
|
+
TokenTransferRequestAmount$.outboundSchema = TokenTransferRequestAmount$outboundSchema;
|
|
42664
|
+
})(TokenTransferRequestAmount$ ||= {});
|
|
42708
42665
|
TokenTransferRequestChain$inboundSchema = nativeEnumType(TokenTransferRequestChain);
|
|
42709
42666
|
TokenTransferRequestChain$outboundSchema = TokenTransferRequestChain$inboundSchema;
|
|
42710
42667
|
((TokenTransferRequestChain$) => {
|
|
@@ -42713,9 +42670,9 @@ var init_tokentransferrequest = __esm(() => {
|
|
|
42713
42670
|
})(TokenTransferRequestChain$ ||= {});
|
|
42714
42671
|
TokenTransferRequest$inboundSchema = objectType({
|
|
42715
42672
|
action_type: literalType("TOKEN_TRANSFER").default("TOKEN_TRANSFER"),
|
|
42716
|
-
amount: unionType([numberType(), stringType()]),
|
|
42717
|
-
token: unionType([TokenEnum$inboundSchema, stringType()]),
|
|
42718
42673
|
to: stringType(),
|
|
42674
|
+
token: unionType([TokenEnum$inboundSchema, stringType()]),
|
|
42675
|
+
amount: unionType([numberType(), stringType()]),
|
|
42719
42676
|
chain: TokenTransferRequestChain$inboundSchema,
|
|
42720
42677
|
sender: stringType()
|
|
42721
42678
|
}).transform((v2) => {
|
|
@@ -42725,9 +42682,9 @@ var init_tokentransferrequest = __esm(() => {
|
|
|
42725
42682
|
});
|
|
42726
42683
|
TokenTransferRequest$outboundSchema = objectType({
|
|
42727
42684
|
actionType: literalType("TOKEN_TRANSFER").default("TOKEN_TRANSFER"),
|
|
42728
|
-
amount: unionType([numberType(), stringType()]),
|
|
42729
|
-
token: unionType([TokenEnum$outboundSchema, stringType()]),
|
|
42730
42685
|
to: stringType(),
|
|
42686
|
+
token: unionType([TokenEnum$outboundSchema, stringType()]),
|
|
42687
|
+
amount: unionType([numberType(), stringType()]),
|
|
42731
42688
|
chain: TokenTransferRequestChain$outboundSchema,
|
|
42732
42689
|
sender: stringType()
|
|
42733
42690
|
}).transform((v2) => {
|
|
@@ -43892,7 +43849,6 @@ var init_components = __esm(() => {
|
|
|
43892
43849
|
init_tokenenum();
|
|
43893
43850
|
init_tokeninfo();
|
|
43894
43851
|
init_tokenpriceresponse();
|
|
43895
|
-
init_tokentransfererc20params();
|
|
43896
43852
|
init_tokentransferparams();
|
|
43897
43853
|
init_tokentransferrequest();
|
|
43898
43854
|
init_transactionresponse();
|
|
@@ -53278,7 +53234,7 @@ var init_tokenTokenTransfer2 = __esm(() => {
|
|
|
53278
53234
|
};
|
|
53279
53235
|
tool$tokenTokenTransfer = {
|
|
53280
53236
|
name: "token-token-transfer",
|
|
53281
|
-
description: `Transfer
|
|
53237
|
+
description: `Transfer Tokens
|
|
53282
53238
|
|
|
53283
53239
|
Sends native ETH or ERC20 tokens from the sender's address to another address.`,
|
|
53284
53240
|
args: args58,
|
|
@@ -55664,7 +55620,7 @@ it to be traded on DeFi protocols.`,
|
|
|
55664
55620
|
function createMCPServer(deps) {
|
|
55665
55621
|
const server = new McpServer({
|
|
55666
55622
|
name: "CompassApiSDK",
|
|
55667
|
-
version: "1.0.
|
|
55623
|
+
version: "1.0.8"
|
|
55668
55624
|
});
|
|
55669
55625
|
const client = new CompassApiSDKCore({
|
|
55670
55626
|
apiKeyAuth: deps.apiKeyAuth,
|
|
@@ -57038,7 +56994,7 @@ var routes = ln({
|
|
|
57038
56994
|
var app = _e(routes, {
|
|
57039
56995
|
name: "mcp",
|
|
57040
56996
|
versionInfo: {
|
|
57041
|
-
currentVersion: "1.0.
|
|
56997
|
+
currentVersion: "1.0.8"
|
|
57042
56998
|
}
|
|
57043
56999
|
});
|
|
57044
57000
|
Yt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -57046,5 +57002,5 @@ export {
|
|
|
57046
57002
|
app
|
|
57047
57003
|
};
|
|
57048
57004
|
|
|
57049
|
-
//# debugId=
|
|
57005
|
+
//# debugId=A2FA67797583AC4364756E2164756E21
|
|
57050
57006
|
//# sourceMappingURL=mcp-server.js.map
|