@compass-labs/api-sdk 0.5.23 → 0.5.25
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/bin/mcp-server.js +66 -79
- package/bin/mcp-server.js.map +12 -12
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/components/aavelooprequest.d.ts +2 -2
- 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 -13
- package/dist/commonjs/models/components/useroperation.js.map +1 -1
- package/dist/commonjs/models/operations/aavehistoricaltransactions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/aavehistoricaltransactions.js +4 -4
- package/dist/commonjs/models/operations/aavehistoricaltransactions.js.map +1 -1
- package/dist/commonjs/models/operations/aaveuserpositionpertoken.d.ts.map +1 -1
- package/dist/commonjs/models/operations/aaveuserpositionpertoken.js +4 -4
- package/dist/commonjs/models/operations/aaveuserpositionpertoken.js.map +1 -1
- package/dist/commonjs/models/operations/aaveuserpositionsummary.d.ts.map +1 -1
- package/dist/commonjs/models/operations/aaveuserpositionsummary.js +4 -4
- package/dist/commonjs/models/operations/aaveuserpositionsummary.js.map +1 -1
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/components/aavelooprequest.d.ts +2 -2
- 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 -13
- package/dist/esm/models/components/useroperation.js.map +1 -1
- package/dist/esm/models/operations/aavehistoricaltransactions.d.ts.map +1 -1
- package/dist/esm/models/operations/aavehistoricaltransactions.js +4 -4
- package/dist/esm/models/operations/aavehistoricaltransactions.js.map +1 -1
- package/dist/esm/models/operations/aaveuserpositionpertoken.d.ts.map +1 -1
- package/dist/esm/models/operations/aaveuserpositionpertoken.js +4 -4
- package/dist/esm/models/operations/aaveuserpositionpertoken.js.map +1 -1
- package/dist/esm/models/operations/aaveuserpositionsummary.d.ts.map +1 -1
- package/dist/esm/models/operations/aaveuserpositionsummary.js +4 -4
- package/dist/esm/models/operations/aaveuserpositionsummary.js.map +1 -1
- package/docs/sdks/transactionbundler/README.md +8 -8
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/aavelooprequest.ts +2 -2
- package/src/models/components/useroperation.ts +0 -30
- package/src/models/operations/aavehistoricaltransactions.ts +8 -4
- package/src/models/operations/aaveuserpositionpertoken.ts +8 -4
- package/src/models/operations/aaveuserpositionsummary.ts +6 -4
package/bin/mcp-server.js
CHANGED
|
@@ -34205,9 +34205,9 @@ var init_config = __esm(() => {
|
|
|
34205
34205
|
SDK_METADATA = {
|
|
34206
34206
|
language: "typescript",
|
|
34207
34207
|
openapiDocVersion: "0.0.1",
|
|
34208
|
-
sdkVersion: "0.5.
|
|
34208
|
+
sdkVersion: "0.5.25",
|
|
34209
34209
|
genVersion: "2.632.2",
|
|
34210
|
-
userAgent: "speakeasy-sdk/typescript 0.5.
|
|
34210
|
+
userAgent: "speakeasy-sdk/typescript 0.5.25 2.632.2 0.0.1 @compass-labs/api-sdk"
|
|
34211
34211
|
};
|
|
34212
34212
|
});
|
|
34213
34213
|
|
|
@@ -38450,55 +38450,6 @@ var init_tokentransfererc20params = __esm(() => {
|
|
|
38450
38450
|
})(TokenTransferErc20Params$ ||= {});
|
|
38451
38451
|
});
|
|
38452
38452
|
|
|
38453
|
-
// src/models/components/tokentransferrequest.ts
|
|
38454
|
-
var TokenTransferRequestAmount$inboundSchema, TokenTransferRequestAmount$outboundSchema, TokenTransferRequestAmount$, TokenTransferRequestToken$inboundSchema, TokenTransferRequestToken$outboundSchema, TokenTransferRequestToken$, TokenTransferRequest$inboundSchema, TokenTransferRequest$outboundSchema, TokenTransferRequest$;
|
|
38455
|
-
var init_tokentransferrequest = __esm(() => {
|
|
38456
|
-
init_esm();
|
|
38457
|
-
init_primitives();
|
|
38458
|
-
init_chain();
|
|
38459
|
-
init_tokenenum();
|
|
38460
|
-
TokenTransferRequestAmount$inboundSchema = unionType([numberType(), stringType()]);
|
|
38461
|
-
TokenTransferRequestAmount$outboundSchema = unionType([numberType(), stringType()]);
|
|
38462
|
-
((TokenTransferRequestAmount$) => {
|
|
38463
|
-
TokenTransferRequestAmount$.inboundSchema = TokenTransferRequestAmount$inboundSchema;
|
|
38464
|
-
TokenTransferRequestAmount$.outboundSchema = TokenTransferRequestAmount$outboundSchema;
|
|
38465
|
-
})(TokenTransferRequestAmount$ ||= {});
|
|
38466
|
-
TokenTransferRequestToken$inboundSchema = unionType([TokenEnum$inboundSchema, stringType()]);
|
|
38467
|
-
TokenTransferRequestToken$outboundSchema = unionType([TokenEnum$outboundSchema, stringType()]);
|
|
38468
|
-
((TokenTransferRequestToken$) => {
|
|
38469
|
-
TokenTransferRequestToken$.inboundSchema = TokenTransferRequestToken$inboundSchema;
|
|
38470
|
-
TokenTransferRequestToken$.outboundSchema = TokenTransferRequestToken$outboundSchema;
|
|
38471
|
-
})(TokenTransferRequestToken$ ||= {});
|
|
38472
|
-
TokenTransferRequest$inboundSchema = objectType({
|
|
38473
|
-
action_type: literalType("TOKEN_TRANSFER").default("TOKEN_TRANSFER"),
|
|
38474
|
-
amount: unionType([numberType(), stringType()]),
|
|
38475
|
-
token: unionType([TokenEnum$inboundSchema, stringType()]),
|
|
38476
|
-
to: stringType(),
|
|
38477
|
-
chain: Chain$inboundSchema,
|
|
38478
|
-
sender: stringType()
|
|
38479
|
-
}).transform((v2) => {
|
|
38480
|
-
return remap(v2, {
|
|
38481
|
-
action_type: "actionType"
|
|
38482
|
-
});
|
|
38483
|
-
});
|
|
38484
|
-
TokenTransferRequest$outboundSchema = objectType({
|
|
38485
|
-
actionType: literalType("TOKEN_TRANSFER").default("TOKEN_TRANSFER"),
|
|
38486
|
-
amount: unionType([numberType(), stringType()]),
|
|
38487
|
-
token: unionType([TokenEnum$outboundSchema, stringType()]),
|
|
38488
|
-
to: stringType(),
|
|
38489
|
-
chain: Chain$outboundSchema,
|
|
38490
|
-
sender: stringType()
|
|
38491
|
-
}).transform((v2) => {
|
|
38492
|
-
return remap(v2, {
|
|
38493
|
-
actionType: "action_type"
|
|
38494
|
-
});
|
|
38495
|
-
});
|
|
38496
|
-
((TokenTransferRequest$) => {
|
|
38497
|
-
TokenTransferRequest$.inboundSchema = TokenTransferRequest$inboundSchema;
|
|
38498
|
-
TokenTransferRequest$.outboundSchema = TokenTransferRequest$outboundSchema;
|
|
38499
|
-
})(TokenTransferRequest$ ||= {});
|
|
38500
|
-
});
|
|
38501
|
-
|
|
38502
38453
|
// src/models/components/feeenum.ts
|
|
38503
38454
|
var FeeEnum, FeeEnum$inboundSchema, FeeEnum$outboundSchema, FeeEnum$;
|
|
38504
38455
|
var init_feeenum = __esm(() => {
|
|
@@ -38912,7 +38863,6 @@ var init_useroperation = __esm(() => {
|
|
|
38912
38863
|
init_skysellparams();
|
|
38913
38864
|
init_skywithdrawparams();
|
|
38914
38865
|
init_tokentransfererc20params();
|
|
38915
|
-
init_tokentransferrequest();
|
|
38916
38866
|
init_uniswapbuyexactlyparams();
|
|
38917
38867
|
init_uniswapincreaseliquidityprovisionparams();
|
|
38918
38868
|
init_uniswapmintliquidityprovisionparams();
|
|
@@ -38929,9 +38879,6 @@ var init_useroperation = __esm(() => {
|
|
|
38929
38879
|
AerodromeSlipstreamIncreaseLiquidityProvisionParams$inboundSchema.and(objectType({
|
|
38930
38880
|
action_type: literalType("AERODROME_SLIPSTREAM_INCREASE_LIQUIDITY_PROVISION")
|
|
38931
38881
|
}).transform((v2) => ({ actionType: v2.action_type }))),
|
|
38932
|
-
TokenTransferRequest$inboundSchema.and(objectType({ action_type: literalType("TOKEN_TRANSFER") }).transform((v2) => ({
|
|
38933
|
-
actionType: v2.action_type
|
|
38934
|
-
}))),
|
|
38935
38882
|
UniswapIncreaseLiquidityProvisionParams$inboundSchema.and(objectType({ action_type: literalType("UNISWAP_ADD_LIQUIDITY") }).transform((v2) => ({ actionType: v2.action_type }))),
|
|
38936
38883
|
UniswapBuyExactlyParams$inboundSchema.and(objectType({ action_type: literalType("UNISWAP_BUY_EXACTLY") }).transform((v2) => ({ actionType: v2.action_type }))),
|
|
38937
38884
|
UniswapSellExactlyParams$inboundSchema.and(objectType({ action_type: literalType("UNISWAP_SELL_EXACTLY") }).transform((v2) => ({ actionType: v2.action_type }))),
|
|
@@ -39013,9 +38960,6 @@ var init_useroperation = __esm(() => {
|
|
|
39013
38960
|
AerodromeSlipstreamIncreaseLiquidityProvisionParams$outboundSchema.and(objectType({
|
|
39014
38961
|
actionType: literalType("AERODROME_SLIPSTREAM_INCREASE_LIQUIDITY_PROVISION")
|
|
39015
38962
|
}).transform((v2) => ({ action_type: v2.actionType }))),
|
|
39016
|
-
TokenTransferRequest$outboundSchema.and(objectType({ actionType: literalType("TOKEN_TRANSFER") }).transform((v2) => ({
|
|
39017
|
-
action_type: v2.actionType
|
|
39018
|
-
}))),
|
|
39019
38963
|
UniswapIncreaseLiquidityProvisionParams$outboundSchema.and(objectType({ actionType: literalType("UNISWAP_ADD_LIQUIDITY") }).transform((v2) => ({ action_type: v2.actionType }))),
|
|
39020
38964
|
UniswapBuyExactlyParams$outboundSchema.and(objectType({ actionType: literalType("UNISWAP_BUY_EXACTLY") }).transform((v2) => ({ action_type: v2.actionType }))),
|
|
39021
38965
|
UniswapSellExactlyParams$outboundSchema.and(objectType({ actionType: literalType("UNISWAP_SELL_EXACTLY") }).transform((v2) => ({ action_type: v2.actionType }))),
|
|
@@ -39104,9 +39048,6 @@ var init_useroperation = __esm(() => {
|
|
|
39104
39048
|
AerodromeSlipstreamIncreaseLiquidityProvisionParams$inboundSchema.and(objectType({
|
|
39105
39049
|
action_type: literalType("AERODROME_SLIPSTREAM_INCREASE_LIQUIDITY_PROVISION")
|
|
39106
39050
|
}).transform((v2) => ({ actionType: v2.action_type }))),
|
|
39107
|
-
TokenTransferRequest$inboundSchema.and(objectType({ action_type: literalType("TOKEN_TRANSFER") }).transform((v2) => ({
|
|
39108
|
-
actionType: v2.action_type
|
|
39109
|
-
}))),
|
|
39110
39051
|
UniswapIncreaseLiquidityProvisionParams$inboundSchema.and(objectType({ action_type: literalType("UNISWAP_ADD_LIQUIDITY") }).transform((v2) => ({ actionType: v2.action_type }))),
|
|
39111
39052
|
UniswapBuyExactlyParams$inboundSchema.and(objectType({ action_type: literalType("UNISWAP_BUY_EXACTLY") }).transform((v2) => ({ actionType: v2.action_type }))),
|
|
39112
39053
|
UniswapSellExactlyParams$inboundSchema.and(objectType({ action_type: literalType("UNISWAP_SELL_EXACTLY") }).transform((v2) => ({ actionType: v2.action_type }))),
|
|
@@ -39190,9 +39131,6 @@ var init_useroperation = __esm(() => {
|
|
|
39190
39131
|
AerodromeSlipstreamIncreaseLiquidityProvisionParams$outboundSchema.and(objectType({
|
|
39191
39132
|
actionType: literalType("AERODROME_SLIPSTREAM_INCREASE_LIQUIDITY_PROVISION")
|
|
39192
39133
|
}).transform((v2) => ({ action_type: v2.actionType }))),
|
|
39193
|
-
TokenTransferRequest$outboundSchema.and(objectType({ actionType: literalType("TOKEN_TRANSFER") }).transform((v2) => ({
|
|
39194
|
-
action_type: v2.actionType
|
|
39195
|
-
}))),
|
|
39196
39134
|
UniswapIncreaseLiquidityProvisionParams$outboundSchema.and(objectType({ actionType: literalType("UNISWAP_ADD_LIQUIDITY") }).transform((v2) => ({ action_type: v2.actionType }))),
|
|
39197
39135
|
UniswapBuyExactlyParams$outboundSchema.and(objectType({ actionType: literalType("UNISWAP_BUY_EXACTLY") }).transform((v2) => ({ action_type: v2.actionType }))),
|
|
39198
39136
|
UniswapSellExactlyParams$outboundSchema.and(objectType({ actionType: literalType("UNISWAP_SELL_EXACTLY") }).transform((v2) => ({ action_type: v2.actionType }))),
|
|
@@ -41760,6 +41698,55 @@ var init_tokenpriceresponse = __esm(() => {
|
|
|
41760
41698
|
})(TokenPriceResponse$ ||= {});
|
|
41761
41699
|
});
|
|
41762
41700
|
|
|
41701
|
+
// src/models/components/tokentransferrequest.ts
|
|
41702
|
+
var TokenTransferRequestAmount$inboundSchema, TokenTransferRequestAmount$outboundSchema, TokenTransferRequestAmount$, TokenTransferRequestToken$inboundSchema, TokenTransferRequestToken$outboundSchema, TokenTransferRequestToken$, TokenTransferRequest$inboundSchema, TokenTransferRequest$outboundSchema, TokenTransferRequest$;
|
|
41703
|
+
var init_tokentransferrequest = __esm(() => {
|
|
41704
|
+
init_esm();
|
|
41705
|
+
init_primitives();
|
|
41706
|
+
init_chain();
|
|
41707
|
+
init_tokenenum();
|
|
41708
|
+
TokenTransferRequestAmount$inboundSchema = unionType([numberType(), stringType()]);
|
|
41709
|
+
TokenTransferRequestAmount$outboundSchema = unionType([numberType(), stringType()]);
|
|
41710
|
+
((TokenTransferRequestAmount$) => {
|
|
41711
|
+
TokenTransferRequestAmount$.inboundSchema = TokenTransferRequestAmount$inboundSchema;
|
|
41712
|
+
TokenTransferRequestAmount$.outboundSchema = TokenTransferRequestAmount$outboundSchema;
|
|
41713
|
+
})(TokenTransferRequestAmount$ ||= {});
|
|
41714
|
+
TokenTransferRequestToken$inboundSchema = unionType([TokenEnum$inboundSchema, stringType()]);
|
|
41715
|
+
TokenTransferRequestToken$outboundSchema = unionType([TokenEnum$outboundSchema, stringType()]);
|
|
41716
|
+
((TokenTransferRequestToken$) => {
|
|
41717
|
+
TokenTransferRequestToken$.inboundSchema = TokenTransferRequestToken$inboundSchema;
|
|
41718
|
+
TokenTransferRequestToken$.outboundSchema = TokenTransferRequestToken$outboundSchema;
|
|
41719
|
+
})(TokenTransferRequestToken$ ||= {});
|
|
41720
|
+
TokenTransferRequest$inboundSchema = objectType({
|
|
41721
|
+
action_type: literalType("TOKEN_TRANSFER").default("TOKEN_TRANSFER"),
|
|
41722
|
+
amount: unionType([numberType(), stringType()]),
|
|
41723
|
+
token: unionType([TokenEnum$inboundSchema, stringType()]),
|
|
41724
|
+
to: stringType(),
|
|
41725
|
+
chain: Chain$inboundSchema,
|
|
41726
|
+
sender: stringType()
|
|
41727
|
+
}).transform((v2) => {
|
|
41728
|
+
return remap(v2, {
|
|
41729
|
+
action_type: "actionType"
|
|
41730
|
+
});
|
|
41731
|
+
});
|
|
41732
|
+
TokenTransferRequest$outboundSchema = objectType({
|
|
41733
|
+
actionType: literalType("TOKEN_TRANSFER").default("TOKEN_TRANSFER"),
|
|
41734
|
+
amount: unionType([numberType(), stringType()]),
|
|
41735
|
+
token: unionType([TokenEnum$outboundSchema, stringType()]),
|
|
41736
|
+
to: stringType(),
|
|
41737
|
+
chain: Chain$outboundSchema,
|
|
41738
|
+
sender: stringType()
|
|
41739
|
+
}).transform((v2) => {
|
|
41740
|
+
return remap(v2, {
|
|
41741
|
+
actionType: "action_type"
|
|
41742
|
+
});
|
|
41743
|
+
});
|
|
41744
|
+
((TokenTransferRequest$) => {
|
|
41745
|
+
TokenTransferRequest$.inboundSchema = TokenTransferRequest$inboundSchema;
|
|
41746
|
+
TokenTransferRequest$.outboundSchema = TokenTransferRequest$outboundSchema;
|
|
41747
|
+
})(TokenTransferRequest$ ||= {});
|
|
41748
|
+
});
|
|
41749
|
+
|
|
41763
41750
|
// src/models/components/unsignedmulticalltransaction.ts
|
|
41764
41751
|
var UnsignedMulticallTransaction$inboundSchema, UnsignedMulticallTransaction$outboundSchema, UnsignedMulticallTransaction$;
|
|
41765
41752
|
var init_unsignedmulticalltransaction = __esm(() => {
|
|
@@ -42875,8 +42862,8 @@ var init_aavehistoricaltransactions = __esm(() => {
|
|
|
42875
42862
|
AaveHistoricalTransactionsRequest$inboundSchema = objectType({
|
|
42876
42863
|
offset: numberType().int().default(0),
|
|
42877
42864
|
limit: numberType().int().default(100),
|
|
42878
|
-
chain: AaveHistoricalTransactionsChain$inboundSchema.default("
|
|
42879
|
-
user_address: stringType().default("
|
|
42865
|
+
chain: AaveHistoricalTransactionsChain$inboundSchema.default("arbitrum:mainnet"),
|
|
42866
|
+
user_address: stringType().default("0x29F20a192328eF1aD35e1564aBFf4Be9C5ce5f7B")
|
|
42880
42867
|
}).transform((v2) => {
|
|
42881
42868
|
return remap(v2, {
|
|
42882
42869
|
user_address: "userAddress"
|
|
@@ -42885,8 +42872,8 @@ var init_aavehistoricaltransactions = __esm(() => {
|
|
|
42885
42872
|
AaveHistoricalTransactionsRequest$outboundSchema = objectType({
|
|
42886
42873
|
offset: numberType().int().default(0),
|
|
42887
42874
|
limit: numberType().int().default(100),
|
|
42888
|
-
chain: AaveHistoricalTransactionsChain$outboundSchema.default("
|
|
42889
|
-
userAddress: stringType().default("
|
|
42875
|
+
chain: AaveHistoricalTransactionsChain$outboundSchema.default("arbitrum:mainnet"),
|
|
42876
|
+
userAddress: stringType().default("0x29F20a192328eF1aD35e1564aBFf4Be9C5ce5f7B")
|
|
42890
42877
|
}).transform((v2) => {
|
|
42891
42878
|
return remap(v2, {
|
|
42892
42879
|
userAddress: "user_address"
|
|
@@ -43396,15 +43383,15 @@ var init_aaveuserpositionpertoken = __esm(() => {
|
|
|
43396
43383
|
AaveUserPositionPerTokenToken$.outboundSchema = AaveUserPositionPerTokenToken$outboundSchema;
|
|
43397
43384
|
})(AaveUserPositionPerTokenToken$ ||= {});
|
|
43398
43385
|
AaveUserPositionPerTokenRequest$inboundSchema = objectType({
|
|
43399
|
-
chain: AaveUserPositionPerTokenChain$inboundSchema.default("
|
|
43386
|
+
chain: AaveUserPositionPerTokenChain$inboundSchema.default("arbitrum:mainnet"),
|
|
43400
43387
|
block: nullableType(numberType().int()).optional(),
|
|
43401
|
-
user: stringType().default("
|
|
43388
|
+
user: stringType().default("0x29F20a192328eF1aD35e1564aBFf4Be9C5ce5f7B"),
|
|
43402
43389
|
token: AaveUserPositionPerTokenToken$inboundSchema.default("USDC")
|
|
43403
43390
|
});
|
|
43404
43391
|
AaveUserPositionPerTokenRequest$outboundSchema = objectType({
|
|
43405
|
-
chain: AaveUserPositionPerTokenChain$outboundSchema.default("
|
|
43392
|
+
chain: AaveUserPositionPerTokenChain$outboundSchema.default("arbitrum:mainnet"),
|
|
43406
43393
|
block: nullableType(numberType().int()).optional(),
|
|
43407
|
-
user: stringType().default("
|
|
43394
|
+
user: stringType().default("0x29F20a192328eF1aD35e1564aBFf4Be9C5ce5f7B"),
|
|
43408
43395
|
token: AaveUserPositionPerTokenToken$outboundSchema.default("USDC")
|
|
43409
43396
|
});
|
|
43410
43397
|
((AaveUserPositionPerTokenRequest$) => {
|
|
@@ -43429,14 +43416,14 @@ var init_aaveuserpositionsummary = __esm(() => {
|
|
|
43429
43416
|
AaveUserPositionSummaryChain$.outboundSchema = AaveUserPositionSummaryChain$outboundSchema;
|
|
43430
43417
|
})(AaveUserPositionSummaryChain$ ||= {});
|
|
43431
43418
|
AaveUserPositionSummaryRequest$inboundSchema = objectType({
|
|
43432
|
-
chain: AaveUserPositionSummaryChain$inboundSchema.default("
|
|
43419
|
+
chain: AaveUserPositionSummaryChain$inboundSchema.default("arbitrum:mainnet"),
|
|
43433
43420
|
block: nullableType(numberType().int()).optional(),
|
|
43434
|
-
user: stringType().default("
|
|
43421
|
+
user: stringType().default("0x29F20a192328eF1aD35e1564aBFf4Be9C5ce5f7B")
|
|
43435
43422
|
});
|
|
43436
43423
|
AaveUserPositionSummaryRequest$outboundSchema = objectType({
|
|
43437
|
-
chain: AaveUserPositionSummaryChain$outboundSchema.default("
|
|
43424
|
+
chain: AaveUserPositionSummaryChain$outboundSchema.default("arbitrum:mainnet"),
|
|
43438
43425
|
block: nullableType(numberType().int()).optional(),
|
|
43439
|
-
user: stringType().default("
|
|
43426
|
+
user: stringType().default("0x29F20a192328eF1aD35e1564aBFf4Be9C5ce5f7B")
|
|
43440
43427
|
});
|
|
43441
43428
|
((AaveUserPositionSummaryRequest$) => {
|
|
43442
43429
|
AaveUserPositionSummaryRequest$.inboundSchema = AaveUserPositionSummaryRequest$inboundSchema;
|
|
@@ -53579,7 +53566,7 @@ deposited plus any accrued yield.`,
|
|
|
53579
53566
|
function createMCPServer(deps) {
|
|
53580
53567
|
const server = new McpServer({
|
|
53581
53568
|
name: "CompassApiSDK",
|
|
53582
|
-
version: "0.5.
|
|
53569
|
+
version: "0.5.25"
|
|
53583
53570
|
});
|
|
53584
53571
|
const client = new CompassApiSDKCore({
|
|
53585
53572
|
apiKeyAuth: deps.apiKeyAuth,
|
|
@@ -54944,7 +54931,7 @@ var routes = an({
|
|
|
54944
54931
|
var app = He(routes, {
|
|
54945
54932
|
name: "mcp",
|
|
54946
54933
|
versionInfo: {
|
|
54947
|
-
currentVersion: "0.5.
|
|
54934
|
+
currentVersion: "0.5.25"
|
|
54948
54935
|
}
|
|
54949
54936
|
});
|
|
54950
54937
|
zt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -54952,5 +54939,5 @@ export {
|
|
|
54952
54939
|
app
|
|
54953
54940
|
};
|
|
54954
54941
|
|
|
54955
|
-
//# debugId=
|
|
54942
|
+
//# debugId=A7D94BB623A1447264756E2164756E21
|
|
54956
54943
|
//# sourceMappingURL=mcp-server.js.map
|