@compass-labs/api-sdk 0.5.22 → 0.5.23
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 +79 -66
- package/bin/mcp-server.js.map +11 -11
- 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/useroperation.d.ts +9 -0
- package/dist/commonjs/models/components/useroperation.d.ts.map +1 -1
- package/dist/commonjs/models/components/useroperation.js +13 -0
- 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/useroperation.d.ts +9 -0
- package/dist/esm/models/components/useroperation.d.ts.map +1 -1
- package/dist/esm/models/components/useroperation.js +13 -0
- 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/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/useroperation.ts +30 -0
- package/src/models/operations/aavehistoricaltransactions.ts +4 -8
- package/src/models/operations/aaveuserpositionpertoken.ts +4 -8
- package/src/models/operations/aaveuserpositionsummary.ts +4 -6
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.23",
|
|
34209
34209
|
genVersion: "2.632.2",
|
|
34210
|
-
userAgent: "speakeasy-sdk/typescript 0.5.
|
|
34210
|
+
userAgent: "speakeasy-sdk/typescript 0.5.23 2.632.2 0.0.1 @compass-labs/api-sdk"
|
|
34211
34211
|
};
|
|
34212
34212
|
});
|
|
34213
34213
|
|
|
@@ -38450,6 +38450,55 @@ 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
|
+
|
|
38453
38502
|
// src/models/components/feeenum.ts
|
|
38454
38503
|
var FeeEnum, FeeEnum$inboundSchema, FeeEnum$outboundSchema, FeeEnum$;
|
|
38455
38504
|
var init_feeenum = __esm(() => {
|
|
@@ -38863,6 +38912,7 @@ var init_useroperation = __esm(() => {
|
|
|
38863
38912
|
init_skysellparams();
|
|
38864
38913
|
init_skywithdrawparams();
|
|
38865
38914
|
init_tokentransfererc20params();
|
|
38915
|
+
init_tokentransferrequest();
|
|
38866
38916
|
init_uniswapbuyexactlyparams();
|
|
38867
38917
|
init_uniswapincreaseliquidityprovisionparams();
|
|
38868
38918
|
init_uniswapmintliquidityprovisionparams();
|
|
@@ -38879,6 +38929,9 @@ var init_useroperation = __esm(() => {
|
|
|
38879
38929
|
AerodromeSlipstreamIncreaseLiquidityProvisionParams$inboundSchema.and(objectType({
|
|
38880
38930
|
action_type: literalType("AERODROME_SLIPSTREAM_INCREASE_LIQUIDITY_PROVISION")
|
|
38881
38931
|
}).transform((v2) => ({ actionType: v2.action_type }))),
|
|
38932
|
+
TokenTransferRequest$inboundSchema.and(objectType({ action_type: literalType("TOKEN_TRANSFER") }).transform((v2) => ({
|
|
38933
|
+
actionType: v2.action_type
|
|
38934
|
+
}))),
|
|
38882
38935
|
UniswapIncreaseLiquidityProvisionParams$inboundSchema.and(objectType({ action_type: literalType("UNISWAP_ADD_LIQUIDITY") }).transform((v2) => ({ actionType: v2.action_type }))),
|
|
38883
38936
|
UniswapBuyExactlyParams$inboundSchema.and(objectType({ action_type: literalType("UNISWAP_BUY_EXACTLY") }).transform((v2) => ({ actionType: v2.action_type }))),
|
|
38884
38937
|
UniswapSellExactlyParams$inboundSchema.and(objectType({ action_type: literalType("UNISWAP_SELL_EXACTLY") }).transform((v2) => ({ actionType: v2.action_type }))),
|
|
@@ -38960,6 +39013,9 @@ var init_useroperation = __esm(() => {
|
|
|
38960
39013
|
AerodromeSlipstreamIncreaseLiquidityProvisionParams$outboundSchema.and(objectType({
|
|
38961
39014
|
actionType: literalType("AERODROME_SLIPSTREAM_INCREASE_LIQUIDITY_PROVISION")
|
|
38962
39015
|
}).transform((v2) => ({ action_type: v2.actionType }))),
|
|
39016
|
+
TokenTransferRequest$outboundSchema.and(objectType({ actionType: literalType("TOKEN_TRANSFER") }).transform((v2) => ({
|
|
39017
|
+
action_type: v2.actionType
|
|
39018
|
+
}))),
|
|
38963
39019
|
UniswapIncreaseLiquidityProvisionParams$outboundSchema.and(objectType({ actionType: literalType("UNISWAP_ADD_LIQUIDITY") }).transform((v2) => ({ action_type: v2.actionType }))),
|
|
38964
39020
|
UniswapBuyExactlyParams$outboundSchema.and(objectType({ actionType: literalType("UNISWAP_BUY_EXACTLY") }).transform((v2) => ({ action_type: v2.actionType }))),
|
|
38965
39021
|
UniswapSellExactlyParams$outboundSchema.and(objectType({ actionType: literalType("UNISWAP_SELL_EXACTLY") }).transform((v2) => ({ action_type: v2.actionType }))),
|
|
@@ -39048,6 +39104,9 @@ var init_useroperation = __esm(() => {
|
|
|
39048
39104
|
AerodromeSlipstreamIncreaseLiquidityProvisionParams$inboundSchema.and(objectType({
|
|
39049
39105
|
action_type: literalType("AERODROME_SLIPSTREAM_INCREASE_LIQUIDITY_PROVISION")
|
|
39050
39106
|
}).transform((v2) => ({ actionType: v2.action_type }))),
|
|
39107
|
+
TokenTransferRequest$inboundSchema.and(objectType({ action_type: literalType("TOKEN_TRANSFER") }).transform((v2) => ({
|
|
39108
|
+
actionType: v2.action_type
|
|
39109
|
+
}))),
|
|
39051
39110
|
UniswapIncreaseLiquidityProvisionParams$inboundSchema.and(objectType({ action_type: literalType("UNISWAP_ADD_LIQUIDITY") }).transform((v2) => ({ actionType: v2.action_type }))),
|
|
39052
39111
|
UniswapBuyExactlyParams$inboundSchema.and(objectType({ action_type: literalType("UNISWAP_BUY_EXACTLY") }).transform((v2) => ({ actionType: v2.action_type }))),
|
|
39053
39112
|
UniswapSellExactlyParams$inboundSchema.and(objectType({ action_type: literalType("UNISWAP_SELL_EXACTLY") }).transform((v2) => ({ actionType: v2.action_type }))),
|
|
@@ -39131,6 +39190,9 @@ var init_useroperation = __esm(() => {
|
|
|
39131
39190
|
AerodromeSlipstreamIncreaseLiquidityProvisionParams$outboundSchema.and(objectType({
|
|
39132
39191
|
actionType: literalType("AERODROME_SLIPSTREAM_INCREASE_LIQUIDITY_PROVISION")
|
|
39133
39192
|
}).transform((v2) => ({ action_type: v2.actionType }))),
|
|
39193
|
+
TokenTransferRequest$outboundSchema.and(objectType({ actionType: literalType("TOKEN_TRANSFER") }).transform((v2) => ({
|
|
39194
|
+
action_type: v2.actionType
|
|
39195
|
+
}))),
|
|
39134
39196
|
UniswapIncreaseLiquidityProvisionParams$outboundSchema.and(objectType({ actionType: literalType("UNISWAP_ADD_LIQUIDITY") }).transform((v2) => ({ action_type: v2.actionType }))),
|
|
39135
39197
|
UniswapBuyExactlyParams$outboundSchema.and(objectType({ actionType: literalType("UNISWAP_BUY_EXACTLY") }).transform((v2) => ({ action_type: v2.actionType }))),
|
|
39136
39198
|
UniswapSellExactlyParams$outboundSchema.and(objectType({ actionType: literalType("UNISWAP_SELL_EXACTLY") }).transform((v2) => ({ action_type: v2.actionType }))),
|
|
@@ -41698,55 +41760,6 @@ var init_tokenpriceresponse = __esm(() => {
|
|
|
41698
41760
|
})(TokenPriceResponse$ ||= {});
|
|
41699
41761
|
});
|
|
41700
41762
|
|
|
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
|
-
|
|
41750
41763
|
// src/models/components/unsignedmulticalltransaction.ts
|
|
41751
41764
|
var UnsignedMulticallTransaction$inboundSchema, UnsignedMulticallTransaction$outboundSchema, UnsignedMulticallTransaction$;
|
|
41752
41765
|
var init_unsignedmulticalltransaction = __esm(() => {
|
|
@@ -42862,8 +42875,8 @@ var init_aavehistoricaltransactions = __esm(() => {
|
|
|
42862
42875
|
AaveHistoricalTransactionsRequest$inboundSchema = objectType({
|
|
42863
42876
|
offset: numberType().int().default(0),
|
|
42864
42877
|
limit: numberType().int().default(100),
|
|
42865
|
-
chain: AaveHistoricalTransactionsChain$inboundSchema.default("
|
|
42866
|
-
user_address: stringType().default("
|
|
42878
|
+
chain: AaveHistoricalTransactionsChain$inboundSchema.default("base:mainnet"),
|
|
42879
|
+
user_address: stringType().default("0x8BCA3bEF173bdf9246fAb92479c554D167f3aC07")
|
|
42867
42880
|
}).transform((v2) => {
|
|
42868
42881
|
return remap(v2, {
|
|
42869
42882
|
user_address: "userAddress"
|
|
@@ -42872,8 +42885,8 @@ var init_aavehistoricaltransactions = __esm(() => {
|
|
|
42872
42885
|
AaveHistoricalTransactionsRequest$outboundSchema = objectType({
|
|
42873
42886
|
offset: numberType().int().default(0),
|
|
42874
42887
|
limit: numberType().int().default(100),
|
|
42875
|
-
chain: AaveHistoricalTransactionsChain$outboundSchema.default("
|
|
42876
|
-
userAddress: stringType().default("
|
|
42888
|
+
chain: AaveHistoricalTransactionsChain$outboundSchema.default("base:mainnet"),
|
|
42889
|
+
userAddress: stringType().default("0x8BCA3bEF173bdf9246fAb92479c554D167f3aC07")
|
|
42877
42890
|
}).transform((v2) => {
|
|
42878
42891
|
return remap(v2, {
|
|
42879
42892
|
userAddress: "user_address"
|
|
@@ -43383,15 +43396,15 @@ var init_aaveuserpositionpertoken = __esm(() => {
|
|
|
43383
43396
|
AaveUserPositionPerTokenToken$.outboundSchema = AaveUserPositionPerTokenToken$outboundSchema;
|
|
43384
43397
|
})(AaveUserPositionPerTokenToken$ ||= {});
|
|
43385
43398
|
AaveUserPositionPerTokenRequest$inboundSchema = objectType({
|
|
43386
|
-
chain: AaveUserPositionPerTokenChain$inboundSchema.default("
|
|
43399
|
+
chain: AaveUserPositionPerTokenChain$inboundSchema.default("base:mainnet"),
|
|
43387
43400
|
block: nullableType(numberType().int()).optional(),
|
|
43388
|
-
user: stringType().default("
|
|
43401
|
+
user: stringType().default("0x8BCA3bEF173bdf9246fAb92479c554D167f3aC07"),
|
|
43389
43402
|
token: AaveUserPositionPerTokenToken$inboundSchema.default("USDC")
|
|
43390
43403
|
});
|
|
43391
43404
|
AaveUserPositionPerTokenRequest$outboundSchema = objectType({
|
|
43392
|
-
chain: AaveUserPositionPerTokenChain$outboundSchema.default("
|
|
43405
|
+
chain: AaveUserPositionPerTokenChain$outboundSchema.default("base:mainnet"),
|
|
43393
43406
|
block: nullableType(numberType().int()).optional(),
|
|
43394
|
-
user: stringType().default("
|
|
43407
|
+
user: stringType().default("0x8BCA3bEF173bdf9246fAb92479c554D167f3aC07"),
|
|
43395
43408
|
token: AaveUserPositionPerTokenToken$outboundSchema.default("USDC")
|
|
43396
43409
|
});
|
|
43397
43410
|
((AaveUserPositionPerTokenRequest$) => {
|
|
@@ -43416,14 +43429,14 @@ var init_aaveuserpositionsummary = __esm(() => {
|
|
|
43416
43429
|
AaveUserPositionSummaryChain$.outboundSchema = AaveUserPositionSummaryChain$outboundSchema;
|
|
43417
43430
|
})(AaveUserPositionSummaryChain$ ||= {});
|
|
43418
43431
|
AaveUserPositionSummaryRequest$inboundSchema = objectType({
|
|
43419
|
-
chain: AaveUserPositionSummaryChain$inboundSchema.default("
|
|
43432
|
+
chain: AaveUserPositionSummaryChain$inboundSchema.default("base:mainnet"),
|
|
43420
43433
|
block: nullableType(numberType().int()).optional(),
|
|
43421
|
-
user: stringType().default("
|
|
43434
|
+
user: stringType().default("0x8BCA3bEF173bdf9246fAb92479c554D167f3aC07")
|
|
43422
43435
|
});
|
|
43423
43436
|
AaveUserPositionSummaryRequest$outboundSchema = objectType({
|
|
43424
|
-
chain: AaveUserPositionSummaryChain$outboundSchema.default("
|
|
43437
|
+
chain: AaveUserPositionSummaryChain$outboundSchema.default("base:mainnet"),
|
|
43425
43438
|
block: nullableType(numberType().int()).optional(),
|
|
43426
|
-
user: stringType().default("
|
|
43439
|
+
user: stringType().default("0x8BCA3bEF173bdf9246fAb92479c554D167f3aC07")
|
|
43427
43440
|
});
|
|
43428
43441
|
((AaveUserPositionSummaryRequest$) => {
|
|
43429
43442
|
AaveUserPositionSummaryRequest$.inboundSchema = AaveUserPositionSummaryRequest$inboundSchema;
|
|
@@ -53566,7 +53579,7 @@ deposited plus any accrued yield.`,
|
|
|
53566
53579
|
function createMCPServer(deps) {
|
|
53567
53580
|
const server = new McpServer({
|
|
53568
53581
|
name: "CompassApiSDK",
|
|
53569
|
-
version: "0.5.
|
|
53582
|
+
version: "0.5.23"
|
|
53570
53583
|
});
|
|
53571
53584
|
const client = new CompassApiSDKCore({
|
|
53572
53585
|
apiKeyAuth: deps.apiKeyAuth,
|
|
@@ -54931,7 +54944,7 @@ var routes = an({
|
|
|
54931
54944
|
var app = He(routes, {
|
|
54932
54945
|
name: "mcp",
|
|
54933
54946
|
versionInfo: {
|
|
54934
|
-
currentVersion: "0.5.
|
|
54947
|
+
currentVersion: "0.5.23"
|
|
54935
54948
|
}
|
|
54936
54949
|
});
|
|
54937
54950
|
zt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -54939,5 +54952,5 @@ export {
|
|
|
54939
54952
|
app
|
|
54940
54953
|
};
|
|
54941
54954
|
|
|
54942
|
-
//# debugId=
|
|
54955
|
+
//# debugId=45D0AA6035F1763F64756E2164756E21
|
|
54943
54956
|
//# sourceMappingURL=mcp-server.js.map
|