@continuumdao/ctm-mpc-defi 0.2.28 → 0.2.30
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 +1305 -21
- package/dist/agent/catalog.cjs.map +1 -1
- package/dist/agent/catalog.d.ts +1468 -1
- package/dist/agent/catalog.js +1236 -23
- package/dist/agent/catalog.js.map +1 -1
- package/dist/agent/skills/continuum-dao/SKILL.md +139 -0
- package/dist/agent/skills/ethena/SKILL.md +1 -1
- package/dist/agent/skills/lido/SKILL.md +4 -1
- package/dist/core/index.cjs +42 -39
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.d.ts +1 -1
- package/dist/core/index.js +42 -39
- package/dist/core/index.js.map +1 -1
- package/dist/{eip712Multisign-xhXpUYp3.d.ts → eip712Multisign-DCW7heqX.d.ts} +11 -8
- package/dist/index.cjs +64 -57
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +64 -57
- package/dist/index.js.map +1 -1
- package/dist/protocols/evm/arcus/index.cjs +62 -55
- package/dist/protocols/evm/arcus/index.cjs.map +1 -1
- package/dist/protocols/evm/arcus/index.js +62 -55
- package/dist/protocols/evm/arcus/index.js.map +1 -1
- package/dist/protocols/evm/continuum-dao/index.cjs +2237 -0
- package/dist/protocols/evm/continuum-dao/index.cjs.map +1 -0
- package/dist/protocols/evm/continuum-dao/index.d.ts +700 -0
- package/dist/protocols/evm/continuum-dao/index.js +2110 -0
- package/dist/protocols/evm/continuum-dao/index.js.map +1 -0
- package/dist/protocols/evm/ethena/index.cjs +41 -4
- package/dist/protocols/evm/ethena/index.cjs.map +1 -1
- package/dist/protocols/evm/ethena/index.d.ts +12 -2
- package/dist/protocols/evm/ethena/index.js +38 -5
- package/dist/protocols/evm/ethena/index.js.map +1 -1
- package/dist/protocols/evm/hyperliquid/index.cjs +125 -110
- package/dist/protocols/evm/hyperliquid/index.cjs.map +1 -1
- package/dist/protocols/evm/hyperliquid/index.js +125 -110
- package/dist/protocols/evm/hyperliquid/index.js.map +1 -1
- package/dist/protocols/evm/lido/index.cjs +66 -1
- package/dist/protocols/evm/lido/index.cjs.map +1 -1
- package/dist/protocols/evm/lido/index.d.ts +11 -1
- package/dist/protocols/evm/lido/index.js +60 -2
- package/dist/protocols/evm/lido/index.js.map +1 -1
- package/dist/protocols/evm/permit2/index.cjs +66 -59
- package/dist/protocols/evm/permit2/index.cjs.map +1 -1
- package/dist/protocols/evm/permit2/index.js +66 -59
- package/dist/protocols/evm/permit2/index.js.map +1 -1
- package/dist/protocols/evm/uniswap-v4/index.cjs +63 -56
- package/dist/protocols/evm/uniswap-v4/index.cjs.map +1 -1
- package/dist/protocols/evm/uniswap-v4/index.d.ts +1 -1
- package/dist/protocols/evm/uniswap-v4/index.js +63 -56
- package/dist/protocols/evm/uniswap-v4/index.js.map +1 -1
- package/package.json +6 -1
package/dist/agent/catalog.d.ts
CHANGED
|
@@ -5073,6 +5073,1472 @@ declare const mcpMorphoMidnightRepayInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
|
|
|
5073
5073
|
withdrawAllCollateral?: boolean | undefined;
|
|
5074
5074
|
}, unknown>;
|
|
5075
5075
|
type McpMorphoVaultDepositInput = z.infer<typeof mcpMorphoVaultDepositInputSchema>;
|
|
5076
|
+
declare const mcpContinuumDaoCreateLockInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5077
|
+
[x: string]: z.ZodTypeAny;
|
|
5078
|
+
}, "strip", z.ZodTypeAny, {
|
|
5079
|
+
[x: string]: any;
|
|
5080
|
+
}, {
|
|
5081
|
+
[x: string]: any;
|
|
5082
|
+
}>, {
|
|
5083
|
+
[x: string]: any;
|
|
5084
|
+
}, {
|
|
5085
|
+
[x: string]: any;
|
|
5086
|
+
}>;
|
|
5087
|
+
declare const mcpContinuumDaoIncreaseAmountInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5088
|
+
[x: string]: z.ZodTypeAny;
|
|
5089
|
+
}, "strip", z.ZodTypeAny, {
|
|
5090
|
+
[x: string]: any;
|
|
5091
|
+
}, {
|
|
5092
|
+
[x: string]: any;
|
|
5093
|
+
}>, {
|
|
5094
|
+
[x: string]: any;
|
|
5095
|
+
}, {
|
|
5096
|
+
[x: string]: any;
|
|
5097
|
+
}>;
|
|
5098
|
+
declare const mcpContinuumDaoIncreaseUnlockTimeInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5099
|
+
[x: string]: z.ZodTypeAny;
|
|
5100
|
+
}, "strip", z.ZodTypeAny, {
|
|
5101
|
+
[x: string]: any;
|
|
5102
|
+
}, {
|
|
5103
|
+
[x: string]: any;
|
|
5104
|
+
}>, {
|
|
5105
|
+
[x: string]: any;
|
|
5106
|
+
}, {
|
|
5107
|
+
[x: string]: any;
|
|
5108
|
+
}>;
|
|
5109
|
+
declare const mcpContinuumDaoSplitInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5110
|
+
[x: string]: z.ZodTypeAny;
|
|
5111
|
+
}, "strip", z.ZodTypeAny, {
|
|
5112
|
+
[x: string]: any;
|
|
5113
|
+
}, {
|
|
5114
|
+
[x: string]: any;
|
|
5115
|
+
}>, {
|
|
5116
|
+
[x: string]: any;
|
|
5117
|
+
}, {
|
|
5118
|
+
[x: string]: any;
|
|
5119
|
+
}>;
|
|
5120
|
+
declare const mcpContinuumDaoMergeInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5121
|
+
[x: string]: z.ZodTypeAny;
|
|
5122
|
+
}, "strip", z.ZodTypeAny, {
|
|
5123
|
+
[x: string]: any;
|
|
5124
|
+
}, {
|
|
5125
|
+
[x: string]: any;
|
|
5126
|
+
}>, {
|
|
5127
|
+
[x: string]: any;
|
|
5128
|
+
}, {
|
|
5129
|
+
[x: string]: any;
|
|
5130
|
+
}>;
|
|
5131
|
+
declare const mcpContinuumDaoTokenIdInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5132
|
+
[x: string]: z.ZodTypeAny;
|
|
5133
|
+
}, "strip", z.ZodTypeAny, {
|
|
5134
|
+
[x: string]: any;
|
|
5135
|
+
}, {
|
|
5136
|
+
[x: string]: any;
|
|
5137
|
+
}>, {
|
|
5138
|
+
[x: string]: any;
|
|
5139
|
+
}, {
|
|
5140
|
+
[x: string]: any;
|
|
5141
|
+
}>;
|
|
5142
|
+
declare const mcpContinuumDaoDelegateInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5143
|
+
[x: string]: z.ZodTypeAny;
|
|
5144
|
+
}, "strip", z.ZodTypeAny, {
|
|
5145
|
+
[x: string]: any;
|
|
5146
|
+
}, {
|
|
5147
|
+
[x: string]: any;
|
|
5148
|
+
}>, {
|
|
5149
|
+
[x: string]: any;
|
|
5150
|
+
}, {
|
|
5151
|
+
[x: string]: any;
|
|
5152
|
+
}>;
|
|
5153
|
+
declare const mcpContinuumDaoUndelegateInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5154
|
+
[x: string]: z.ZodTypeAny;
|
|
5155
|
+
}, "strip", z.ZodTypeAny, {
|
|
5156
|
+
[x: string]: any;
|
|
5157
|
+
}, {
|
|
5158
|
+
[x: string]: any;
|
|
5159
|
+
}>, {
|
|
5160
|
+
[x: string]: any;
|
|
5161
|
+
}, {
|
|
5162
|
+
[x: string]: any;
|
|
5163
|
+
}>;
|
|
5164
|
+
declare const mcpContinuumDaoFetchDelegatesInputSchema: z.ZodObject<{
|
|
5165
|
+
chainId: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
5166
|
+
rpcUrl: z.ZodString;
|
|
5167
|
+
account: z.ZodString;
|
|
5168
|
+
votingEscrow: z.ZodOptional<z.ZodString>;
|
|
5169
|
+
}, "strip", z.ZodTypeAny, {
|
|
5170
|
+
account: string;
|
|
5171
|
+
chainId: string | number;
|
|
5172
|
+
rpcUrl: string;
|
|
5173
|
+
votingEscrow?: string | undefined;
|
|
5174
|
+
}, {
|
|
5175
|
+
account: string;
|
|
5176
|
+
chainId: string | number;
|
|
5177
|
+
rpcUrl: string;
|
|
5178
|
+
votingEscrow?: string | undefined;
|
|
5179
|
+
}>;
|
|
5180
|
+
declare const mcpContinuumDaoFetchDelegatesOutputSchema: z.ZodObject<{
|
|
5181
|
+
account: z.ZodString;
|
|
5182
|
+
delegatee: z.ZodString;
|
|
5183
|
+
self: z.ZodBoolean;
|
|
5184
|
+
}, "strip", z.ZodTypeAny, {
|
|
5185
|
+
account: string;
|
|
5186
|
+
delegatee: string;
|
|
5187
|
+
self: boolean;
|
|
5188
|
+
}, {
|
|
5189
|
+
account: string;
|
|
5190
|
+
delegatee: string;
|
|
5191
|
+
self: boolean;
|
|
5192
|
+
}>;
|
|
5193
|
+
declare const mcpContinuumDaoTransferInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5194
|
+
[x: string]: z.ZodTypeAny;
|
|
5195
|
+
}, "strip", z.ZodTypeAny, {
|
|
5196
|
+
[x: string]: any;
|
|
5197
|
+
}, {
|
|
5198
|
+
[x: string]: any;
|
|
5199
|
+
}>, {
|
|
5200
|
+
[x: string]: any;
|
|
5201
|
+
}, {
|
|
5202
|
+
[x: string]: any;
|
|
5203
|
+
}>;
|
|
5204
|
+
declare const mcpContinuumDaoAttachInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5205
|
+
[x: string]: z.ZodTypeAny;
|
|
5206
|
+
}, "strip", z.ZodTypeAny, {
|
|
5207
|
+
[x: string]: any;
|
|
5208
|
+
}, {
|
|
5209
|
+
[x: string]: any;
|
|
5210
|
+
}>, {
|
|
5211
|
+
[x: string]: any;
|
|
5212
|
+
}, {
|
|
5213
|
+
[x: string]: any;
|
|
5214
|
+
}>;
|
|
5215
|
+
declare const mcpContinuumDaoRequestDetachInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5216
|
+
[x: string]: z.ZodTypeAny;
|
|
5217
|
+
}, "strip", z.ZodTypeAny, {
|
|
5218
|
+
[x: string]: any;
|
|
5219
|
+
}, {
|
|
5220
|
+
[x: string]: any;
|
|
5221
|
+
}>, {
|
|
5222
|
+
[x: string]: any;
|
|
5223
|
+
}, {
|
|
5224
|
+
[x: string]: any;
|
|
5225
|
+
}>;
|
|
5226
|
+
declare const mcpContinuumDaoProposeBravoInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5227
|
+
[x: string]: z.ZodTypeAny;
|
|
5228
|
+
}, "strip", z.ZodTypeAny, {
|
|
5229
|
+
[x: string]: any;
|
|
5230
|
+
}, {
|
|
5231
|
+
[x: string]: any;
|
|
5232
|
+
}>, {
|
|
5233
|
+
[x: string]: any;
|
|
5234
|
+
}, {
|
|
5235
|
+
[x: string]: any;
|
|
5236
|
+
}>;
|
|
5237
|
+
declare const mcpContinuumDaoProposeDeltaInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5238
|
+
[x: string]: z.ZodTypeAny;
|
|
5239
|
+
}, "strip", z.ZodTypeAny, {
|
|
5240
|
+
[x: string]: any;
|
|
5241
|
+
}, {
|
|
5242
|
+
[x: string]: any;
|
|
5243
|
+
}>, {
|
|
5244
|
+
[x: string]: any;
|
|
5245
|
+
}, {
|
|
5246
|
+
[x: string]: any;
|
|
5247
|
+
}>;
|
|
5248
|
+
declare const mcpContinuumDaoCastVoteBravoInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5249
|
+
[x: string]: z.ZodTypeAny;
|
|
5250
|
+
}, "strip", z.ZodTypeAny, {
|
|
5251
|
+
[x: string]: any;
|
|
5252
|
+
}, {
|
|
5253
|
+
[x: string]: any;
|
|
5254
|
+
}>, {
|
|
5255
|
+
[x: string]: any;
|
|
5256
|
+
}, {
|
|
5257
|
+
[x: string]: any;
|
|
5258
|
+
}>;
|
|
5259
|
+
declare const mcpContinuumDaoCastVoteDeltaInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5260
|
+
[x: string]: z.ZodTypeAny;
|
|
5261
|
+
}, "strip", z.ZodTypeAny, {
|
|
5262
|
+
[x: string]: any;
|
|
5263
|
+
}, {
|
|
5264
|
+
[x: string]: any;
|
|
5265
|
+
}>, {
|
|
5266
|
+
[x: string]: any;
|
|
5267
|
+
}, {
|
|
5268
|
+
[x: string]: any;
|
|
5269
|
+
}>;
|
|
5270
|
+
declare const mcpContinuumDaoProposalIdInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5271
|
+
[x: string]: z.ZodTypeAny;
|
|
5272
|
+
}, "strip", z.ZodTypeAny, {
|
|
5273
|
+
[x: string]: any;
|
|
5274
|
+
}, {
|
|
5275
|
+
[x: string]: any;
|
|
5276
|
+
}>, {
|
|
5277
|
+
[x: string]: any;
|
|
5278
|
+
}, {
|
|
5279
|
+
[x: string]: any;
|
|
5280
|
+
}>;
|
|
5281
|
+
declare const mcpContinuumDaoFetchVotingPowerInputSchema: z.ZodObject<{
|
|
5282
|
+
chainId: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
5283
|
+
rpcUrl: z.ZodString;
|
|
5284
|
+
account: z.ZodString;
|
|
5285
|
+
governor: z.ZodOptional<z.ZodString>;
|
|
5286
|
+
}, "strip", z.ZodTypeAny, {
|
|
5287
|
+
account: string;
|
|
5288
|
+
chainId: string | number;
|
|
5289
|
+
rpcUrl: string;
|
|
5290
|
+
governor?: string | undefined;
|
|
5291
|
+
}, {
|
|
5292
|
+
account: string;
|
|
5293
|
+
chainId: string | number;
|
|
5294
|
+
rpcUrl: string;
|
|
5295
|
+
governor?: string | undefined;
|
|
5296
|
+
}>;
|
|
5297
|
+
declare const mcpContinuumDaoFetchVotingPowerOutputSchema: z.ZodObject<{
|
|
5298
|
+
votes: z.ZodString;
|
|
5299
|
+
threshold: z.ZodString;
|
|
5300
|
+
clock: z.ZodString;
|
|
5301
|
+
}, "strip", z.ZodTypeAny, {
|
|
5302
|
+
votes: string;
|
|
5303
|
+
threshold: string;
|
|
5304
|
+
clock: string;
|
|
5305
|
+
}, {
|
|
5306
|
+
votes: string;
|
|
5307
|
+
threshold: string;
|
|
5308
|
+
clock: string;
|
|
5309
|
+
}>;
|
|
5310
|
+
declare const mcpContinuumDaoFetchProposalStateInputSchema: z.ZodObject<{
|
|
5311
|
+
chainId: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
5312
|
+
rpcUrl: z.ZodString;
|
|
5313
|
+
proposalId: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
5314
|
+
governor: z.ZodOptional<z.ZodString>;
|
|
5315
|
+
}, "strip", z.ZodTypeAny, {
|
|
5316
|
+
chainId: string | number;
|
|
5317
|
+
rpcUrl: string;
|
|
5318
|
+
proposalId: string | number;
|
|
5319
|
+
governor?: string | undefined;
|
|
5320
|
+
}, {
|
|
5321
|
+
chainId: string | number;
|
|
5322
|
+
rpcUrl: string;
|
|
5323
|
+
proposalId: string | number;
|
|
5324
|
+
governor?: string | undefined;
|
|
5325
|
+
}>;
|
|
5326
|
+
declare const mcpContinuumDaoFetchProposalStateOutputSchema: z.ZodObject<{
|
|
5327
|
+
state: z.ZodNumber;
|
|
5328
|
+
againstVotes: z.ZodString;
|
|
5329
|
+
forVotes: z.ZodString;
|
|
5330
|
+
abstainVotes: z.ZodString;
|
|
5331
|
+
}, "strip", z.ZodTypeAny, {
|
|
5332
|
+
state: number;
|
|
5333
|
+
againstVotes: string;
|
|
5334
|
+
forVotes: string;
|
|
5335
|
+
abstainVotes: string;
|
|
5336
|
+
}, {
|
|
5337
|
+
state: number;
|
|
5338
|
+
againstVotes: string;
|
|
5339
|
+
forVotes: string;
|
|
5340
|
+
abstainVotes: string;
|
|
5341
|
+
}>;
|
|
5342
|
+
declare const mcpContinuumDaoFetchProposalsInputSchema: z.ZodObject<{
|
|
5343
|
+
start: z.ZodOptional<z.ZodNumber>;
|
|
5344
|
+
end: z.ZodOptional<z.ZodNumber>;
|
|
5345
|
+
}, "strip", z.ZodTypeAny, {
|
|
5346
|
+
start?: number | undefined;
|
|
5347
|
+
end?: number | undefined;
|
|
5348
|
+
}, {
|
|
5349
|
+
start?: number | undefined;
|
|
5350
|
+
end?: number | undefined;
|
|
5351
|
+
}>;
|
|
5352
|
+
declare const mcpContinuumDaoFetchProposalsOutputSchema: z.ZodObject<{
|
|
5353
|
+
proposals: z.ZodArray<z.ZodUnknown, "many">;
|
|
5354
|
+
total: z.ZodOptional<z.ZodNumber>;
|
|
5355
|
+
}, "strip", z.ZodTypeAny, {
|
|
5356
|
+
proposals: unknown[];
|
|
5357
|
+
total?: number | undefined;
|
|
5358
|
+
}, {
|
|
5359
|
+
proposals: unknown[];
|
|
5360
|
+
total?: number | undefined;
|
|
5361
|
+
}>;
|
|
5362
|
+
declare const mcpContinuumDaoFetchProposalInputSchema: z.ZodObject<{
|
|
5363
|
+
id: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
5364
|
+
}, "strip", z.ZodTypeAny, {
|
|
5365
|
+
id: string | number;
|
|
5366
|
+
}, {
|
|
5367
|
+
id: string | number;
|
|
5368
|
+
}>;
|
|
5369
|
+
declare const mcpContinuumDaoFetchProposalOutputSchema: z.ZodObject<{
|
|
5370
|
+
proposal: z.ZodUnknown;
|
|
5371
|
+
}, "strip", z.ZodTypeAny, {
|
|
5372
|
+
proposal?: unknown;
|
|
5373
|
+
}, {
|
|
5374
|
+
proposal?: unknown;
|
|
5375
|
+
}>;
|
|
5376
|
+
declare const mcpContinuumDaoFetchLiveProposalsInputSchema: z.ZodObject<{
|
|
5377
|
+
chainId: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
5378
|
+
rpcUrl: z.ZodOptional<z.ZodString>;
|
|
5379
|
+
governor: z.ZodOptional<z.ZodString>;
|
|
5380
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
5381
|
+
completedLimit: z.ZodOptional<z.ZodNumber>;
|
|
5382
|
+
}, "strip", z.ZodTypeAny, {
|
|
5383
|
+
chainId?: string | number | undefined;
|
|
5384
|
+
rpcUrl?: string | undefined;
|
|
5385
|
+
limit?: number | undefined;
|
|
5386
|
+
governor?: string | undefined;
|
|
5387
|
+
completedLimit?: number | undefined;
|
|
5388
|
+
}, {
|
|
5389
|
+
chainId?: string | number | undefined;
|
|
5390
|
+
rpcUrl?: string | undefined;
|
|
5391
|
+
limit?: number | undefined;
|
|
5392
|
+
governor?: string | undefined;
|
|
5393
|
+
completedLimit?: number | undefined;
|
|
5394
|
+
}>;
|
|
5395
|
+
declare const mcpContinuumDaoFetchLiveProposalsOutputSchema: z.ZodObject<{
|
|
5396
|
+
overlay: z.ZodEnum<["on-chain", "backend-only"]>;
|
|
5397
|
+
scanned: z.ZodNumber;
|
|
5398
|
+
live: z.ZodArray<z.ZodObject<{
|
|
5399
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
5400
|
+
onchainId: z.ZodString;
|
|
5401
|
+
title: z.ZodString;
|
|
5402
|
+
configuration: z.ZodOptional<z.ZodNumber>;
|
|
5403
|
+
state: z.ZodNullable<z.ZodNumber>;
|
|
5404
|
+
stateLabel: z.ZodString;
|
|
5405
|
+
bucket: z.ZodEnum<["live", "pending", "readyToExecute", "recentlyCompleted", "unknown"]>;
|
|
5406
|
+
againstVotes: z.ZodOptional<z.ZodString>;
|
|
5407
|
+
forVotes: z.ZodOptional<z.ZodString>;
|
|
5408
|
+
abstainVotes: z.ZodOptional<z.ZodString>;
|
|
5409
|
+
}, "strip", z.ZodTypeAny, {
|
|
5410
|
+
title: string;
|
|
5411
|
+
state: number | null;
|
|
5412
|
+
onchainId: string;
|
|
5413
|
+
stateLabel: string;
|
|
5414
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5415
|
+
id?: number | undefined;
|
|
5416
|
+
againstVotes?: string | undefined;
|
|
5417
|
+
forVotes?: string | undefined;
|
|
5418
|
+
abstainVotes?: string | undefined;
|
|
5419
|
+
configuration?: number | undefined;
|
|
5420
|
+
}, {
|
|
5421
|
+
title: string;
|
|
5422
|
+
state: number | null;
|
|
5423
|
+
onchainId: string;
|
|
5424
|
+
stateLabel: string;
|
|
5425
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5426
|
+
id?: number | undefined;
|
|
5427
|
+
againstVotes?: string | undefined;
|
|
5428
|
+
forVotes?: string | undefined;
|
|
5429
|
+
abstainVotes?: string | undefined;
|
|
5430
|
+
configuration?: number | undefined;
|
|
5431
|
+
}>, "many">;
|
|
5432
|
+
pending: z.ZodArray<z.ZodObject<{
|
|
5433
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
5434
|
+
onchainId: z.ZodString;
|
|
5435
|
+
title: z.ZodString;
|
|
5436
|
+
configuration: z.ZodOptional<z.ZodNumber>;
|
|
5437
|
+
state: z.ZodNullable<z.ZodNumber>;
|
|
5438
|
+
stateLabel: z.ZodString;
|
|
5439
|
+
bucket: z.ZodEnum<["live", "pending", "readyToExecute", "recentlyCompleted", "unknown"]>;
|
|
5440
|
+
againstVotes: z.ZodOptional<z.ZodString>;
|
|
5441
|
+
forVotes: z.ZodOptional<z.ZodString>;
|
|
5442
|
+
abstainVotes: z.ZodOptional<z.ZodString>;
|
|
5443
|
+
}, "strip", z.ZodTypeAny, {
|
|
5444
|
+
title: string;
|
|
5445
|
+
state: number | null;
|
|
5446
|
+
onchainId: string;
|
|
5447
|
+
stateLabel: string;
|
|
5448
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5449
|
+
id?: number | undefined;
|
|
5450
|
+
againstVotes?: string | undefined;
|
|
5451
|
+
forVotes?: string | undefined;
|
|
5452
|
+
abstainVotes?: string | undefined;
|
|
5453
|
+
configuration?: number | undefined;
|
|
5454
|
+
}, {
|
|
5455
|
+
title: string;
|
|
5456
|
+
state: number | null;
|
|
5457
|
+
onchainId: string;
|
|
5458
|
+
stateLabel: string;
|
|
5459
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5460
|
+
id?: number | undefined;
|
|
5461
|
+
againstVotes?: string | undefined;
|
|
5462
|
+
forVotes?: string | undefined;
|
|
5463
|
+
abstainVotes?: string | undefined;
|
|
5464
|
+
configuration?: number | undefined;
|
|
5465
|
+
}>, "many">;
|
|
5466
|
+
readyToExecute: z.ZodArray<z.ZodObject<{
|
|
5467
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
5468
|
+
onchainId: z.ZodString;
|
|
5469
|
+
title: z.ZodString;
|
|
5470
|
+
configuration: z.ZodOptional<z.ZodNumber>;
|
|
5471
|
+
state: z.ZodNullable<z.ZodNumber>;
|
|
5472
|
+
stateLabel: z.ZodString;
|
|
5473
|
+
bucket: z.ZodEnum<["live", "pending", "readyToExecute", "recentlyCompleted", "unknown"]>;
|
|
5474
|
+
againstVotes: z.ZodOptional<z.ZodString>;
|
|
5475
|
+
forVotes: z.ZodOptional<z.ZodString>;
|
|
5476
|
+
abstainVotes: z.ZodOptional<z.ZodString>;
|
|
5477
|
+
}, "strip", z.ZodTypeAny, {
|
|
5478
|
+
title: string;
|
|
5479
|
+
state: number | null;
|
|
5480
|
+
onchainId: string;
|
|
5481
|
+
stateLabel: string;
|
|
5482
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5483
|
+
id?: number | undefined;
|
|
5484
|
+
againstVotes?: string | undefined;
|
|
5485
|
+
forVotes?: string | undefined;
|
|
5486
|
+
abstainVotes?: string | undefined;
|
|
5487
|
+
configuration?: number | undefined;
|
|
5488
|
+
}, {
|
|
5489
|
+
title: string;
|
|
5490
|
+
state: number | null;
|
|
5491
|
+
onchainId: string;
|
|
5492
|
+
stateLabel: string;
|
|
5493
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5494
|
+
id?: number | undefined;
|
|
5495
|
+
againstVotes?: string | undefined;
|
|
5496
|
+
forVotes?: string | undefined;
|
|
5497
|
+
abstainVotes?: string | undefined;
|
|
5498
|
+
configuration?: number | undefined;
|
|
5499
|
+
}>, "many">;
|
|
5500
|
+
recentlyCompleted: z.ZodArray<z.ZodObject<{
|
|
5501
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
5502
|
+
onchainId: z.ZodString;
|
|
5503
|
+
title: z.ZodString;
|
|
5504
|
+
configuration: z.ZodOptional<z.ZodNumber>;
|
|
5505
|
+
state: z.ZodNullable<z.ZodNumber>;
|
|
5506
|
+
stateLabel: z.ZodString;
|
|
5507
|
+
bucket: z.ZodEnum<["live", "pending", "readyToExecute", "recentlyCompleted", "unknown"]>;
|
|
5508
|
+
againstVotes: z.ZodOptional<z.ZodString>;
|
|
5509
|
+
forVotes: z.ZodOptional<z.ZodString>;
|
|
5510
|
+
abstainVotes: z.ZodOptional<z.ZodString>;
|
|
5511
|
+
}, "strip", z.ZodTypeAny, {
|
|
5512
|
+
title: string;
|
|
5513
|
+
state: number | null;
|
|
5514
|
+
onchainId: string;
|
|
5515
|
+
stateLabel: string;
|
|
5516
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5517
|
+
id?: number | undefined;
|
|
5518
|
+
againstVotes?: string | undefined;
|
|
5519
|
+
forVotes?: string | undefined;
|
|
5520
|
+
abstainVotes?: string | undefined;
|
|
5521
|
+
configuration?: number | undefined;
|
|
5522
|
+
}, {
|
|
5523
|
+
title: string;
|
|
5524
|
+
state: number | null;
|
|
5525
|
+
onchainId: string;
|
|
5526
|
+
stateLabel: string;
|
|
5527
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5528
|
+
id?: number | undefined;
|
|
5529
|
+
againstVotes?: string | undefined;
|
|
5530
|
+
forVotes?: string | undefined;
|
|
5531
|
+
abstainVotes?: string | undefined;
|
|
5532
|
+
configuration?: number | undefined;
|
|
5533
|
+
}>, "many">;
|
|
5534
|
+
unknown: z.ZodArray<z.ZodObject<{
|
|
5535
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
5536
|
+
onchainId: z.ZodString;
|
|
5537
|
+
title: z.ZodString;
|
|
5538
|
+
configuration: z.ZodOptional<z.ZodNumber>;
|
|
5539
|
+
state: z.ZodNullable<z.ZodNumber>;
|
|
5540
|
+
stateLabel: z.ZodString;
|
|
5541
|
+
bucket: z.ZodEnum<["live", "pending", "readyToExecute", "recentlyCompleted", "unknown"]>;
|
|
5542
|
+
againstVotes: z.ZodOptional<z.ZodString>;
|
|
5543
|
+
forVotes: z.ZodOptional<z.ZodString>;
|
|
5544
|
+
abstainVotes: z.ZodOptional<z.ZodString>;
|
|
5545
|
+
}, "strip", z.ZodTypeAny, {
|
|
5546
|
+
title: string;
|
|
5547
|
+
state: number | null;
|
|
5548
|
+
onchainId: string;
|
|
5549
|
+
stateLabel: string;
|
|
5550
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5551
|
+
id?: number | undefined;
|
|
5552
|
+
againstVotes?: string | undefined;
|
|
5553
|
+
forVotes?: string | undefined;
|
|
5554
|
+
abstainVotes?: string | undefined;
|
|
5555
|
+
configuration?: number | undefined;
|
|
5556
|
+
}, {
|
|
5557
|
+
title: string;
|
|
5558
|
+
state: number | null;
|
|
5559
|
+
onchainId: string;
|
|
5560
|
+
stateLabel: string;
|
|
5561
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5562
|
+
id?: number | undefined;
|
|
5563
|
+
againstVotes?: string | undefined;
|
|
5564
|
+
forVotes?: string | undefined;
|
|
5565
|
+
abstainVotes?: string | undefined;
|
|
5566
|
+
configuration?: number | undefined;
|
|
5567
|
+
}>, "many">;
|
|
5568
|
+
note: z.ZodString;
|
|
5569
|
+
}, "strip", z.ZodTypeAny, {
|
|
5570
|
+
pending: {
|
|
5571
|
+
title: string;
|
|
5572
|
+
state: number | null;
|
|
5573
|
+
onchainId: string;
|
|
5574
|
+
stateLabel: string;
|
|
5575
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5576
|
+
id?: number | undefined;
|
|
5577
|
+
againstVotes?: string | undefined;
|
|
5578
|
+
forVotes?: string | undefined;
|
|
5579
|
+
abstainVotes?: string | undefined;
|
|
5580
|
+
configuration?: number | undefined;
|
|
5581
|
+
}[];
|
|
5582
|
+
unknown: {
|
|
5583
|
+
title: string;
|
|
5584
|
+
state: number | null;
|
|
5585
|
+
onchainId: string;
|
|
5586
|
+
stateLabel: string;
|
|
5587
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5588
|
+
id?: number | undefined;
|
|
5589
|
+
againstVotes?: string | undefined;
|
|
5590
|
+
forVotes?: string | undefined;
|
|
5591
|
+
abstainVotes?: string | undefined;
|
|
5592
|
+
configuration?: number | undefined;
|
|
5593
|
+
}[];
|
|
5594
|
+
live: {
|
|
5595
|
+
title: string;
|
|
5596
|
+
state: number | null;
|
|
5597
|
+
onchainId: string;
|
|
5598
|
+
stateLabel: string;
|
|
5599
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5600
|
+
id?: number | undefined;
|
|
5601
|
+
againstVotes?: string | undefined;
|
|
5602
|
+
forVotes?: string | undefined;
|
|
5603
|
+
abstainVotes?: string | undefined;
|
|
5604
|
+
configuration?: number | undefined;
|
|
5605
|
+
}[];
|
|
5606
|
+
readyToExecute: {
|
|
5607
|
+
title: string;
|
|
5608
|
+
state: number | null;
|
|
5609
|
+
onchainId: string;
|
|
5610
|
+
stateLabel: string;
|
|
5611
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5612
|
+
id?: number | undefined;
|
|
5613
|
+
againstVotes?: string | undefined;
|
|
5614
|
+
forVotes?: string | undefined;
|
|
5615
|
+
abstainVotes?: string | undefined;
|
|
5616
|
+
configuration?: number | undefined;
|
|
5617
|
+
}[];
|
|
5618
|
+
recentlyCompleted: {
|
|
5619
|
+
title: string;
|
|
5620
|
+
state: number | null;
|
|
5621
|
+
onchainId: string;
|
|
5622
|
+
stateLabel: string;
|
|
5623
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5624
|
+
id?: number | undefined;
|
|
5625
|
+
againstVotes?: string | undefined;
|
|
5626
|
+
forVotes?: string | undefined;
|
|
5627
|
+
abstainVotes?: string | undefined;
|
|
5628
|
+
configuration?: number | undefined;
|
|
5629
|
+
}[];
|
|
5630
|
+
overlay: "on-chain" | "backend-only";
|
|
5631
|
+
scanned: number;
|
|
5632
|
+
note: string;
|
|
5633
|
+
}, {
|
|
5634
|
+
pending: {
|
|
5635
|
+
title: string;
|
|
5636
|
+
state: number | null;
|
|
5637
|
+
onchainId: string;
|
|
5638
|
+
stateLabel: string;
|
|
5639
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5640
|
+
id?: number | undefined;
|
|
5641
|
+
againstVotes?: string | undefined;
|
|
5642
|
+
forVotes?: string | undefined;
|
|
5643
|
+
abstainVotes?: string | undefined;
|
|
5644
|
+
configuration?: number | undefined;
|
|
5645
|
+
}[];
|
|
5646
|
+
unknown: {
|
|
5647
|
+
title: string;
|
|
5648
|
+
state: number | null;
|
|
5649
|
+
onchainId: string;
|
|
5650
|
+
stateLabel: string;
|
|
5651
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5652
|
+
id?: number | undefined;
|
|
5653
|
+
againstVotes?: string | undefined;
|
|
5654
|
+
forVotes?: string | undefined;
|
|
5655
|
+
abstainVotes?: string | undefined;
|
|
5656
|
+
configuration?: number | undefined;
|
|
5657
|
+
}[];
|
|
5658
|
+
live: {
|
|
5659
|
+
title: string;
|
|
5660
|
+
state: number | null;
|
|
5661
|
+
onchainId: string;
|
|
5662
|
+
stateLabel: string;
|
|
5663
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5664
|
+
id?: number | undefined;
|
|
5665
|
+
againstVotes?: string | undefined;
|
|
5666
|
+
forVotes?: string | undefined;
|
|
5667
|
+
abstainVotes?: string | undefined;
|
|
5668
|
+
configuration?: number | undefined;
|
|
5669
|
+
}[];
|
|
5670
|
+
readyToExecute: {
|
|
5671
|
+
title: string;
|
|
5672
|
+
state: number | null;
|
|
5673
|
+
onchainId: string;
|
|
5674
|
+
stateLabel: string;
|
|
5675
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5676
|
+
id?: number | undefined;
|
|
5677
|
+
againstVotes?: string | undefined;
|
|
5678
|
+
forVotes?: string | undefined;
|
|
5679
|
+
abstainVotes?: string | undefined;
|
|
5680
|
+
configuration?: number | undefined;
|
|
5681
|
+
}[];
|
|
5682
|
+
recentlyCompleted: {
|
|
5683
|
+
title: string;
|
|
5684
|
+
state: number | null;
|
|
5685
|
+
onchainId: string;
|
|
5686
|
+
stateLabel: string;
|
|
5687
|
+
bucket: "pending" | "unknown" | "live" | "readyToExecute" | "recentlyCompleted";
|
|
5688
|
+
id?: number | undefined;
|
|
5689
|
+
againstVotes?: string | undefined;
|
|
5690
|
+
forVotes?: string | undefined;
|
|
5691
|
+
abstainVotes?: string | undefined;
|
|
5692
|
+
configuration?: number | undefined;
|
|
5693
|
+
}[];
|
|
5694
|
+
overlay: "on-chain" | "backend-only";
|
|
5695
|
+
scanned: number;
|
|
5696
|
+
note: string;
|
|
5697
|
+
}>;
|
|
5698
|
+
declare const mcpContinuumDaoExplainProposalInputSchema: z.ZodObject<{
|
|
5699
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
5700
|
+
onchainId: z.ZodOptional<z.ZodString>;
|
|
5701
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
5702
|
+
}, "strip", z.ZodTypeAny, {
|
|
5703
|
+
id?: string | number | undefined;
|
|
5704
|
+
forumUrl?: string | undefined;
|
|
5705
|
+
onchainId?: string | undefined;
|
|
5706
|
+
}, {
|
|
5707
|
+
id?: string | number | undefined;
|
|
5708
|
+
forumUrl?: string | undefined;
|
|
5709
|
+
onchainId?: string | undefined;
|
|
5710
|
+
}>;
|
|
5711
|
+
declare const mcpContinuumDaoExplainProposalOutputSchema: z.ZodObject<{
|
|
5712
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
5713
|
+
onchainId: z.ZodString;
|
|
5714
|
+
title: z.ZodString;
|
|
5715
|
+
description: z.ZodString;
|
|
5716
|
+
proposer: z.ZodString;
|
|
5717
|
+
forumKey: z.ZodString;
|
|
5718
|
+
forumSection: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5719
|
+
forumCid: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5720
|
+
typeLabel: z.ZodString;
|
|
5721
|
+
configuration: z.ZodEnum<["bravo", "delta"]>;
|
|
5722
|
+
nWinners: z.ZodOptional<z.ZodNumber>;
|
|
5723
|
+
briefing: z.ZodString;
|
|
5724
|
+
actions: z.ZodArray<z.ZodUnknown, "many">;
|
|
5725
|
+
options: z.ZodArray<z.ZodUnknown, "many">;
|
|
5726
|
+
risks: z.ZodArray<z.ZodString, "many">;
|
|
5727
|
+
}, "strip", z.ZodTypeAny, {
|
|
5728
|
+
actions: unknown[];
|
|
5729
|
+
description: string;
|
|
5730
|
+
title: string;
|
|
5731
|
+
options: unknown[];
|
|
5732
|
+
forumKey: string;
|
|
5733
|
+
onchainId: string;
|
|
5734
|
+
configuration: "bravo" | "delta";
|
|
5735
|
+
proposer: string;
|
|
5736
|
+
typeLabel: string;
|
|
5737
|
+
briefing: string;
|
|
5738
|
+
risks: string[];
|
|
5739
|
+
id?: number | undefined;
|
|
5740
|
+
nWinners?: number | undefined;
|
|
5741
|
+
forumSection?: string | null | undefined;
|
|
5742
|
+
forumCid?: number | null | undefined;
|
|
5743
|
+
}, {
|
|
5744
|
+
actions: unknown[];
|
|
5745
|
+
description: string;
|
|
5746
|
+
title: string;
|
|
5747
|
+
options: unknown[];
|
|
5748
|
+
forumKey: string;
|
|
5749
|
+
onchainId: string;
|
|
5750
|
+
configuration: "bravo" | "delta";
|
|
5751
|
+
proposer: string;
|
|
5752
|
+
typeLabel: string;
|
|
5753
|
+
briefing: string;
|
|
5754
|
+
risks: string[];
|
|
5755
|
+
id?: number | undefined;
|
|
5756
|
+
nWinners?: number | undefined;
|
|
5757
|
+
forumSection?: string | null | undefined;
|
|
5758
|
+
forumCid?: number | null | undefined;
|
|
5759
|
+
}>;
|
|
5760
|
+
declare const mcpContinuumDaoRegisterProposalInputSchema: z.ZodObject<{
|
|
5761
|
+
onchainId: z.ZodString;
|
|
5762
|
+
title: z.ZodString;
|
|
5763
|
+
description: z.ZodString;
|
|
5764
|
+
proposer: z.ZodString;
|
|
5765
|
+
forumKey: z.ZodString;
|
|
5766
|
+
type: z.ZodNumber;
|
|
5767
|
+
configuration: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>;
|
|
5768
|
+
actions: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
5769
|
+
options: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
5770
|
+
}, "strip", z.ZodTypeAny, {
|
|
5771
|
+
type: number;
|
|
5772
|
+
description: string;
|
|
5773
|
+
title: string;
|
|
5774
|
+
forumKey: string;
|
|
5775
|
+
onchainId: string;
|
|
5776
|
+
configuration: 0 | 1;
|
|
5777
|
+
proposer: string;
|
|
5778
|
+
actions?: unknown[] | undefined;
|
|
5779
|
+
options?: unknown[] | undefined;
|
|
5780
|
+
}, {
|
|
5781
|
+
type: number;
|
|
5782
|
+
description: string;
|
|
5783
|
+
title: string;
|
|
5784
|
+
forumKey: string;
|
|
5785
|
+
onchainId: string;
|
|
5786
|
+
configuration: 0 | 1;
|
|
5787
|
+
proposer: string;
|
|
5788
|
+
actions?: unknown[] | undefined;
|
|
5789
|
+
options?: unknown[] | undefined;
|
|
5790
|
+
}>;
|
|
5791
|
+
declare const mcpContinuumDaoRegisterProposalOutputSchema: z.ZodObject<{
|
|
5792
|
+
ok: z.ZodLiteral<true>;
|
|
5793
|
+
result: z.ZodUnknown;
|
|
5794
|
+
}, "strip", z.ZodTypeAny, {
|
|
5795
|
+
ok: true;
|
|
5796
|
+
result?: unknown;
|
|
5797
|
+
}, {
|
|
5798
|
+
ok: true;
|
|
5799
|
+
result?: unknown;
|
|
5800
|
+
}>;
|
|
5801
|
+
declare const mcpContinuumDaoForumResolveInputSchema: z.ZodObject<{
|
|
5802
|
+
url: z.ZodOptional<z.ZodString>;
|
|
5803
|
+
tid: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
5804
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
5805
|
+
}, "strip", z.ZodTypeAny, {
|
|
5806
|
+
url?: string | undefined;
|
|
5807
|
+
forumUrl?: string | undefined;
|
|
5808
|
+
tid?: string | number | undefined;
|
|
5809
|
+
}, {
|
|
5810
|
+
url?: string | undefined;
|
|
5811
|
+
forumUrl?: string | undefined;
|
|
5812
|
+
tid?: string | number | undefined;
|
|
5813
|
+
}>;
|
|
5814
|
+
declare const mcpContinuumDaoForumResolveOutputSchema: z.ZodObject<{
|
|
5815
|
+
tid: z.ZodNumber;
|
|
5816
|
+
slug: z.ZodOptional<z.ZodString>;
|
|
5817
|
+
url: z.ZodString;
|
|
5818
|
+
}, "strip", z.ZodTypeAny, {
|
|
5819
|
+
url: string;
|
|
5820
|
+
tid: number;
|
|
5821
|
+
slug?: string | undefined;
|
|
5822
|
+
}, {
|
|
5823
|
+
url: string;
|
|
5824
|
+
tid: number;
|
|
5825
|
+
slug?: string | undefined;
|
|
5826
|
+
}>;
|
|
5827
|
+
declare const mcpContinuumDaoForumFetchThreadInputSchema: z.ZodObject<{
|
|
5828
|
+
url: z.ZodOptional<z.ZodString>;
|
|
5829
|
+
tid: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
5830
|
+
index: z.ZodOptional<z.ZodNumber>;
|
|
5831
|
+
start: z.ZodOptional<z.ZodNumber>;
|
|
5832
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
5833
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
5834
|
+
}, "strip", z.ZodTypeAny, {
|
|
5835
|
+
index?: number | undefined;
|
|
5836
|
+
limit?: number | undefined;
|
|
5837
|
+
url?: string | undefined;
|
|
5838
|
+
forumUrl?: string | undefined;
|
|
5839
|
+
start?: number | undefined;
|
|
5840
|
+
tid?: string | number | undefined;
|
|
5841
|
+
}, {
|
|
5842
|
+
index?: number | undefined;
|
|
5843
|
+
limit?: number | undefined;
|
|
5844
|
+
url?: string | undefined;
|
|
5845
|
+
forumUrl?: string | undefined;
|
|
5846
|
+
start?: number | undefined;
|
|
5847
|
+
tid?: string | number | undefined;
|
|
5848
|
+
}>;
|
|
5849
|
+
declare const mcpContinuumDaoForumFetchThreadOutputSchema: z.ZodUnknown;
|
|
5850
|
+
declare const mcpContinuumDaoForumReplyCountInputSchema: z.ZodObject<{
|
|
5851
|
+
url: z.ZodOptional<z.ZodString>;
|
|
5852
|
+
tid: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
5853
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
5854
|
+
}, "strip", z.ZodTypeAny, {
|
|
5855
|
+
url?: string | undefined;
|
|
5856
|
+
forumUrl?: string | undefined;
|
|
5857
|
+
tid?: string | number | undefined;
|
|
5858
|
+
}, {
|
|
5859
|
+
url?: string | undefined;
|
|
5860
|
+
forumUrl?: string | undefined;
|
|
5861
|
+
tid?: string | number | undefined;
|
|
5862
|
+
}>;
|
|
5863
|
+
declare const mcpContinuumDaoForumReplyCountOutputSchema: z.ZodObject<{
|
|
5864
|
+
tid: z.ZodNumber;
|
|
5865
|
+
postcount: z.ZodNumber;
|
|
5866
|
+
replyCount: z.ZodNumber;
|
|
5867
|
+
}, "strip", z.ZodTypeAny, {
|
|
5868
|
+
tid: number;
|
|
5869
|
+
postcount: number;
|
|
5870
|
+
replyCount: number;
|
|
5871
|
+
}, {
|
|
5872
|
+
tid: number;
|
|
5873
|
+
postcount: number;
|
|
5874
|
+
replyCount: number;
|
|
5875
|
+
}>;
|
|
5876
|
+
declare const mcpContinuumDaoForumFetchPostInputSchema: z.ZodObject<{
|
|
5877
|
+
pid: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
5878
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
5879
|
+
}, "strip", z.ZodTypeAny, {
|
|
5880
|
+
pid: string | number;
|
|
5881
|
+
forumUrl?: string | undefined;
|
|
5882
|
+
}, {
|
|
5883
|
+
pid: string | number;
|
|
5884
|
+
forumUrl?: string | undefined;
|
|
5885
|
+
}>;
|
|
5886
|
+
declare const mcpContinuumDaoForumFetchPostOutputSchema: z.ZodUnknown;
|
|
5887
|
+
declare const mcpContinuumDaoForumSearchInputSchema: z.ZodEffects<z.ZodObject<{
|
|
5888
|
+
hours: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
5889
|
+
since: z.ZodOptional<z.ZodString>;
|
|
5890
|
+
start: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
5891
|
+
limit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
5892
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
5893
|
+
query: z.ZodOptional<z.ZodString>;
|
|
5894
|
+
}, "strip", z.ZodTypeAny, {
|
|
5895
|
+
hours?: number | undefined;
|
|
5896
|
+
limit?: number | undefined;
|
|
5897
|
+
query?: string | undefined;
|
|
5898
|
+
forumUrl?: string | undefined;
|
|
5899
|
+
start?: number | undefined;
|
|
5900
|
+
since?: string | undefined;
|
|
5901
|
+
}, {
|
|
5902
|
+
hours?: unknown;
|
|
5903
|
+
limit?: unknown;
|
|
5904
|
+
query?: string | undefined;
|
|
5905
|
+
forumUrl?: string | undefined;
|
|
5906
|
+
start?: unknown;
|
|
5907
|
+
since?: string | undefined;
|
|
5908
|
+
}>, {
|
|
5909
|
+
hours?: number | undefined;
|
|
5910
|
+
limit?: number | undefined;
|
|
5911
|
+
query?: string | undefined;
|
|
5912
|
+
forumUrl?: string | undefined;
|
|
5913
|
+
start?: number | undefined;
|
|
5914
|
+
since?: string | undefined;
|
|
5915
|
+
}, {
|
|
5916
|
+
hours?: unknown;
|
|
5917
|
+
limit?: unknown;
|
|
5918
|
+
query?: string | undefined;
|
|
5919
|
+
forumUrl?: string | undefined;
|
|
5920
|
+
start?: unknown;
|
|
5921
|
+
since?: string | undefined;
|
|
5922
|
+
}>;
|
|
5923
|
+
declare const mcpContinuumDaoForumSearchOutputSchema: z.ZodObject<{
|
|
5924
|
+
results: z.ZodArray<z.ZodObject<{
|
|
5925
|
+
id: z.ZodNumber;
|
|
5926
|
+
title: z.ZodString;
|
|
5927
|
+
username: z.ZodString;
|
|
5928
|
+
timestamp: z.ZodNumber;
|
|
5929
|
+
createdAt: z.ZodString;
|
|
5930
|
+
}, "strip", z.ZodTypeAny, {
|
|
5931
|
+
id: number;
|
|
5932
|
+
timestamp: number;
|
|
5933
|
+
title: string;
|
|
5934
|
+
username: string;
|
|
5935
|
+
createdAt: string;
|
|
5936
|
+
}, {
|
|
5937
|
+
id: number;
|
|
5938
|
+
timestamp: number;
|
|
5939
|
+
title: string;
|
|
5940
|
+
username: string;
|
|
5941
|
+
createdAt: string;
|
|
5942
|
+
}>, "many">;
|
|
5943
|
+
start: z.ZodOptional<z.ZodNumber>;
|
|
5944
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
5945
|
+
nextStart: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5946
|
+
}, "strip", z.ZodTypeAny, {
|
|
5947
|
+
results: {
|
|
5948
|
+
id: number;
|
|
5949
|
+
timestamp: number;
|
|
5950
|
+
title: string;
|
|
5951
|
+
username: string;
|
|
5952
|
+
createdAt: string;
|
|
5953
|
+
}[];
|
|
5954
|
+
limit?: number | undefined;
|
|
5955
|
+
start?: number | undefined;
|
|
5956
|
+
nextStart?: number | null | undefined;
|
|
5957
|
+
}, {
|
|
5958
|
+
results: {
|
|
5959
|
+
id: number;
|
|
5960
|
+
timestamp: number;
|
|
5961
|
+
title: string;
|
|
5962
|
+
username: string;
|
|
5963
|
+
createdAt: string;
|
|
5964
|
+
}[];
|
|
5965
|
+
limit?: number | undefined;
|
|
5966
|
+
start?: number | undefined;
|
|
5967
|
+
nextStart?: number | null | undefined;
|
|
5968
|
+
}>;
|
|
5969
|
+
declare const mcpContinuumDaoForumRecentInputSchema: z.ZodEffects<z.ZodObject<{
|
|
5970
|
+
ticket: z.ZodOptional<z.ZodString>;
|
|
5971
|
+
hours: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
5972
|
+
since: z.ZodOptional<z.ZodString>;
|
|
5973
|
+
start: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
5974
|
+
limit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
5975
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
5976
|
+
}, "strip", z.ZodTypeAny, {
|
|
5977
|
+
hours?: number | undefined;
|
|
5978
|
+
limit?: number | undefined;
|
|
5979
|
+
forumUrl?: string | undefined;
|
|
5980
|
+
start?: number | undefined;
|
|
5981
|
+
since?: string | undefined;
|
|
5982
|
+
ticket?: string | undefined;
|
|
5983
|
+
}, {
|
|
5984
|
+
hours?: unknown;
|
|
5985
|
+
limit?: unknown;
|
|
5986
|
+
forumUrl?: string | undefined;
|
|
5987
|
+
start?: unknown;
|
|
5988
|
+
since?: string | undefined;
|
|
5989
|
+
ticket?: string | undefined;
|
|
5990
|
+
}>, {
|
|
5991
|
+
hours?: number | undefined;
|
|
5992
|
+
limit?: number | undefined;
|
|
5993
|
+
forumUrl?: string | undefined;
|
|
5994
|
+
start?: number | undefined;
|
|
5995
|
+
since?: string | undefined;
|
|
5996
|
+
ticket?: string | undefined;
|
|
5997
|
+
}, {
|
|
5998
|
+
hours?: unknown;
|
|
5999
|
+
limit?: unknown;
|
|
6000
|
+
forumUrl?: string | undefined;
|
|
6001
|
+
start?: unknown;
|
|
6002
|
+
since?: string | undefined;
|
|
6003
|
+
ticket?: string | undefined;
|
|
6004
|
+
}>;
|
|
6005
|
+
declare const mcpContinuumDaoForumRecentOutputSchema: z.ZodObject<{
|
|
6006
|
+
results: z.ZodArray<z.ZodObject<{
|
|
6007
|
+
id: z.ZodNumber;
|
|
6008
|
+
title: z.ZodString;
|
|
6009
|
+
username: z.ZodString;
|
|
6010
|
+
timestamp: z.ZodNumber;
|
|
6011
|
+
createdAt: z.ZodString;
|
|
6012
|
+
}, "strip", z.ZodTypeAny, {
|
|
6013
|
+
id: number;
|
|
6014
|
+
timestamp: number;
|
|
6015
|
+
title: string;
|
|
6016
|
+
username: string;
|
|
6017
|
+
createdAt: string;
|
|
6018
|
+
}, {
|
|
6019
|
+
id: number;
|
|
6020
|
+
timestamp: number;
|
|
6021
|
+
title: string;
|
|
6022
|
+
username: string;
|
|
6023
|
+
createdAt: string;
|
|
6024
|
+
}>, "many">;
|
|
6025
|
+
start: z.ZodOptional<z.ZodNumber>;
|
|
6026
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
6027
|
+
nextStart: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6028
|
+
}, "strip", z.ZodTypeAny, {
|
|
6029
|
+
results: {
|
|
6030
|
+
id: number;
|
|
6031
|
+
timestamp: number;
|
|
6032
|
+
title: string;
|
|
6033
|
+
username: string;
|
|
6034
|
+
createdAt: string;
|
|
6035
|
+
}[];
|
|
6036
|
+
limit?: number | undefined;
|
|
6037
|
+
start?: number | undefined;
|
|
6038
|
+
nextStart?: number | null | undefined;
|
|
6039
|
+
}, {
|
|
6040
|
+
results: {
|
|
6041
|
+
id: number;
|
|
6042
|
+
timestamp: number;
|
|
6043
|
+
title: string;
|
|
6044
|
+
username: string;
|
|
6045
|
+
createdAt: string;
|
|
6046
|
+
}[];
|
|
6047
|
+
limit?: number | undefined;
|
|
6048
|
+
start?: number | undefined;
|
|
6049
|
+
nextStart?: number | null | undefined;
|
|
6050
|
+
}>;
|
|
6051
|
+
declare const mcpContinuumDaoForumDeleteInputSchema: z.ZodEffects<z.ZodObject<{
|
|
6052
|
+
pid: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
6053
|
+
tid: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
6054
|
+
url: z.ZodOptional<z.ZodString>;
|
|
6055
|
+
username: z.ZodOptional<z.ZodString>;
|
|
6056
|
+
hours: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
6057
|
+
since: z.ZodOptional<z.ZodString>;
|
|
6058
|
+
ticket: z.ZodString;
|
|
6059
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
6060
|
+
}, "strip", z.ZodTypeAny, {
|
|
6061
|
+
ticket: string;
|
|
6062
|
+
hours?: number | undefined;
|
|
6063
|
+
url?: string | undefined;
|
|
6064
|
+
forumUrl?: string | undefined;
|
|
6065
|
+
tid?: string | number | undefined;
|
|
6066
|
+
pid?: string | number | undefined;
|
|
6067
|
+
since?: string | undefined;
|
|
6068
|
+
username?: string | undefined;
|
|
6069
|
+
}, {
|
|
6070
|
+
ticket: string;
|
|
6071
|
+
hours?: unknown;
|
|
6072
|
+
url?: string | undefined;
|
|
6073
|
+
forumUrl?: string | undefined;
|
|
6074
|
+
tid?: string | number | undefined;
|
|
6075
|
+
pid?: string | number | undefined;
|
|
6076
|
+
since?: string | undefined;
|
|
6077
|
+
username?: string | undefined;
|
|
6078
|
+
}>, {
|
|
6079
|
+
ticket: string;
|
|
6080
|
+
hours?: number | undefined;
|
|
6081
|
+
url?: string | undefined;
|
|
6082
|
+
forumUrl?: string | undefined;
|
|
6083
|
+
tid?: string | number | undefined;
|
|
6084
|
+
pid?: string | number | undefined;
|
|
6085
|
+
since?: string | undefined;
|
|
6086
|
+
username?: string | undefined;
|
|
6087
|
+
}, {
|
|
6088
|
+
ticket: string;
|
|
6089
|
+
hours?: unknown;
|
|
6090
|
+
url?: string | undefined;
|
|
6091
|
+
forumUrl?: string | undefined;
|
|
6092
|
+
tid?: string | number | undefined;
|
|
6093
|
+
pid?: string | number | undefined;
|
|
6094
|
+
since?: string | undefined;
|
|
6095
|
+
username?: string | undefined;
|
|
6096
|
+
}>;
|
|
6097
|
+
declare const mcpContinuumDaoForumDeleteOutputSchema: z.ZodObject<{
|
|
6098
|
+
ok: z.ZodLiteral<true>;
|
|
6099
|
+
mode: z.ZodEnum<["post", "thread", "user"]>;
|
|
6100
|
+
username: z.ZodOptional<z.ZodString>;
|
|
6101
|
+
uid: z.ZodOptional<z.ZodNumber>;
|
|
6102
|
+
deleted: z.ZodArray<z.ZodObject<{
|
|
6103
|
+
id: z.ZodNumber;
|
|
6104
|
+
kind: z.ZodEnum<["post", "thread"]>;
|
|
6105
|
+
title: z.ZodOptional<z.ZodString>;
|
|
6106
|
+
username: z.ZodOptional<z.ZodString>;
|
|
6107
|
+
}, "strip", z.ZodTypeAny, {
|
|
6108
|
+
id: number;
|
|
6109
|
+
kind: "post" | "thread";
|
|
6110
|
+
title?: string | undefined;
|
|
6111
|
+
username?: string | undefined;
|
|
6112
|
+
}, {
|
|
6113
|
+
id: number;
|
|
6114
|
+
kind: "post" | "thread";
|
|
6115
|
+
title?: string | undefined;
|
|
6116
|
+
username?: string | undefined;
|
|
6117
|
+
}>, "many">;
|
|
6118
|
+
skipped: z.ZodArray<z.ZodObject<{
|
|
6119
|
+
id: z.ZodNumber;
|
|
6120
|
+
reason: z.ZodString;
|
|
6121
|
+
}, "strip", z.ZodTypeAny, {
|
|
6122
|
+
id: number;
|
|
6123
|
+
reason: string;
|
|
6124
|
+
}, {
|
|
6125
|
+
id: number;
|
|
6126
|
+
reason: string;
|
|
6127
|
+
}>, "many">;
|
|
6128
|
+
}, "strip", z.ZodTypeAny, {
|
|
6129
|
+
mode: "user" | "post" | "thread";
|
|
6130
|
+
ok: true;
|
|
6131
|
+
deleted: {
|
|
6132
|
+
id: number;
|
|
6133
|
+
kind: "post" | "thread";
|
|
6134
|
+
title?: string | undefined;
|
|
6135
|
+
username?: string | undefined;
|
|
6136
|
+
}[];
|
|
6137
|
+
skipped: {
|
|
6138
|
+
id: number;
|
|
6139
|
+
reason: string;
|
|
6140
|
+
}[];
|
|
6141
|
+
uid?: number | undefined;
|
|
6142
|
+
username?: string | undefined;
|
|
6143
|
+
}, {
|
|
6144
|
+
mode: "user" | "post" | "thread";
|
|
6145
|
+
ok: true;
|
|
6146
|
+
deleted: {
|
|
6147
|
+
id: number;
|
|
6148
|
+
kind: "post" | "thread";
|
|
6149
|
+
title?: string | undefined;
|
|
6150
|
+
username?: string | undefined;
|
|
6151
|
+
}[];
|
|
6152
|
+
skipped: {
|
|
6153
|
+
id: number;
|
|
6154
|
+
reason: string;
|
|
6155
|
+
}[];
|
|
6156
|
+
uid?: number | undefined;
|
|
6157
|
+
username?: string | undefined;
|
|
6158
|
+
}>;
|
|
6159
|
+
declare const mcpContinuumDaoForumUserPostIdsInputSchema: z.ZodObject<{
|
|
6160
|
+
username: z.ZodString;
|
|
6161
|
+
start: z.ZodOptional<z.ZodNumber>;
|
|
6162
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
6163
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
6164
|
+
}, "strip", z.ZodTypeAny, {
|
|
6165
|
+
username: string;
|
|
6166
|
+
limit?: number | undefined;
|
|
6167
|
+
forumUrl?: string | undefined;
|
|
6168
|
+
start?: number | undefined;
|
|
6169
|
+
}, {
|
|
6170
|
+
username: string;
|
|
6171
|
+
limit?: number | undefined;
|
|
6172
|
+
forumUrl?: string | undefined;
|
|
6173
|
+
start?: number | undefined;
|
|
6174
|
+
}>;
|
|
6175
|
+
declare const mcpContinuumDaoForumUserPostIdsOutputSchema: z.ZodObject<{
|
|
6176
|
+
username: z.ZodString;
|
|
6177
|
+
uid: z.ZodNumber;
|
|
6178
|
+
pids: z.ZodArray<z.ZodNumber, "many">;
|
|
6179
|
+
start: z.ZodOptional<z.ZodNumber>;
|
|
6180
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
6181
|
+
nextStart: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6182
|
+
}, "strip", z.ZodTypeAny, {
|
|
6183
|
+
uid: number;
|
|
6184
|
+
username: string;
|
|
6185
|
+
pids: number[];
|
|
6186
|
+
limit?: number | undefined;
|
|
6187
|
+
start?: number | undefined;
|
|
6188
|
+
nextStart?: number | null | undefined;
|
|
6189
|
+
}, {
|
|
6190
|
+
uid: number;
|
|
6191
|
+
username: string;
|
|
6192
|
+
pids: number[];
|
|
6193
|
+
limit?: number | undefined;
|
|
6194
|
+
start?: number | undefined;
|
|
6195
|
+
nextStart?: number | null | undefined;
|
|
6196
|
+
}>;
|
|
6197
|
+
declare const mcpContinuumDaoForumReplyInputSchema: z.ZodObject<{
|
|
6198
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
6199
|
+
ticket: z.ZodOptional<z.ZodString>;
|
|
6200
|
+
url: z.ZodOptional<z.ZodString>;
|
|
6201
|
+
tid: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
6202
|
+
content: z.ZodString;
|
|
6203
|
+
toPid: z.ZodOptional<z.ZodNumber>;
|
|
6204
|
+
}, "strip", z.ZodTypeAny, {
|
|
6205
|
+
content: string;
|
|
6206
|
+
url?: string | undefined;
|
|
6207
|
+
forumUrl?: string | undefined;
|
|
6208
|
+
tid?: string | number | undefined;
|
|
6209
|
+
ticket?: string | undefined;
|
|
6210
|
+
toPid?: number | undefined;
|
|
6211
|
+
}, {
|
|
6212
|
+
content: string;
|
|
6213
|
+
url?: string | undefined;
|
|
6214
|
+
forumUrl?: string | undefined;
|
|
6215
|
+
tid?: string | number | undefined;
|
|
6216
|
+
ticket?: string | undefined;
|
|
6217
|
+
toPid?: number | undefined;
|
|
6218
|
+
}>;
|
|
6219
|
+
declare const mcpContinuumDaoForumReplyOutputSchema: z.ZodUnknown;
|
|
6220
|
+
declare const mcpContinuumDaoForumReactInputSchema: z.ZodObject<{
|
|
6221
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
6222
|
+
ticket: z.ZodOptional<z.ZodString>;
|
|
6223
|
+
pid: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
6224
|
+
emoji: z.ZodString;
|
|
6225
|
+
}, "strip", z.ZodTypeAny, {
|
|
6226
|
+
pid: string | number;
|
|
6227
|
+
emoji: string;
|
|
6228
|
+
forumUrl?: string | undefined;
|
|
6229
|
+
ticket?: string | undefined;
|
|
6230
|
+
}, {
|
|
6231
|
+
pid: string | number;
|
|
6232
|
+
emoji: string;
|
|
6233
|
+
forumUrl?: string | undefined;
|
|
6234
|
+
ticket?: string | undefined;
|
|
6235
|
+
}>;
|
|
6236
|
+
declare const mcpContinuumDaoForumReactOutputSchema: z.ZodUnknown;
|
|
6237
|
+
declare const mcpContinuumDaoForumCreateTopicInputSchema: z.ZodObject<{
|
|
6238
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
6239
|
+
ticket: z.ZodOptional<z.ZodString>;
|
|
6240
|
+
section: z.ZodOptional<z.ZodEnum<["decision", "election", "treasury", "constitution", "admin"]>>;
|
|
6241
|
+
cid: z.ZodOptional<z.ZodNumber>;
|
|
6242
|
+
title: z.ZodString;
|
|
6243
|
+
content: z.ZodString;
|
|
6244
|
+
}, "strip", z.ZodTypeAny, {
|
|
6245
|
+
title: string;
|
|
6246
|
+
content: string;
|
|
6247
|
+
forumUrl?: string | undefined;
|
|
6248
|
+
ticket?: string | undefined;
|
|
6249
|
+
section?: "decision" | "election" | "treasury" | "constitution" | "admin" | undefined;
|
|
6250
|
+
cid?: number | undefined;
|
|
6251
|
+
}, {
|
|
6252
|
+
title: string;
|
|
6253
|
+
content: string;
|
|
6254
|
+
forumUrl?: string | undefined;
|
|
6255
|
+
ticket?: string | undefined;
|
|
6256
|
+
section?: "decision" | "election" | "treasury" | "constitution" | "admin" | undefined;
|
|
6257
|
+
cid?: number | undefined;
|
|
6258
|
+
}>;
|
|
6259
|
+
declare const mcpContinuumDaoForumCreateTopicOutputSchema: z.ZodUnknown;
|
|
6260
|
+
declare const mcpContinuumDaoForumCreateIdeaInputSchema: z.ZodObject<{
|
|
6261
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
6262
|
+
ticket: z.ZodOptional<z.ZodString>;
|
|
6263
|
+
title: z.ZodString;
|
|
6264
|
+
content: z.ZodString;
|
|
6265
|
+
}, "strip", z.ZodTypeAny, {
|
|
6266
|
+
title: string;
|
|
6267
|
+
content: string;
|
|
6268
|
+
forumUrl?: string | undefined;
|
|
6269
|
+
ticket?: string | undefined;
|
|
6270
|
+
}, {
|
|
6271
|
+
title: string;
|
|
6272
|
+
content: string;
|
|
6273
|
+
forumUrl?: string | undefined;
|
|
6274
|
+
ticket?: string | undefined;
|
|
6275
|
+
}>;
|
|
6276
|
+
declare const mcpContinuumDaoForumCreateIdeaOutputSchema: z.ZodUnknown;
|
|
6277
|
+
declare const mcpContinuumDaoForumMeInputSchema: z.ZodObject<{
|
|
6278
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
6279
|
+
ticket: z.ZodOptional<z.ZodString>;
|
|
6280
|
+
}, "strip", z.ZodTypeAny, {
|
|
6281
|
+
forumUrl?: string | undefined;
|
|
6282
|
+
ticket?: string | undefined;
|
|
6283
|
+
}, {
|
|
6284
|
+
forumUrl?: string | undefined;
|
|
6285
|
+
ticket?: string | undefined;
|
|
6286
|
+
}>;
|
|
6287
|
+
declare const mcpContinuumDaoForumMeOutputSchema: z.ZodUnknown;
|
|
6288
|
+
declare const mcpContinuumDaoForumUnreadInputSchema: z.ZodObject<{
|
|
6289
|
+
ticket: z.ZodString;
|
|
6290
|
+
filter: z.ZodOptional<z.ZodEnum<["all", "new", "watched", "unreplied"]>>;
|
|
6291
|
+
start: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
6292
|
+
limit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
6293
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
6294
|
+
}, "strip", z.ZodTypeAny, {
|
|
6295
|
+
ticket: string;
|
|
6296
|
+
filter?: "all" | "new" | "watched" | "unreplied" | undefined;
|
|
6297
|
+
limit?: number | undefined;
|
|
6298
|
+
forumUrl?: string | undefined;
|
|
6299
|
+
start?: number | undefined;
|
|
6300
|
+
}, {
|
|
6301
|
+
ticket: string;
|
|
6302
|
+
filter?: "all" | "new" | "watched" | "unreplied" | undefined;
|
|
6303
|
+
limit?: unknown;
|
|
6304
|
+
forumUrl?: string | undefined;
|
|
6305
|
+
start?: unknown;
|
|
6306
|
+
}>;
|
|
6307
|
+
declare const mcpContinuumDaoForumUnreadOutputSchema: z.ZodObject<{
|
|
6308
|
+
username: z.ZodOptional<z.ZodString>;
|
|
6309
|
+
uid: z.ZodOptional<z.ZodNumber>;
|
|
6310
|
+
filter: z.ZodOptional<z.ZodString>;
|
|
6311
|
+
counts: z.ZodOptional<z.ZodObject<{
|
|
6312
|
+
all: z.ZodNumber;
|
|
6313
|
+
new: z.ZodNumber;
|
|
6314
|
+
watched: z.ZodNumber;
|
|
6315
|
+
unreplied: z.ZodNumber;
|
|
6316
|
+
}, "strip", z.ZodTypeAny, {
|
|
6317
|
+
all: number;
|
|
6318
|
+
new: number;
|
|
6319
|
+
watched: number;
|
|
6320
|
+
unreplied: number;
|
|
6321
|
+
}, {
|
|
6322
|
+
all: number;
|
|
6323
|
+
new: number;
|
|
6324
|
+
watched: number;
|
|
6325
|
+
unreplied: number;
|
|
6326
|
+
}>>;
|
|
6327
|
+
results: z.ZodArray<z.ZodObject<{
|
|
6328
|
+
tid: z.ZodNumber;
|
|
6329
|
+
title: z.ZodString;
|
|
6330
|
+
url: z.ZodString;
|
|
6331
|
+
cid: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6332
|
+
section: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6333
|
+
postcount: z.ZodOptional<z.ZodNumber>;
|
|
6334
|
+
replyCount: z.ZodOptional<z.ZodNumber>;
|
|
6335
|
+
lastposttime: z.ZodOptional<z.ZodNumber>;
|
|
6336
|
+
lastPostAt: z.ZodOptional<z.ZodString>;
|
|
6337
|
+
}, "strip", z.ZodTypeAny, {
|
|
6338
|
+
title: string;
|
|
6339
|
+
url: string;
|
|
6340
|
+
tid: number;
|
|
6341
|
+
postcount?: number | undefined;
|
|
6342
|
+
replyCount?: number | undefined;
|
|
6343
|
+
section?: string | null | undefined;
|
|
6344
|
+
cid?: number | null | undefined;
|
|
6345
|
+
lastposttime?: number | undefined;
|
|
6346
|
+
lastPostAt?: string | undefined;
|
|
6347
|
+
}, {
|
|
6348
|
+
title: string;
|
|
6349
|
+
url: string;
|
|
6350
|
+
tid: number;
|
|
6351
|
+
postcount?: number | undefined;
|
|
6352
|
+
replyCount?: number | undefined;
|
|
6353
|
+
section?: string | null | undefined;
|
|
6354
|
+
cid?: number | null | undefined;
|
|
6355
|
+
lastposttime?: number | undefined;
|
|
6356
|
+
lastPostAt?: string | undefined;
|
|
6357
|
+
}>, "many">;
|
|
6358
|
+
start: z.ZodOptional<z.ZodNumber>;
|
|
6359
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
6360
|
+
nextStart: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6361
|
+
}, "strip", z.ZodTypeAny, {
|
|
6362
|
+
results: {
|
|
6363
|
+
title: string;
|
|
6364
|
+
url: string;
|
|
6365
|
+
tid: number;
|
|
6366
|
+
postcount?: number | undefined;
|
|
6367
|
+
replyCount?: number | undefined;
|
|
6368
|
+
section?: string | null | undefined;
|
|
6369
|
+
cid?: number | null | undefined;
|
|
6370
|
+
lastposttime?: number | undefined;
|
|
6371
|
+
lastPostAt?: string | undefined;
|
|
6372
|
+
}[];
|
|
6373
|
+
filter?: string | undefined;
|
|
6374
|
+
uid?: number | undefined;
|
|
6375
|
+
limit?: number | undefined;
|
|
6376
|
+
start?: number | undefined;
|
|
6377
|
+
username?: string | undefined;
|
|
6378
|
+
nextStart?: number | null | undefined;
|
|
6379
|
+
counts?: {
|
|
6380
|
+
all: number;
|
|
6381
|
+
new: number;
|
|
6382
|
+
watched: number;
|
|
6383
|
+
unreplied: number;
|
|
6384
|
+
} | undefined;
|
|
6385
|
+
}, {
|
|
6386
|
+
results: {
|
|
6387
|
+
title: string;
|
|
6388
|
+
url: string;
|
|
6389
|
+
tid: number;
|
|
6390
|
+
postcount?: number | undefined;
|
|
6391
|
+
replyCount?: number | undefined;
|
|
6392
|
+
section?: string | null | undefined;
|
|
6393
|
+
cid?: number | null | undefined;
|
|
6394
|
+
lastposttime?: number | undefined;
|
|
6395
|
+
lastPostAt?: string | undefined;
|
|
6396
|
+
}[];
|
|
6397
|
+
filter?: string | undefined;
|
|
6398
|
+
uid?: number | undefined;
|
|
6399
|
+
limit?: number | undefined;
|
|
6400
|
+
start?: number | undefined;
|
|
6401
|
+
username?: string | undefined;
|
|
6402
|
+
nextStart?: number | null | undefined;
|
|
6403
|
+
counts?: {
|
|
6404
|
+
all: number;
|
|
6405
|
+
new: number;
|
|
6406
|
+
watched: number;
|
|
6407
|
+
unreplied: number;
|
|
6408
|
+
} | undefined;
|
|
6409
|
+
}>;
|
|
6410
|
+
declare const mcpContinuumDaoForumMarkReadInputSchema: z.ZodEffects<z.ZodObject<{
|
|
6411
|
+
ticket: z.ZodString;
|
|
6412
|
+
tid: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
6413
|
+
url: z.ZodOptional<z.ZodString>;
|
|
6414
|
+
tids: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber]>, "many">>;
|
|
6415
|
+
all: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
|
|
6416
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
6417
|
+
}, "strip", z.ZodTypeAny, {
|
|
6418
|
+
ticket: string;
|
|
6419
|
+
url?: string | undefined;
|
|
6420
|
+
forumUrl?: string | undefined;
|
|
6421
|
+
tid?: string | number | undefined;
|
|
6422
|
+
all?: boolean | undefined;
|
|
6423
|
+
tids?: (string | number)[] | undefined;
|
|
6424
|
+
}, {
|
|
6425
|
+
ticket: string;
|
|
6426
|
+
url?: string | undefined;
|
|
6427
|
+
forumUrl?: string | undefined;
|
|
6428
|
+
tid?: string | number | undefined;
|
|
6429
|
+
all?: unknown;
|
|
6430
|
+
tids?: (string | number)[] | undefined;
|
|
6431
|
+
}>, {
|
|
6432
|
+
ticket: string;
|
|
6433
|
+
url?: string | undefined;
|
|
6434
|
+
forumUrl?: string | undefined;
|
|
6435
|
+
tid?: string | number | undefined;
|
|
6436
|
+
all?: boolean | undefined;
|
|
6437
|
+
tids?: (string | number)[] | undefined;
|
|
6438
|
+
}, {
|
|
6439
|
+
ticket: string;
|
|
6440
|
+
url?: string | undefined;
|
|
6441
|
+
forumUrl?: string | undefined;
|
|
6442
|
+
tid?: string | number | undefined;
|
|
6443
|
+
all?: unknown;
|
|
6444
|
+
tids?: (string | number)[] | undefined;
|
|
6445
|
+
}>;
|
|
6446
|
+
declare const mcpContinuumDaoForumMarkReadOutputSchema: z.ZodUnknown;
|
|
6447
|
+
declare const mcpContinuumDaoForumMarkUnreadInputSchema: z.ZodEffects<z.ZodObject<{
|
|
6448
|
+
ticket: z.ZodString;
|
|
6449
|
+
tid: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
6450
|
+
url: z.ZodOptional<z.ZodString>;
|
|
6451
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
6452
|
+
}, "strip", z.ZodTypeAny, {
|
|
6453
|
+
ticket: string;
|
|
6454
|
+
url?: string | undefined;
|
|
6455
|
+
forumUrl?: string | undefined;
|
|
6456
|
+
tid?: string | number | undefined;
|
|
6457
|
+
}, {
|
|
6458
|
+
ticket: string;
|
|
6459
|
+
url?: string | undefined;
|
|
6460
|
+
forumUrl?: string | undefined;
|
|
6461
|
+
tid?: string | number | undefined;
|
|
6462
|
+
}>, {
|
|
6463
|
+
ticket: string;
|
|
6464
|
+
url?: string | undefined;
|
|
6465
|
+
forumUrl?: string | undefined;
|
|
6466
|
+
tid?: string | number | undefined;
|
|
6467
|
+
}, {
|
|
6468
|
+
ticket: string;
|
|
6469
|
+
url?: string | undefined;
|
|
6470
|
+
forumUrl?: string | undefined;
|
|
6471
|
+
tid?: string | number | undefined;
|
|
6472
|
+
}>;
|
|
6473
|
+
declare const mcpContinuumDaoForumMarkUnreadOutputSchema: z.ZodUnknown;
|
|
6474
|
+
declare const mcpContinuumDaoForumSignOutInputSchema: z.ZodObject<{
|
|
6475
|
+
ticket: z.ZodString;
|
|
6476
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
6477
|
+
}, "strip", z.ZodTypeAny, {
|
|
6478
|
+
ticket: string;
|
|
6479
|
+
forumUrl?: string | undefined;
|
|
6480
|
+
}, {
|
|
6481
|
+
ticket: string;
|
|
6482
|
+
forumUrl?: string | undefined;
|
|
6483
|
+
}>;
|
|
6484
|
+
declare const mcpContinuumDaoForumSignOutOutputSchema: z.ZodObject<{
|
|
6485
|
+
ok: z.ZodLiteral<true>;
|
|
6486
|
+
loggedIn: z.ZodLiteral<false>;
|
|
6487
|
+
uid: z.ZodOptional<z.ZodNumber>;
|
|
6488
|
+
}, "strip", z.ZodTypeAny, {
|
|
6489
|
+
ok: true;
|
|
6490
|
+
loggedIn: false;
|
|
6491
|
+
uid?: number | undefined;
|
|
6492
|
+
}, {
|
|
6493
|
+
ok: true;
|
|
6494
|
+
loggedIn: false;
|
|
6495
|
+
uid?: number | undefined;
|
|
6496
|
+
}>;
|
|
6497
|
+
declare const mcpContinuumDaoForumSectionsInputSchema: z.ZodObject<{
|
|
6498
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
6499
|
+
}, "strip", z.ZodTypeAny, {
|
|
6500
|
+
forumUrl?: string | undefined;
|
|
6501
|
+
}, {
|
|
6502
|
+
forumUrl?: string | undefined;
|
|
6503
|
+
}>;
|
|
6504
|
+
declare const mcpContinuumDaoForumSectionsOutputSchema: z.ZodUnknown;
|
|
6505
|
+
declare const mcpContinuumDaoForumSignInEligibleInputSchema: z.ZodObject<{
|
|
6506
|
+
address: z.ZodString;
|
|
6507
|
+
forumUrl: z.ZodOptional<z.ZodString>;
|
|
6508
|
+
}, "strip", z.ZodTypeAny, {
|
|
6509
|
+
address: string;
|
|
6510
|
+
forumUrl?: string | undefined;
|
|
6511
|
+
}, {
|
|
6512
|
+
address: string;
|
|
6513
|
+
forumUrl?: string | undefined;
|
|
6514
|
+
}>;
|
|
6515
|
+
declare const mcpContinuumDaoForumSignInEligibleOutputSchema: z.ZodObject<{
|
|
6516
|
+
ok: z.ZodBoolean;
|
|
6517
|
+
eligible: z.ZodBoolean;
|
|
6518
|
+
address: z.ZodOptional<z.ZodString>;
|
|
6519
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
6520
|
+
}, "strip", z.ZodTypeAny, {
|
|
6521
|
+
ok: boolean;
|
|
6522
|
+
eligible: boolean;
|
|
6523
|
+
address?: string | undefined;
|
|
6524
|
+
reason?: string | undefined;
|
|
6525
|
+
}, {
|
|
6526
|
+
ok: boolean;
|
|
6527
|
+
eligible: boolean;
|
|
6528
|
+
address?: string | undefined;
|
|
6529
|
+
reason?: string | undefined;
|
|
6530
|
+
}>;
|
|
6531
|
+
declare const mcpContinuumDaoForumSignInInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
6532
|
+
[x: string]: z.ZodTypeAny;
|
|
6533
|
+
}, "strip", z.ZodTypeAny, {
|
|
6534
|
+
[x: string]: any;
|
|
6535
|
+
}, {
|
|
6536
|
+
[x: string]: any;
|
|
6537
|
+
}>, {
|
|
6538
|
+
[x: string]: any;
|
|
6539
|
+
}, {
|
|
6540
|
+
[x: string]: any;
|
|
6541
|
+
}>;
|
|
5076
6542
|
|
|
5077
6543
|
declare const mcpMorphoFetchEarnVaultsInputSchema: z.ZodObject<{
|
|
5078
6544
|
chainId: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
@@ -9574,6 +11040,7 @@ declare function getAgentCatalog(): {
|
|
|
9574
11040
|
morpho: ProtocolModule;
|
|
9575
11041
|
circleCctp: ProtocolModule;
|
|
9576
11042
|
venice: ProtocolModule;
|
|
11043
|
+
continuumDao: ProtocolModule;
|
|
9577
11044
|
/** Prefer getAgentCatalogForMcp() or getMcpToolDefinitions() for MCP servers. */
|
|
9578
11045
|
mcp: {
|
|
9579
11046
|
tools: readonly McpToolDefinition[];
|
|
@@ -9657,4 +11124,4 @@ declare function getAgentCatalog(): {
|
|
|
9657
11124
|
};
|
|
9658
11125
|
};
|
|
9659
11126
|
|
|
9660
|
-
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 McpMorphoFetchMidnightBooksInput, type McpMorphoFetchMidnightBooksOutput, type McpMorphoFetchMidnightPositionsInput, type McpMorphoFetchMidnightPositionsOutput, type McpMorphoFetchMidnightQuoteInput, type McpMorphoFetchMidnightQuoteOutput, type McpMorphoVaultDepositInput, type McpSchemaProperty, type McpSkyLockstakeStakeInput, type McpToolDefinition, type McpToolHandler, type McpToolInputMap, type McpToolName, type McpToolOutputMap, type McpUniswapV4BuildAllowlistFinalizeMultisignInput, type McpUniswapV4BuildMintLiquidityMultisignInput, type McpUniswapV4BuildSwapMultisignInput, type McpUniswapV4CheckPermissionsInput, type McpUniswapV4CreateSwapInput, type McpUniswapV4CreateSwapOutput, type McpUniswapV4FetchOhlcvInput, type McpUniswapV4FetchOhlcvOutput, type McpUniswapV4KycApplyLinkInput, 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, mcpMorphoFetchMidnightBooksInputSchema, mcpMorphoFetchMidnightBooksOutputSchema, mcpMorphoFetchMidnightPositionsInputSchema, mcpMorphoFetchMidnightPositionsOutputSchema, mcpMorphoFetchMidnightQuoteInputSchema, mcpMorphoFetchMidnightQuoteOutputSchema, mcpMorphoMerklClaimInputSchema, mcpMorphoMidnightBorrowInputSchema, mcpMorphoMidnightLendInputSchema, mcpMorphoMidnightRepayInputSchema, mcpMorphoVaultDepositInputSchema, mcpMorphoVaultWithdrawInputSchema, mcpMultisignInput, multisignOutputSchema as mcpMultisignOutputSchema, mcpServerSubmitOutputSchema as mcpMultisignSubmitOutputSchema, mcpServerCommonInputSchema, mcpServerMultisignInput, mcpServerSubmitOutputSchema, mcpSkyLockstakeCloseInputSchema, mcpSkyLockstakeDrawInputSchema, mcpSkyLockstakeGetRewardInputSchema, mcpSkyLockstakeStakeInputSchema, mcpSkyLockstakeWipeInputSchema, mcpSkySusdsDepositInputSchema, mcpSkySusdsRedeemInputSchema, mcpUniswapV4BuildAllowlistFinalizeMultisignInputSchema, mcpUniswapV4BuildCollectFeesMultisignInputSchema, mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildLimitOrderMultisignInputSchema, mcpUniswapV4BuildMintLiquidityMultisignInputSchema, mcpUniswapV4BuildSwapMultisignInputSchema, mcpUniswapV4CheckPermissionsInputSchema, mcpUniswapV4CheckPermissionsOutputSchema, mcpUniswapV4CreateSwapInputSchema, mcpUniswapV4CreateSwapOutputSchema, mcpUniswapV4FetchLimitOrdersInputSchema, mcpUniswapV4FetchLimitOrdersOutputSchema, mcpUniswapV4FetchOhlcvInputSchema, mcpUniswapV4FetchOhlcvOutputSchema, mcpUniswapV4KycApplyLinkInputSchema, mcpUniswapV4KycApplyLinkOutputSchema, 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 };
|
|
11127
|
+
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 McpMorphoFetchMidnightBooksInput, type McpMorphoFetchMidnightBooksOutput, type McpMorphoFetchMidnightPositionsInput, type McpMorphoFetchMidnightPositionsOutput, type McpMorphoFetchMidnightQuoteInput, type McpMorphoFetchMidnightQuoteOutput, type McpMorphoVaultDepositInput, type McpSchemaProperty, type McpSkyLockstakeStakeInput, type McpToolDefinition, type McpToolHandler, type McpToolInputMap, type McpToolName, type McpToolOutputMap, type McpUniswapV4BuildAllowlistFinalizeMultisignInput, type McpUniswapV4BuildMintLiquidityMultisignInput, type McpUniswapV4BuildSwapMultisignInput, type McpUniswapV4CheckPermissionsInput, type McpUniswapV4CreateSwapInput, type McpUniswapV4CreateSwapOutput, type McpUniswapV4FetchOhlcvInput, type McpUniswapV4FetchOhlcvOutput, type McpUniswapV4KycApplyLinkInput, 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, mcpContinuumDaoAttachInputSchema, mcpContinuumDaoCastVoteBravoInputSchema, mcpContinuumDaoCastVoteDeltaInputSchema, mcpContinuumDaoCreateLockInputSchema, mcpContinuumDaoDelegateInputSchema, mcpContinuumDaoExplainProposalInputSchema, mcpContinuumDaoExplainProposalOutputSchema, mcpContinuumDaoFetchDelegatesInputSchema, mcpContinuumDaoFetchDelegatesOutputSchema, mcpContinuumDaoFetchLiveProposalsInputSchema, mcpContinuumDaoFetchLiveProposalsOutputSchema, mcpContinuumDaoFetchProposalInputSchema, mcpContinuumDaoFetchProposalOutputSchema, mcpContinuumDaoFetchProposalStateInputSchema, mcpContinuumDaoFetchProposalStateOutputSchema, mcpContinuumDaoFetchProposalsInputSchema, mcpContinuumDaoFetchProposalsOutputSchema, mcpContinuumDaoFetchVotingPowerInputSchema, mcpContinuumDaoFetchVotingPowerOutputSchema, mcpContinuumDaoForumCreateIdeaInputSchema, mcpContinuumDaoForumCreateIdeaOutputSchema, mcpContinuumDaoForumCreateTopicInputSchema, mcpContinuumDaoForumCreateTopicOutputSchema, mcpContinuumDaoForumDeleteInputSchema, mcpContinuumDaoForumDeleteOutputSchema, mcpContinuumDaoForumFetchPostInputSchema, mcpContinuumDaoForumFetchPostOutputSchema, mcpContinuumDaoForumFetchThreadInputSchema, mcpContinuumDaoForumFetchThreadOutputSchema, mcpContinuumDaoForumMarkReadInputSchema, mcpContinuumDaoForumMarkReadOutputSchema, mcpContinuumDaoForumMarkUnreadInputSchema, mcpContinuumDaoForumMarkUnreadOutputSchema, mcpContinuumDaoForumMeInputSchema, mcpContinuumDaoForumMeOutputSchema, mcpContinuumDaoForumReactInputSchema, mcpContinuumDaoForumReactOutputSchema, mcpContinuumDaoForumRecentInputSchema, mcpContinuumDaoForumRecentOutputSchema, mcpContinuumDaoForumReplyCountInputSchema, mcpContinuumDaoForumReplyCountOutputSchema, mcpContinuumDaoForumReplyInputSchema, mcpContinuumDaoForumReplyOutputSchema, mcpContinuumDaoForumResolveInputSchema, mcpContinuumDaoForumResolveOutputSchema, mcpContinuumDaoForumSearchInputSchema, mcpContinuumDaoForumSearchOutputSchema, mcpContinuumDaoForumSectionsInputSchema, mcpContinuumDaoForumSectionsOutputSchema, mcpContinuumDaoForumSignInEligibleInputSchema, mcpContinuumDaoForumSignInEligibleOutputSchema, mcpContinuumDaoForumSignInInputSchema, mcpContinuumDaoForumSignOutInputSchema, mcpContinuumDaoForumSignOutOutputSchema, mcpContinuumDaoForumUnreadInputSchema, mcpContinuumDaoForumUnreadOutputSchema, mcpContinuumDaoForumUserPostIdsInputSchema, mcpContinuumDaoForumUserPostIdsOutputSchema, mcpContinuumDaoIncreaseAmountInputSchema, mcpContinuumDaoIncreaseUnlockTimeInputSchema, mcpContinuumDaoMergeInputSchema, mcpContinuumDaoProposalIdInputSchema, mcpContinuumDaoProposeBravoInputSchema, mcpContinuumDaoProposeDeltaInputSchema, mcpContinuumDaoRegisterProposalInputSchema, mcpContinuumDaoRegisterProposalOutputSchema, mcpContinuumDaoRequestDetachInputSchema, mcpContinuumDaoSplitInputSchema, mcpContinuumDaoTokenIdInputSchema, mcpContinuumDaoTransferInputSchema, mcpContinuumDaoUndelegateInputSchema, 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, mcpMorphoFetchMidnightBooksInputSchema, mcpMorphoFetchMidnightBooksOutputSchema, mcpMorphoFetchMidnightPositionsInputSchema, mcpMorphoFetchMidnightPositionsOutputSchema, mcpMorphoFetchMidnightQuoteInputSchema, mcpMorphoFetchMidnightQuoteOutputSchema, mcpMorphoMerklClaimInputSchema, mcpMorphoMidnightBorrowInputSchema, mcpMorphoMidnightLendInputSchema, mcpMorphoMidnightRepayInputSchema, mcpMorphoVaultDepositInputSchema, mcpMorphoVaultWithdrawInputSchema, mcpMultisignInput, multisignOutputSchema as mcpMultisignOutputSchema, mcpServerSubmitOutputSchema as mcpMultisignSubmitOutputSchema, mcpServerCommonInputSchema, mcpServerMultisignInput, mcpServerSubmitOutputSchema, mcpSkyLockstakeCloseInputSchema, mcpSkyLockstakeDrawInputSchema, mcpSkyLockstakeGetRewardInputSchema, mcpSkyLockstakeStakeInputSchema, mcpSkyLockstakeWipeInputSchema, mcpSkySusdsDepositInputSchema, mcpSkySusdsRedeemInputSchema, mcpUniswapV4BuildAllowlistFinalizeMultisignInputSchema, mcpUniswapV4BuildCollectFeesMultisignInputSchema, mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildLimitOrderMultisignInputSchema, mcpUniswapV4BuildMintLiquidityMultisignInputSchema, mcpUniswapV4BuildSwapMultisignInputSchema, mcpUniswapV4CheckPermissionsInputSchema, mcpUniswapV4CheckPermissionsOutputSchema, mcpUniswapV4CreateSwapInputSchema, mcpUniswapV4CreateSwapOutputSchema, mcpUniswapV4FetchLimitOrdersInputSchema, mcpUniswapV4FetchLimitOrdersOutputSchema, mcpUniswapV4FetchOhlcvInputSchema, mcpUniswapV4FetchOhlcvOutputSchema, mcpUniswapV4KycApplyLinkInputSchema, mcpUniswapV4KycApplyLinkOutputSchema, 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 };
|