@continuumdao/ctm-mpc-defi 0.2.25 → 0.2.26
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/dist/agent/catalog.cjs +400 -8
- package/dist/agent/catalog.cjs.map +1 -1
- package/dist/agent/catalog.d.ts +266 -1
- package/dist/agent/catalog.js +387 -9
- package/dist/agent/catalog.js.map +1 -1
- package/dist/agent/skills/arcus/SKILL.md +4 -0
- package/dist/agent/skills/morpho/SKILL.md +39 -0
- package/dist/agent/skills/venice/SKILL.md +29 -0
- package/dist/protocols/evm/arcus/index.cjs +9 -2
- package/dist/protocols/evm/arcus/index.cjs.map +1 -1
- package/dist/protocols/evm/arcus/index.d.ts +3 -1
- package/dist/protocols/evm/arcus/index.js +9 -3
- package/dist/protocols/evm/arcus/index.js.map +1 -1
- package/dist/protocols/evm/morpho/index.cjs +76 -2
- package/dist/protocols/evm/morpho/index.cjs.map +1 -1
- package/dist/protocols/evm/morpho/index.d.ts +22 -1
- package/dist/protocols/evm/morpho/index.js +68 -3
- package/dist/protocols/evm/morpho/index.js.map +1 -1
- package/dist/protocols/evm/venice/index.cjs +936 -0
- package/dist/protocols/evm/venice/index.cjs.map +1 -0
- package/dist/protocols/evm/venice/index.d.ts +238 -0
- package/dist/protocols/evm/venice/index.js +901 -0
- package/dist/protocols/evm/venice/index.js.map +1 -0
- package/package.json +6 -1
package/dist/agent/catalog.d.ts
CHANGED
|
@@ -3079,6 +3079,260 @@ type McpMapleDepositInput = z.infer<typeof mcpMapleDepositInputSchema>;
|
|
|
3079
3079
|
type McpSkyLockstakeStakeInput = z.infer<typeof mcpSkyLockstakeStakeInputSchema>;
|
|
3080
3080
|
type McpAaveV4DepositInput = z.infer<typeof mcpAaveV4DepositInputSchema>;
|
|
3081
3081
|
type McpEulerV2IsolatedLendInput = z.infer<typeof mcpEulerV2IsolatedLendInputSchema>;
|
|
3082
|
+
declare const mcpVeniceStakeVvvInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
3083
|
+
[x: string]: z.ZodTypeAny;
|
|
3084
|
+
}, "strip", z.ZodTypeAny, {
|
|
3085
|
+
[x: string]: any;
|
|
3086
|
+
}, {
|
|
3087
|
+
[x: string]: any;
|
|
3088
|
+
}>, {
|
|
3089
|
+
[x: string]: any;
|
|
3090
|
+
}, {
|
|
3091
|
+
[x: string]: any;
|
|
3092
|
+
}>;
|
|
3093
|
+
declare const mcpVeniceInitiateUnstakeSvvvInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
3094
|
+
[x: string]: z.ZodTypeAny;
|
|
3095
|
+
}, "strip", z.ZodTypeAny, {
|
|
3096
|
+
[x: string]: any;
|
|
3097
|
+
}, {
|
|
3098
|
+
[x: string]: any;
|
|
3099
|
+
}>, {
|
|
3100
|
+
[x: string]: any;
|
|
3101
|
+
}, {
|
|
3102
|
+
[x: string]: any;
|
|
3103
|
+
}>;
|
|
3104
|
+
declare const mcpVeniceCompleteUnstakeSvvvInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
3105
|
+
[x: string]: z.ZodTypeAny;
|
|
3106
|
+
}, "strip", z.ZodTypeAny, {
|
|
3107
|
+
[x: string]: any;
|
|
3108
|
+
}, {
|
|
3109
|
+
[x: string]: any;
|
|
3110
|
+
}>, {
|
|
3111
|
+
[x: string]: any;
|
|
3112
|
+
}, {
|
|
3113
|
+
[x: string]: any;
|
|
3114
|
+
}>;
|
|
3115
|
+
declare const mcpVeniceMintDiemInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
3116
|
+
[x: string]: z.ZodTypeAny;
|
|
3117
|
+
}, "strip", z.ZodTypeAny, {
|
|
3118
|
+
[x: string]: any;
|
|
3119
|
+
}, {
|
|
3120
|
+
[x: string]: any;
|
|
3121
|
+
}>, {
|
|
3122
|
+
[x: string]: any;
|
|
3123
|
+
}, {
|
|
3124
|
+
[x: string]: any;
|
|
3125
|
+
}>;
|
|
3126
|
+
declare const mcpVeniceBurnDiemInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
3127
|
+
[x: string]: z.ZodTypeAny;
|
|
3128
|
+
}, "strip", z.ZodTypeAny, {
|
|
3129
|
+
[x: string]: any;
|
|
3130
|
+
}, {
|
|
3131
|
+
[x: string]: any;
|
|
3132
|
+
}>, {
|
|
3133
|
+
[x: string]: any;
|
|
3134
|
+
}, {
|
|
3135
|
+
[x: string]: any;
|
|
3136
|
+
}>;
|
|
3137
|
+
declare const mcpVeniceStakeDiemInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
3138
|
+
[x: string]: z.ZodTypeAny;
|
|
3139
|
+
}, "strip", z.ZodTypeAny, {
|
|
3140
|
+
[x: string]: any;
|
|
3141
|
+
}, {
|
|
3142
|
+
[x: string]: any;
|
|
3143
|
+
}>, {
|
|
3144
|
+
[x: string]: any;
|
|
3145
|
+
}, {
|
|
3146
|
+
[x: string]: any;
|
|
3147
|
+
}>;
|
|
3148
|
+
declare const mcpVeniceInitiateUnstakeDiemInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
3149
|
+
[x: string]: z.ZodTypeAny;
|
|
3150
|
+
}, "strip", z.ZodTypeAny, {
|
|
3151
|
+
[x: string]: any;
|
|
3152
|
+
}, {
|
|
3153
|
+
[x: string]: any;
|
|
3154
|
+
}>, {
|
|
3155
|
+
[x: string]: any;
|
|
3156
|
+
}, {
|
|
3157
|
+
[x: string]: any;
|
|
3158
|
+
}>;
|
|
3159
|
+
declare const mcpVeniceCompleteUnstakeDiemInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
3160
|
+
[x: string]: z.ZodTypeAny;
|
|
3161
|
+
}, "strip", z.ZodTypeAny, {
|
|
3162
|
+
[x: string]: any;
|
|
3163
|
+
}, {
|
|
3164
|
+
[x: string]: any;
|
|
3165
|
+
}>, {
|
|
3166
|
+
[x: string]: any;
|
|
3167
|
+
}, {
|
|
3168
|
+
[x: string]: any;
|
|
3169
|
+
}>;
|
|
3170
|
+
declare const mcpVeniceListModelsInputSchema: z.ZodObject<{
|
|
3171
|
+
type: z.ZodOptional<z.ZodString>;
|
|
3172
|
+
apiKey: z.ZodOptional<z.ZodString>;
|
|
3173
|
+
}, "strip", z.ZodTypeAny, {
|
|
3174
|
+
type?: string | undefined;
|
|
3175
|
+
apiKey?: string | undefined;
|
|
3176
|
+
}, {
|
|
3177
|
+
type?: string | undefined;
|
|
3178
|
+
apiKey?: string | undefined;
|
|
3179
|
+
}>;
|
|
3180
|
+
declare const mcpVeniceReadStakingStateInputSchema: z.ZodObject<{
|
|
3181
|
+
rpcUrl: z.ZodString;
|
|
3182
|
+
executorAddress: z.ZodString;
|
|
3183
|
+
chainId: z.ZodOptional<z.ZodEffects<z.ZodNumber, number, unknown>>;
|
|
3184
|
+
}, "strip", z.ZodTypeAny, {
|
|
3185
|
+
rpcUrl: string;
|
|
3186
|
+
executorAddress: string;
|
|
3187
|
+
chainId?: number | undefined;
|
|
3188
|
+
}, {
|
|
3189
|
+
rpcUrl: string;
|
|
3190
|
+
executorAddress: string;
|
|
3191
|
+
chainId?: unknown;
|
|
3192
|
+
}>;
|
|
3193
|
+
declare const mcpVeniceReadMintDiemPreviewInputSchema: z.ZodObject<{
|
|
3194
|
+
rpcUrl: z.ZodString;
|
|
3195
|
+
svvvLockAmountHuman: z.ZodString;
|
|
3196
|
+
}, "strip", z.ZodTypeAny, {
|
|
3197
|
+
rpcUrl: string;
|
|
3198
|
+
svvvLockAmountHuman: string;
|
|
3199
|
+
}, {
|
|
3200
|
+
rpcUrl: string;
|
|
3201
|
+
svvvLockAmountHuman: string;
|
|
3202
|
+
}>;
|
|
3203
|
+
declare const mcpVeniceListModelsOutputSchema: z.ZodObject<{
|
|
3204
|
+
type: z.ZodString;
|
|
3205
|
+
count: z.ZodNumber;
|
|
3206
|
+
models: z.ZodArray<z.ZodObject<{
|
|
3207
|
+
id: z.ZodString;
|
|
3208
|
+
type: z.ZodOptional<z.ZodString>;
|
|
3209
|
+
offline: z.ZodOptional<z.ZodBoolean>;
|
|
3210
|
+
beta: z.ZodOptional<z.ZodBoolean>;
|
|
3211
|
+
}, "strip", z.ZodTypeAny, {
|
|
3212
|
+
id: string;
|
|
3213
|
+
type?: string | undefined;
|
|
3214
|
+
offline?: boolean | undefined;
|
|
3215
|
+
beta?: boolean | undefined;
|
|
3216
|
+
}, {
|
|
3217
|
+
id: string;
|
|
3218
|
+
type?: string | undefined;
|
|
3219
|
+
offline?: boolean | undefined;
|
|
3220
|
+
beta?: boolean | undefined;
|
|
3221
|
+
}>, "many">;
|
|
3222
|
+
}, "strip", z.ZodTypeAny, {
|
|
3223
|
+
type: string;
|
|
3224
|
+
count: number;
|
|
3225
|
+
models: {
|
|
3226
|
+
id: string;
|
|
3227
|
+
type?: string | undefined;
|
|
3228
|
+
offline?: boolean | undefined;
|
|
3229
|
+
beta?: boolean | undefined;
|
|
3230
|
+
}[];
|
|
3231
|
+
}, {
|
|
3232
|
+
type: string;
|
|
3233
|
+
count: number;
|
|
3234
|
+
models: {
|
|
3235
|
+
id: string;
|
|
3236
|
+
type?: string | undefined;
|
|
3237
|
+
offline?: boolean | undefined;
|
|
3238
|
+
beta?: boolean | undefined;
|
|
3239
|
+
}[];
|
|
3240
|
+
}>;
|
|
3241
|
+
declare const mcpVeniceReadStakingStateOutputSchema: z.ZodObject<{
|
|
3242
|
+
chainId: z.ZodNumber;
|
|
3243
|
+
wallet: z.ZodString;
|
|
3244
|
+
balances: z.ZodObject<{
|
|
3245
|
+
vvvWei: z.ZodString;
|
|
3246
|
+
svvvWei: z.ZodString;
|
|
3247
|
+
diemWei: z.ZodString;
|
|
3248
|
+
diemStakedWei: z.ZodString;
|
|
3249
|
+
}, "strip", z.ZodTypeAny, {
|
|
3250
|
+
vvvWei: string;
|
|
3251
|
+
svvvWei: string;
|
|
3252
|
+
diemWei: string;
|
|
3253
|
+
diemStakedWei: string;
|
|
3254
|
+
}, {
|
|
3255
|
+
vvvWei: string;
|
|
3256
|
+
svvvWei: string;
|
|
3257
|
+
diemWei: string;
|
|
3258
|
+
diemStakedWei: string;
|
|
3259
|
+
}>;
|
|
3260
|
+
diemCooldown: z.ZodObject<{
|
|
3261
|
+
pendingUnstakeWei: z.ZodString;
|
|
3262
|
+
unlockAtSec: z.ZodString;
|
|
3263
|
+
cooldownDurationSec: z.ZodString;
|
|
3264
|
+
}, "strip", z.ZodTypeAny, {
|
|
3265
|
+
pendingUnstakeWei: string;
|
|
3266
|
+
unlockAtSec: string;
|
|
3267
|
+
cooldownDurationSec: string;
|
|
3268
|
+
}, {
|
|
3269
|
+
pendingUnstakeWei: string;
|
|
3270
|
+
unlockAtSec: string;
|
|
3271
|
+
cooldownDurationSec: string;
|
|
3272
|
+
}>;
|
|
3273
|
+
svvvCooldownDurationSec: z.ZodString;
|
|
3274
|
+
mintRateSvvcPerDiem: z.ZodNumber;
|
|
3275
|
+
diemTotalSupplyWei: z.ZodString;
|
|
3276
|
+
estimatedApiCreditUsdPerDay: z.ZodString;
|
|
3277
|
+
}, "strip", z.ZodTypeAny, {
|
|
3278
|
+
chainId: number;
|
|
3279
|
+
wallet: string;
|
|
3280
|
+
balances: {
|
|
3281
|
+
vvvWei: string;
|
|
3282
|
+
svvvWei: string;
|
|
3283
|
+
diemWei: string;
|
|
3284
|
+
diemStakedWei: string;
|
|
3285
|
+
};
|
|
3286
|
+
diemCooldown: {
|
|
3287
|
+
pendingUnstakeWei: string;
|
|
3288
|
+
unlockAtSec: string;
|
|
3289
|
+
cooldownDurationSec: string;
|
|
3290
|
+
};
|
|
3291
|
+
svvvCooldownDurationSec: string;
|
|
3292
|
+
mintRateSvvcPerDiem: number;
|
|
3293
|
+
diemTotalSupplyWei: string;
|
|
3294
|
+
estimatedApiCreditUsdPerDay: string;
|
|
3295
|
+
}, {
|
|
3296
|
+
chainId: number;
|
|
3297
|
+
wallet: string;
|
|
3298
|
+
balances: {
|
|
3299
|
+
vvvWei: string;
|
|
3300
|
+
svvvWei: string;
|
|
3301
|
+
diemWei: string;
|
|
3302
|
+
diemStakedWei: string;
|
|
3303
|
+
};
|
|
3304
|
+
diemCooldown: {
|
|
3305
|
+
pendingUnstakeWei: string;
|
|
3306
|
+
unlockAtSec: string;
|
|
3307
|
+
cooldownDurationSec: string;
|
|
3308
|
+
};
|
|
3309
|
+
svvvCooldownDurationSec: string;
|
|
3310
|
+
mintRateSvvcPerDiem: number;
|
|
3311
|
+
diemTotalSupplyWei: string;
|
|
3312
|
+
estimatedApiCreditUsdPerDay: string;
|
|
3313
|
+
}>;
|
|
3314
|
+
declare const mcpVeniceReadMintDiemPreviewOutputSchema: z.ZodObject<{
|
|
3315
|
+
svvvLockAmountHuman: z.ZodString;
|
|
3316
|
+
svvvLockWei: z.ZodString;
|
|
3317
|
+
mintRateSvvcPerDiem: z.ZodNumber;
|
|
3318
|
+
expectedDiemWei: z.ZodString;
|
|
3319
|
+
diemTotalSupplyWei: z.ZodString;
|
|
3320
|
+
stakingContract: z.ZodString;
|
|
3321
|
+
}, "strip", z.ZodTypeAny, {
|
|
3322
|
+
svvvLockAmountHuman: string;
|
|
3323
|
+
mintRateSvvcPerDiem: number;
|
|
3324
|
+
diemTotalSupplyWei: string;
|
|
3325
|
+
svvvLockWei: string;
|
|
3326
|
+
expectedDiemWei: string;
|
|
3327
|
+
stakingContract: string;
|
|
3328
|
+
}, {
|
|
3329
|
+
svvvLockAmountHuman: string;
|
|
3330
|
+
mintRateSvvcPerDiem: number;
|
|
3331
|
+
diemTotalSupplyWei: string;
|
|
3332
|
+
svvvLockWei: string;
|
|
3333
|
+
expectedDiemWei: string;
|
|
3334
|
+
stakingContract: string;
|
|
3335
|
+
}>;
|
|
3082
3336
|
declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
3083
3337
|
keyGenId: z.ZodOptional<z.ZodString>;
|
|
3084
3338
|
keyGen: z.ZodOptional<z.ZodObject<{
|
|
@@ -3132,6 +3386,7 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
|
|
|
3132
3386
|
amountHuman: z.ZodString;
|
|
3133
3387
|
vaultName: z.ZodOptional<z.ZodString>;
|
|
3134
3388
|
vaultSymbol: z.ZodOptional<z.ZodString>;
|
|
3389
|
+
robinhoodEarn: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
|
|
3135
3390
|
isNativeIn: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
|
|
3136
3391
|
}, "strip", z.ZodTypeAny, {
|
|
3137
3392
|
purposeText: string;
|
|
@@ -3160,6 +3415,7 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
|
|
|
3160
3415
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3161
3416
|
keyGenId?: string | undefined;
|
|
3162
3417
|
vaultName?: string | undefined;
|
|
3418
|
+
robinhoodEarn?: boolean | undefined;
|
|
3163
3419
|
vaultSymbol?: string | undefined;
|
|
3164
3420
|
isNativeIn?: boolean | undefined;
|
|
3165
3421
|
}, {
|
|
@@ -3189,6 +3445,7 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
|
|
|
3189
3445
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3190
3446
|
keyGenId?: string | undefined;
|
|
3191
3447
|
vaultName?: string | undefined;
|
|
3448
|
+
robinhoodEarn?: unknown;
|
|
3192
3449
|
vaultSymbol?: string | undefined;
|
|
3193
3450
|
isNativeIn?: unknown;
|
|
3194
3451
|
}>, {
|
|
@@ -3218,6 +3475,7 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
|
|
|
3218
3475
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3219
3476
|
keyGenId?: string | undefined;
|
|
3220
3477
|
vaultName?: string | undefined;
|
|
3478
|
+
robinhoodEarn?: boolean | undefined;
|
|
3221
3479
|
vaultSymbol?: string | undefined;
|
|
3222
3480
|
isNativeIn?: boolean | undefined;
|
|
3223
3481
|
}, unknown>, {
|
|
@@ -3247,6 +3505,7 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
|
|
|
3247
3505
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3248
3506
|
keyGenId?: string | undefined;
|
|
3249
3507
|
vaultName?: string | undefined;
|
|
3508
|
+
robinhoodEarn?: boolean | undefined;
|
|
3250
3509
|
vaultSymbol?: string | undefined;
|
|
3251
3510
|
isNativeIn?: boolean | undefined;
|
|
3252
3511
|
}, unknown>;
|
|
@@ -3302,6 +3561,7 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
|
|
|
3302
3561
|
amountHuman: z.ZodString;
|
|
3303
3562
|
vaultName: z.ZodOptional<z.ZodString>;
|
|
3304
3563
|
vaultSymbol: z.ZodOptional<z.ZodString>;
|
|
3564
|
+
robinhoodEarn: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
|
|
3305
3565
|
}, "strip", z.ZodTypeAny, {
|
|
3306
3566
|
purposeText: string;
|
|
3307
3567
|
useCustomGas: boolean;
|
|
@@ -3328,6 +3588,7 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
|
|
|
3328
3588
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3329
3589
|
keyGenId?: string | undefined;
|
|
3330
3590
|
vaultName?: string | undefined;
|
|
3591
|
+
robinhoodEarn?: boolean | undefined;
|
|
3331
3592
|
vaultSymbol?: string | undefined;
|
|
3332
3593
|
}, {
|
|
3333
3594
|
purposeText: string;
|
|
@@ -3355,6 +3616,7 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
|
|
|
3355
3616
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3356
3617
|
keyGenId?: string | undefined;
|
|
3357
3618
|
vaultName?: string | undefined;
|
|
3619
|
+
robinhoodEarn?: unknown;
|
|
3358
3620
|
vaultSymbol?: string | undefined;
|
|
3359
3621
|
}>, {
|
|
3360
3622
|
purposeText: string;
|
|
@@ -3382,6 +3644,7 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
|
|
|
3382
3644
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3383
3645
|
keyGenId?: string | undefined;
|
|
3384
3646
|
vaultName?: string | undefined;
|
|
3647
|
+
robinhoodEarn?: boolean | undefined;
|
|
3385
3648
|
vaultSymbol?: string | undefined;
|
|
3386
3649
|
}, unknown>, {
|
|
3387
3650
|
purposeText: string;
|
|
@@ -3409,6 +3672,7 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
|
|
|
3409
3672
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3410
3673
|
keyGenId?: string | undefined;
|
|
3411
3674
|
vaultName?: string | undefined;
|
|
3675
|
+
robinhoodEarn?: boolean | undefined;
|
|
3412
3676
|
vaultSymbol?: string | undefined;
|
|
3413
3677
|
}, unknown>;
|
|
3414
3678
|
declare const mcpMorphoBlueCollateralDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
@@ -8121,6 +8385,7 @@ declare function getAgentCatalog(): {
|
|
|
8121
8385
|
arcus: ProtocolModule;
|
|
8122
8386
|
morpho: ProtocolModule;
|
|
8123
8387
|
circleCctp: ProtocolModule;
|
|
8388
|
+
venice: ProtocolModule;
|
|
8124
8389
|
/** Prefer getAgentCatalogForMcp() or getMcpToolDefinitions() for MCP servers. */
|
|
8125
8390
|
mcp: {
|
|
8126
8391
|
tools: readonly McpToolDefinition[];
|
|
@@ -8204,4 +8469,4 @@ declare function getAgentCatalog(): {
|
|
|
8204
8469
|
};
|
|
8205
8470
|
};
|
|
8206
8471
|
|
|
8207
|
-
export { type ChainDetailMcpInput, EVM_COMMON_PARAM_DOCS, type EvmMultisignCommonInput, type KeyGenMcpInput, MANAGEMENT_SIG_DOC, MCP_NON_SUBMIT_TOOL_NAMES, MCP_TOOL_DEFINITIONS, MCP_TOOL_INPUT_SCHEMAS, MCP_TOOL_OUTPUT_SCHEMAS, MULTISIGN_OUTPUT_DOC, MULTISIGN_SUBMIT_OUTPUT_DOC, type McpAaveV4DepositInput, type McpCurveDaoBuildSwapMultisignInput, type McpCurveDaoQuoteInput, type McpCurveDaoQuoteOutput, type McpEthenaStakeInput, type McpEulerV2FetchLendVaultsInput, type McpEulerV2FetchLendVaultsOutput, type McpEulerV2IsolatedLendInput, type McpJsonSchema, type McpLidoSubmitInput, type McpMapleDepositInput, type McpMorphoFetchBlueMarketsInput, type McpMorphoFetchBlueMarketsOutput, type McpMorphoFetchEarnVaultsInput, type McpMorphoFetchEarnVaultsOutput, type McpMorphoVaultDepositInput, type McpSchemaProperty, type McpSkyLockstakeStakeInput, type McpToolDefinition, type McpToolHandler, type McpToolInputMap, type McpToolName, type McpToolOutputMap, type McpUniswapV4BuildMintLiquidityMultisignInput, type McpUniswapV4BuildSwapMultisignInput, type McpUniswapV4CreateSwapInput, type McpUniswapV4CreateSwapOutput, type McpUniswapV4FetchOhlcvInput, type McpUniswapV4FetchOhlcvOutput, type McpUniswapV4LpCreatePositionInput, type McpUniswapV4QuoteInput, type McpUniswapV4QuoteOutput, type MultisignOutput, PROTOCOL_SUPPORT_ADVISORS, type ProtocolSupportAdvisor, type SupportedTokenRow, type TokenFilterKind, chainDetailSchema, evmAddressSchema, evmMultisignCommonInputSchema, getAgentCatalog, getAgentCatalogForMcp, getMcpToolByName, getMcpToolDefinitions, getMcpToolInputSchema, getMcpToolOutputSchema, getProtocolDiscoverySummary, getProtocolSkill, getProtocolSupportAdvisor, getToolsForProtocol, jsonObjectSchema, keyGenSchema, listProtocolSupportAdvisorIds, listProtocolsWithSkills, mcpAaveV4BorrowInputSchema, mcpAaveV4DepositInputSchema, mcpAaveV4RepayInputSchema, mcpAaveV4WithdrawInputSchema, mcpArcusBuildCancelOrderMultisignInputSchema, mcpArcusBuildCloseMultisignInputSchema, mcpArcusBuildCreateApiKeyMultisignInputSchema, mcpArcusBuildDepositMultisignInputSchema, mcpArcusBuildPlaceOrderMultisignInputSchema, mcpArcusBuildSetLeverageMultisignInputSchema, mcpArcusBuildWithdrawMultisignInputSchema, mcpArcusFetchAccountInputSchema, mcpArcusFetchAccountOutputSchema, mcpArcusFetchMarketSnapshotInputSchema, mcpArcusFetchMarketSnapshotOutputSchema, mcpArcusFetchMarketsInputSchema, mcpArcusFetchMarketsOutputSchema, mcpArcusFetchOhlcvInputSchema, mcpArcusFetchOhlcvOutputSchema, mcpArcusFetchOpenContextInputSchema, mcpArcusFetchOpenContextOutputSchema, mcpArcusFetchOpenOrdersInputSchema, mcpArcusFetchOpenOrdersOutputSchema, mcpArcusFetchPositionsInputSchema, mcpArcusFetchPositionsOutputSchema, mcpArcusSearchMarketsInputSchema, mcpArcusSearchMarketsOutputSchema, mcpArcusSpotBuildRfqMultisignInputSchema, mcpArcusSpotFetchBalancesInputSchema, mcpArcusSpotFetchBalancesOutputSchema, mcpArcusSpotFetchMarketsInputSchema, mcpArcusSpotFetchMarketsOutputSchema, mcpArcusSpotFetchOhlcvInputSchema, mcpArcusSpotFetchOhlcvOutputSchema, mcpCurveDaoBuildSwapMultisignInputSchema, mcpCurveDaoQuoteInputSchema, mcpCurveDaoQuoteOutputSchema, mcpEthenaClaimInputSchema, mcpEthenaCooldownInputSchema, mcpEthenaRedeemInputSchema, mcpEthenaStakeInputSchema, mcpEulerV2BorrowRepayInputSchema, mcpEulerV2CollateralDepositInputSchema, mcpEulerV2CollateralWithdrawInputSchema, mcpEulerV2FetchLendVaultsInputSchema, mcpEulerV2FetchLendVaultsOutputSchema, mcpEulerV2IsolatedBorrowInputSchema, mcpEulerV2IsolatedLendInputSchema, mcpEulerV2VaultWithdrawInputSchema, mcpGmxCancelInputSchema, mcpGmxDecreaseInputSchema, mcpGmxFetchGmApyInputSchema, mcpGmxFetchGmApyOutputSchema, mcpGmxFetchGmMarketsInputSchema, mcpGmxFetchGmMarketsOutputSchema, mcpGmxFetchMarketPricesInputSchema, mcpGmxFetchMarketPricesOutputSchema, mcpGmxFetchMarketsInputSchema, mcpGmxFetchMarketsOutputSchema, mcpGmxFetchOhlcvInputSchema, mcpGmxFetchOhlcvOutputSchema, mcpGmxFetchOrdersInputSchema, mcpGmxFetchOrdersOutputSchema, mcpGmxFetchPositionsInputSchema, mcpGmxFetchPositionsOutputSchema, mcpGmxFetchStakingPowerInputSchema, mcpGmxFetchStakingPowerOutputSchema, mcpGmxGmDepositInputSchema, mcpGmxGmWithdrawInputSchema, mcpGmxIncreaseInputSchema, mcpServerSubmitOutputSchema as mcpGmxMultisignOutputSchema, mcpGmxStakeGmxInputSchema, mcpGmxUnstakeGmxInputSchema, mcpHyperliquidBridgeDepositInputSchema, mcpHyperliquidBridgeWithdrawInputSchema, mcpHyperliquidCancelInputSchema, mcpHyperliquidCloseInputSchema, mcpHyperliquidDelegateInputSchema, mcpHyperliquidFetchDelegationsInputSchema, mcpHyperliquidFetchDelegationsOutputSchema, mcpHyperliquidFetchMarketSnapshotInputSchema, mcpHyperliquidFetchMarketSnapshotOutputSchema, mcpHyperliquidFetchMarketsInputSchema, mcpHyperliquidFetchMarketsOutputSchema, mcpHyperliquidFetchOhlcvInputSchema, mcpHyperliquidFetchOhlcvOutputSchema, mcpHyperliquidFetchOpenContextInputSchema, mcpHyperliquidFetchOpenContextOutputSchema, mcpHyperliquidFetchOpenOrdersInputSchema, mcpHyperliquidFetchOpenOrdersOutputSchema, mcpHyperliquidFetchPositionsInputSchema, mcpHyperliquidFetchPositionsOutputSchema, mcpHyperliquidFetchStakingSummaryInputSchema, mcpHyperliquidFetchStakingSummaryOutputSchema, mcpHyperliquidFetchUsdClassBalancesInputSchema, mcpHyperliquidFetchUsdClassBalancesOutputSchema, mcpHyperliquidFetchUserVaultEquitiesInputSchema, mcpHyperliquidFetchUserVaultEquitiesOutputSchema, mcpHyperliquidFetchVaultsInputSchema, mcpHyperliquidFetchVaultsOutputSchema, mcpHyperliquidLimitOrderInputSchema, mcpHyperliquidSearchMarketsInputSchema, mcpHyperliquidSearchMarketsOutputSchema, mcpHyperliquidStakeInputSchema, mcpHyperliquidUndelegateInputSchema, mcpHyperliquidUnstakeInputSchema, mcpHyperliquidUpdateLeverageInputSchema, mcpHyperliquidUsdTransferInputSchema, mcpHyperliquidVaultDepositInputSchema, mcpHyperliquidVaultWithdrawInputSchema, mcpLidoClaimWithdrawalInputSchema, mcpLidoRequestWithdrawalsInputSchema, mcpLidoSubmitInputSchema, mcpLidoUnwrapWstEthInputSchema, mcpLidoWrapStEthInputSchema, mcpMapleDepositInputSchema, mcpMapleRequestRedeemInputSchema, mcpMorphoBlueBorrowInputSchema, mcpMorphoBlueCollateralDepositInputSchema, mcpMorphoBlueCollateralWithdrawInputSchema, mcpMorphoBlueRepayInputSchema, mcpMorphoFetchBlueMarketsInputSchema, mcpMorphoFetchBlueMarketsOutputSchema, mcpMorphoFetchEarnVaultsInputSchema, mcpMorphoFetchEarnVaultsOutputSchema, mcpMorphoMerklClaimInputSchema, mcpMorphoVaultDepositInputSchema, mcpMorphoVaultWithdrawInputSchema, mcpMultisignInput, multisignOutputSchema as mcpMultisignOutputSchema, mcpServerSubmitOutputSchema as mcpMultisignSubmitOutputSchema, mcpServerCommonInputSchema, mcpServerMultisignInput, mcpServerSubmitOutputSchema, mcpSkyLockstakeCloseInputSchema, mcpSkyLockstakeDrawInputSchema, mcpSkyLockstakeGetRewardInputSchema, mcpSkyLockstakeStakeInputSchema, mcpSkyLockstakeWipeInputSchema, mcpSkySusdsDepositInputSchema, mcpSkySusdsRedeemInputSchema, mcpUniswapV4BuildCollectFeesMultisignInputSchema, mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildLimitOrderMultisignInputSchema, mcpUniswapV4BuildMintLiquidityMultisignInputSchema, mcpUniswapV4BuildSwapMultisignInputSchema, mcpUniswapV4CreateSwapInputSchema, mcpUniswapV4CreateSwapOutputSchema, mcpUniswapV4FetchLimitOrdersInputSchema, mcpUniswapV4FetchLimitOrdersOutputSchema, mcpUniswapV4FetchOhlcvInputSchema, mcpUniswapV4FetchOhlcvOutputSchema, mcpUniswapV4LimitOrderQuoteInputSchema, mcpUniswapV4LimitOrderQuoteOutputSchema, mcpUniswapV4LpClaimInputSchema, mcpUniswapV4LpClaimOutputSchema, mcpUniswapV4LpCreatePositionInputSchema, mcpUniswapV4LpCreatePositionOutputSchema, mcpUniswapV4LpDecreaseInputSchema, mcpUniswapV4LpDecreaseOutputSchema, mcpUniswapV4LpIncreaseInputSchema, mcpUniswapV4LpIncreaseOutputSchema, mcpUniswapV4LpListPoolsInputSchema, mcpUniswapV4LpListPoolsOutputSchema, mcpUniswapV4LpListPositionsInputSchema, mcpUniswapV4LpListPositionsOutputSchema, mcpUniswapV4QuoteInputSchema, mcpUniswapV4QuoteOutputSchema, mcpUniswapV4RegisterPositionFromMintTxInputSchema, mcpUniswapV4RegisterPositionFromMintTxOutputSchema, mcpUniswapV4RegisterPositionNftInputSchema, mcpUniswapV4RegisterPositionNftOutputSchema, multisignOutputSchema, parseAgentBoolean, parseAgentEvmChainId, parseMcpToolInput, parseMcpToolOutput, parseMultisignBuilderOutput, uniswapQuoteTradeTypeSchema, zodSchemaToMcpJsonSchema };
|
|
8472
|
+
export { type ChainDetailMcpInput, EVM_COMMON_PARAM_DOCS, type EvmMultisignCommonInput, type KeyGenMcpInput, MANAGEMENT_SIG_DOC, MCP_NON_SUBMIT_TOOL_NAMES, MCP_TOOL_DEFINITIONS, MCP_TOOL_INPUT_SCHEMAS, MCP_TOOL_OUTPUT_SCHEMAS, MULTISIGN_OUTPUT_DOC, MULTISIGN_SUBMIT_OUTPUT_DOC, type McpAaveV4DepositInput, type McpCurveDaoBuildSwapMultisignInput, type McpCurveDaoQuoteInput, type McpCurveDaoQuoteOutput, type McpEthenaStakeInput, type McpEulerV2FetchLendVaultsInput, type McpEulerV2FetchLendVaultsOutput, type McpEulerV2IsolatedLendInput, type McpJsonSchema, type McpLidoSubmitInput, type McpMapleDepositInput, type McpMorphoFetchBlueMarketsInput, type McpMorphoFetchBlueMarketsOutput, type McpMorphoFetchEarnVaultsInput, type McpMorphoFetchEarnVaultsOutput, type McpMorphoVaultDepositInput, type McpSchemaProperty, type McpSkyLockstakeStakeInput, type McpToolDefinition, type McpToolHandler, type McpToolInputMap, type McpToolName, type McpToolOutputMap, type McpUniswapV4BuildMintLiquidityMultisignInput, type McpUniswapV4BuildSwapMultisignInput, type McpUniswapV4CreateSwapInput, type McpUniswapV4CreateSwapOutput, type McpUniswapV4FetchOhlcvInput, type McpUniswapV4FetchOhlcvOutput, type McpUniswapV4LpCreatePositionInput, type McpUniswapV4QuoteInput, type McpUniswapV4QuoteOutput, type MultisignOutput, PROTOCOL_SUPPORT_ADVISORS, type ProtocolSupportAdvisor, type SupportedTokenRow, type TokenFilterKind, chainDetailSchema, evmAddressSchema, evmMultisignCommonInputSchema, getAgentCatalog, getAgentCatalogForMcp, getMcpToolByName, getMcpToolDefinitions, getMcpToolInputSchema, getMcpToolOutputSchema, getProtocolDiscoverySummary, getProtocolSkill, getProtocolSupportAdvisor, getToolsForProtocol, jsonObjectSchema, keyGenSchema, listProtocolSupportAdvisorIds, listProtocolsWithSkills, mcpAaveV4BorrowInputSchema, mcpAaveV4DepositInputSchema, mcpAaveV4RepayInputSchema, mcpAaveV4WithdrawInputSchema, mcpArcusBuildCancelOrderMultisignInputSchema, mcpArcusBuildCloseMultisignInputSchema, mcpArcusBuildCreateApiKeyMultisignInputSchema, mcpArcusBuildDepositMultisignInputSchema, mcpArcusBuildPlaceOrderMultisignInputSchema, mcpArcusBuildSetLeverageMultisignInputSchema, mcpArcusBuildWithdrawMultisignInputSchema, mcpArcusFetchAccountInputSchema, mcpArcusFetchAccountOutputSchema, mcpArcusFetchMarketSnapshotInputSchema, mcpArcusFetchMarketSnapshotOutputSchema, mcpArcusFetchMarketsInputSchema, mcpArcusFetchMarketsOutputSchema, mcpArcusFetchOhlcvInputSchema, mcpArcusFetchOhlcvOutputSchema, mcpArcusFetchOpenContextInputSchema, mcpArcusFetchOpenContextOutputSchema, mcpArcusFetchOpenOrdersInputSchema, mcpArcusFetchOpenOrdersOutputSchema, mcpArcusFetchPositionsInputSchema, mcpArcusFetchPositionsOutputSchema, mcpArcusSearchMarketsInputSchema, mcpArcusSearchMarketsOutputSchema, mcpArcusSpotBuildRfqMultisignInputSchema, mcpArcusSpotFetchBalancesInputSchema, mcpArcusSpotFetchBalancesOutputSchema, mcpArcusSpotFetchMarketsInputSchema, mcpArcusSpotFetchMarketsOutputSchema, mcpArcusSpotFetchOhlcvInputSchema, mcpArcusSpotFetchOhlcvOutputSchema, mcpCurveDaoBuildSwapMultisignInputSchema, mcpCurveDaoQuoteInputSchema, mcpCurveDaoQuoteOutputSchema, mcpEthenaClaimInputSchema, mcpEthenaCooldownInputSchema, mcpEthenaRedeemInputSchema, mcpEthenaStakeInputSchema, mcpEulerV2BorrowRepayInputSchema, mcpEulerV2CollateralDepositInputSchema, mcpEulerV2CollateralWithdrawInputSchema, mcpEulerV2FetchLendVaultsInputSchema, mcpEulerV2FetchLendVaultsOutputSchema, mcpEulerV2IsolatedBorrowInputSchema, mcpEulerV2IsolatedLendInputSchema, mcpEulerV2VaultWithdrawInputSchema, mcpGmxCancelInputSchema, mcpGmxDecreaseInputSchema, mcpGmxFetchGmApyInputSchema, mcpGmxFetchGmApyOutputSchema, mcpGmxFetchGmMarketsInputSchema, mcpGmxFetchGmMarketsOutputSchema, mcpGmxFetchMarketPricesInputSchema, mcpGmxFetchMarketPricesOutputSchema, mcpGmxFetchMarketsInputSchema, mcpGmxFetchMarketsOutputSchema, mcpGmxFetchOhlcvInputSchema, mcpGmxFetchOhlcvOutputSchema, mcpGmxFetchOrdersInputSchema, mcpGmxFetchOrdersOutputSchema, mcpGmxFetchPositionsInputSchema, mcpGmxFetchPositionsOutputSchema, mcpGmxFetchStakingPowerInputSchema, mcpGmxFetchStakingPowerOutputSchema, mcpGmxGmDepositInputSchema, mcpGmxGmWithdrawInputSchema, mcpGmxIncreaseInputSchema, mcpServerSubmitOutputSchema as mcpGmxMultisignOutputSchema, mcpGmxStakeGmxInputSchema, mcpGmxUnstakeGmxInputSchema, mcpHyperliquidBridgeDepositInputSchema, mcpHyperliquidBridgeWithdrawInputSchema, mcpHyperliquidCancelInputSchema, mcpHyperliquidCloseInputSchema, mcpHyperliquidDelegateInputSchema, mcpHyperliquidFetchDelegationsInputSchema, mcpHyperliquidFetchDelegationsOutputSchema, mcpHyperliquidFetchMarketSnapshotInputSchema, mcpHyperliquidFetchMarketSnapshotOutputSchema, mcpHyperliquidFetchMarketsInputSchema, mcpHyperliquidFetchMarketsOutputSchema, mcpHyperliquidFetchOhlcvInputSchema, mcpHyperliquidFetchOhlcvOutputSchema, mcpHyperliquidFetchOpenContextInputSchema, mcpHyperliquidFetchOpenContextOutputSchema, mcpHyperliquidFetchOpenOrdersInputSchema, mcpHyperliquidFetchOpenOrdersOutputSchema, mcpHyperliquidFetchPositionsInputSchema, mcpHyperliquidFetchPositionsOutputSchema, mcpHyperliquidFetchStakingSummaryInputSchema, mcpHyperliquidFetchStakingSummaryOutputSchema, mcpHyperliquidFetchUsdClassBalancesInputSchema, mcpHyperliquidFetchUsdClassBalancesOutputSchema, mcpHyperliquidFetchUserVaultEquitiesInputSchema, mcpHyperliquidFetchUserVaultEquitiesOutputSchema, mcpHyperliquidFetchVaultsInputSchema, mcpHyperliquidFetchVaultsOutputSchema, mcpHyperliquidLimitOrderInputSchema, mcpHyperliquidSearchMarketsInputSchema, mcpHyperliquidSearchMarketsOutputSchema, mcpHyperliquidStakeInputSchema, mcpHyperliquidUndelegateInputSchema, mcpHyperliquidUnstakeInputSchema, mcpHyperliquidUpdateLeverageInputSchema, mcpHyperliquidUsdTransferInputSchema, mcpHyperliquidVaultDepositInputSchema, mcpHyperliquidVaultWithdrawInputSchema, mcpLidoClaimWithdrawalInputSchema, mcpLidoRequestWithdrawalsInputSchema, mcpLidoSubmitInputSchema, mcpLidoUnwrapWstEthInputSchema, mcpLidoWrapStEthInputSchema, mcpMapleDepositInputSchema, mcpMapleRequestRedeemInputSchema, mcpMorphoBlueBorrowInputSchema, mcpMorphoBlueCollateralDepositInputSchema, mcpMorphoBlueCollateralWithdrawInputSchema, mcpMorphoBlueRepayInputSchema, mcpMorphoFetchBlueMarketsInputSchema, mcpMorphoFetchBlueMarketsOutputSchema, mcpMorphoFetchEarnVaultsInputSchema, mcpMorphoFetchEarnVaultsOutputSchema, mcpMorphoMerklClaimInputSchema, mcpMorphoVaultDepositInputSchema, mcpMorphoVaultWithdrawInputSchema, mcpMultisignInput, multisignOutputSchema as mcpMultisignOutputSchema, mcpServerSubmitOutputSchema as mcpMultisignSubmitOutputSchema, mcpServerCommonInputSchema, mcpServerMultisignInput, mcpServerSubmitOutputSchema, mcpSkyLockstakeCloseInputSchema, mcpSkyLockstakeDrawInputSchema, mcpSkyLockstakeGetRewardInputSchema, mcpSkyLockstakeStakeInputSchema, mcpSkyLockstakeWipeInputSchema, mcpSkySusdsDepositInputSchema, mcpSkySusdsRedeemInputSchema, mcpUniswapV4BuildCollectFeesMultisignInputSchema, mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildLimitOrderMultisignInputSchema, mcpUniswapV4BuildMintLiquidityMultisignInputSchema, mcpUniswapV4BuildSwapMultisignInputSchema, mcpUniswapV4CreateSwapInputSchema, mcpUniswapV4CreateSwapOutputSchema, mcpUniswapV4FetchLimitOrdersInputSchema, mcpUniswapV4FetchLimitOrdersOutputSchema, mcpUniswapV4FetchOhlcvInputSchema, mcpUniswapV4FetchOhlcvOutputSchema, mcpUniswapV4LimitOrderQuoteInputSchema, mcpUniswapV4LimitOrderQuoteOutputSchema, mcpUniswapV4LpClaimInputSchema, mcpUniswapV4LpClaimOutputSchema, mcpUniswapV4LpCreatePositionInputSchema, mcpUniswapV4LpCreatePositionOutputSchema, mcpUniswapV4LpDecreaseInputSchema, mcpUniswapV4LpDecreaseOutputSchema, mcpUniswapV4LpIncreaseInputSchema, mcpUniswapV4LpIncreaseOutputSchema, mcpUniswapV4LpListPoolsInputSchema, mcpUniswapV4LpListPoolsOutputSchema, mcpUniswapV4LpListPositionsInputSchema, mcpUniswapV4LpListPositionsOutputSchema, mcpUniswapV4QuoteInputSchema, mcpUniswapV4QuoteOutputSchema, mcpUniswapV4RegisterPositionFromMintTxInputSchema, mcpUniswapV4RegisterPositionFromMintTxOutputSchema, mcpUniswapV4RegisterPositionNftInputSchema, mcpUniswapV4RegisterPositionNftOutputSchema, mcpVeniceBurnDiemInputSchema, mcpVeniceCompleteUnstakeDiemInputSchema, mcpVeniceCompleteUnstakeSvvvInputSchema, mcpVeniceInitiateUnstakeDiemInputSchema, mcpVeniceInitiateUnstakeSvvvInputSchema, mcpVeniceListModelsInputSchema, mcpVeniceListModelsOutputSchema, mcpVeniceMintDiemInputSchema, mcpVeniceReadMintDiemPreviewInputSchema, mcpVeniceReadMintDiemPreviewOutputSchema, mcpVeniceReadStakingStateInputSchema, mcpVeniceReadStakingStateOutputSchema, mcpVeniceStakeDiemInputSchema, mcpVeniceStakeVvvInputSchema, multisignOutputSchema, parseAgentBoolean, parseAgentEvmChainId, parseMcpToolInput, parseMcpToolOutput, parseMultisignBuilderOutput, uniswapQuoteTradeTypeSchema, zodSchemaToMcpJsonSchema };
|