@wowok/agent-mcp 2.3.4 → 2.3.5

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.
@@ -10,7 +10,7 @@ export declare const WipConstraints: {
10
10
  export declare const TextFormatSchema: z.ZodUnion<[z.ZodLiteral<"plain">, z.ZodLiteral<"markdown">, z.ZodLiteral<"html">]>;
11
11
  export declare const ImageMimeTypeSchema: z.ZodUnion<[z.ZodLiteral<"image/png">, z.ZodLiteral<"image/jpeg">, z.ZodLiteral<"image/gif">, z.ZodLiteral<"image/webp">]>;
12
12
  export declare const HashAlgorithmSchema: z.ZodLiteral<"sha256">;
13
- export declare const SignatureAlgorithmSchema: z.ZodLiteral<"Ed25519">;
13
+ export declare const SignatureAlgorithmSchema: z.ZodLiteral<"Falcon512">;
14
14
  export declare const WipContentSchema: z.ZodObject<{
15
15
  text: z.ZodString;
16
16
  format: z.ZodUnion<[z.ZodLiteral<"plain">, z.ZodLiteral<"markdown">, z.ZodLiteral<"html">]>;
@@ -90,48 +90,48 @@ export declare const WipPayloadSchema: z.ZodObject<{
90
90
  export declare const WipSignatureSchema: z.ZodObject<{
91
91
  value: z.ZodString;
92
92
  publicKey: z.ZodString;
93
- algorithm: z.ZodLiteral<"Ed25519">;
93
+ algorithm: z.ZodLiteral<"Falcon512">;
94
94
  address: z.ZodOptional<z.ZodString>;
95
95
  }, "strip", z.ZodTypeAny, {
96
96
  value: string;
97
97
  publicKey: string;
98
- algorithm: "Ed25519";
98
+ algorithm: "Falcon512";
99
99
  address?: string | undefined;
100
100
  }, {
101
101
  value: string;
102
102
  publicKey: string;
103
- algorithm: "Ed25519";
103
+ algorithm: "Falcon512";
104
104
  address?: string | undefined;
105
105
  }>;
106
106
  export declare const WipSignatureArraySchema: z.ZodUnion<[z.ZodObject<{
107
107
  value: z.ZodString;
108
108
  publicKey: z.ZodString;
109
- algorithm: z.ZodLiteral<"Ed25519">;
109
+ algorithm: z.ZodLiteral<"Falcon512">;
110
110
  address: z.ZodOptional<z.ZodString>;
111
111
  }, "strip", z.ZodTypeAny, {
112
112
  value: string;
113
113
  publicKey: string;
114
- algorithm: "Ed25519";
114
+ algorithm: "Falcon512";
115
115
  address?: string | undefined;
116
116
  }, {
117
117
  value: string;
118
118
  publicKey: string;
119
- algorithm: "Ed25519";
119
+ algorithm: "Falcon512";
120
120
  address?: string | undefined;
121
121
  }>, z.ZodArray<z.ZodObject<{
122
122
  value: z.ZodString;
123
123
  publicKey: z.ZodString;
124
- algorithm: z.ZodLiteral<"Ed25519">;
124
+ algorithm: z.ZodLiteral<"Falcon512">;
125
125
  address: z.ZodOptional<z.ZodString>;
126
126
  }, "strip", z.ZodTypeAny, {
127
127
  value: string;
128
128
  publicKey: string;
129
- algorithm: "Ed25519";
129
+ algorithm: "Falcon512";
130
130
  address?: string | undefined;
131
131
  }, {
132
132
  value: string;
133
133
  publicKey: string;
134
- algorithm: "Ed25519";
134
+ algorithm: "Falcon512";
135
135
  address?: string | undefined;
136
136
  }>, "many">]>;
137
137
  export declare const WipMetaSchema: z.ZodObject<{
@@ -143,32 +143,32 @@ export declare const WipMetaSchema: z.ZodObject<{
143
143
  signature: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
144
144
  value: z.ZodString;
145
145
  publicKey: z.ZodString;
146
- algorithm: z.ZodLiteral<"Ed25519">;
146
+ algorithm: z.ZodLiteral<"Falcon512">;
147
147
  address: z.ZodOptional<z.ZodString>;
148
148
  }, "strip", z.ZodTypeAny, {
149
149
  value: string;
150
150
  publicKey: string;
151
- algorithm: "Ed25519";
151
+ algorithm: "Falcon512";
152
152
  address?: string | undefined;
153
153
  }, {
154
154
  value: string;
155
155
  publicKey: string;
156
- algorithm: "Ed25519";
156
+ algorithm: "Falcon512";
157
157
  address?: string | undefined;
158
158
  }>, z.ZodArray<z.ZodObject<{
159
159
  value: z.ZodString;
160
160
  publicKey: z.ZodString;
161
- algorithm: z.ZodLiteral<"Ed25519">;
161
+ algorithm: z.ZodLiteral<"Falcon512">;
162
162
  address: z.ZodOptional<z.ZodString>;
163
163
  }, "strip", z.ZodTypeAny, {
164
164
  value: string;
165
165
  publicKey: string;
166
- algorithm: "Ed25519";
166
+ algorithm: "Falcon512";
167
167
  address?: string | undefined;
168
168
  }, {
169
169
  value: string;
170
170
  publicKey: string;
171
- algorithm: "Ed25519";
171
+ algorithm: "Falcon512";
172
172
  address?: string | undefined;
173
173
  }>, "many">]>>;
174
174
  }, "strip", z.ZodTypeAny, {
@@ -180,12 +180,12 @@ export declare const WipMetaSchema: z.ZodObject<{
180
180
  signature?: {
181
181
  value: string;
182
182
  publicKey: string;
183
- algorithm: "Ed25519";
183
+ algorithm: "Falcon512";
184
184
  address?: string | undefined;
185
185
  } | {
186
186
  value: string;
187
187
  publicKey: string;
188
- algorithm: "Ed25519";
188
+ algorithm: "Falcon512";
189
189
  address?: string | undefined;
190
190
  }[] | undefined;
191
191
  }, {
@@ -197,12 +197,12 @@ export declare const WipMetaSchema: z.ZodObject<{
197
197
  signature?: {
198
198
  value: string;
199
199
  publicKey: string;
200
- algorithm: "Ed25519";
200
+ algorithm: "Falcon512";
201
201
  address?: string | undefined;
202
202
  } | {
203
203
  value: string;
204
204
  publicKey: string;
205
- algorithm: "Ed25519";
205
+ algorithm: "Falcon512";
206
206
  address?: string | undefined;
207
207
  }[] | undefined;
208
208
  }>;
@@ -267,32 +267,32 @@ export declare const WipFileSchema: z.ZodObject<{
267
267
  signature: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
268
268
  value: z.ZodString;
269
269
  publicKey: z.ZodString;
270
- algorithm: z.ZodLiteral<"Ed25519">;
270
+ algorithm: z.ZodLiteral<"Falcon512">;
271
271
  address: z.ZodOptional<z.ZodString>;
272
272
  }, "strip", z.ZodTypeAny, {
273
273
  value: string;
274
274
  publicKey: string;
275
- algorithm: "Ed25519";
275
+ algorithm: "Falcon512";
276
276
  address?: string | undefined;
277
277
  }, {
278
278
  value: string;
279
279
  publicKey: string;
280
- algorithm: "Ed25519";
280
+ algorithm: "Falcon512";
281
281
  address?: string | undefined;
282
282
  }>, z.ZodArray<z.ZodObject<{
283
283
  value: z.ZodString;
284
284
  publicKey: z.ZodString;
285
- algorithm: z.ZodLiteral<"Ed25519">;
285
+ algorithm: z.ZodLiteral<"Falcon512">;
286
286
  address: z.ZodOptional<z.ZodString>;
287
287
  }, "strip", z.ZodTypeAny, {
288
288
  value: string;
289
289
  publicKey: string;
290
- algorithm: "Ed25519";
290
+ algorithm: "Falcon512";
291
291
  address?: string | undefined;
292
292
  }, {
293
293
  value: string;
294
294
  publicKey: string;
295
- algorithm: "Ed25519";
295
+ algorithm: "Falcon512";
296
296
  address?: string | undefined;
297
297
  }>, "many">]>>;
298
298
  }, "strip", z.ZodTypeAny, {
@@ -304,12 +304,12 @@ export declare const WipFileSchema: z.ZodObject<{
304
304
  signature?: {
305
305
  value: string;
306
306
  publicKey: string;
307
- algorithm: "Ed25519";
307
+ algorithm: "Falcon512";
308
308
  address?: string | undefined;
309
309
  } | {
310
310
  value: string;
311
311
  publicKey: string;
312
- algorithm: "Ed25519";
312
+ algorithm: "Falcon512";
313
313
  address?: string | undefined;
314
314
  }[] | undefined;
315
315
  }, {
@@ -321,12 +321,12 @@ export declare const WipFileSchema: z.ZodObject<{
321
321
  signature?: {
322
322
  value: string;
323
323
  publicKey: string;
324
- algorithm: "Ed25519";
324
+ algorithm: "Falcon512";
325
325
  address?: string | undefined;
326
326
  } | {
327
327
  value: string;
328
328
  publicKey: string;
329
- algorithm: "Ed25519";
329
+ algorithm: "Falcon512";
330
330
  address?: string | undefined;
331
331
  }[] | undefined;
332
332
  }>;
@@ -353,12 +353,12 @@ export declare const WipFileSchema: z.ZodObject<{
353
353
  signature?: {
354
354
  value: string;
355
355
  publicKey: string;
356
- algorithm: "Ed25519";
356
+ algorithm: "Falcon512";
357
357
  address?: string | undefined;
358
358
  } | {
359
359
  value: string;
360
360
  publicKey: string;
361
- algorithm: "Ed25519";
361
+ algorithm: "Falcon512";
362
362
  address?: string | undefined;
363
363
  }[] | undefined;
364
364
  };
@@ -385,12 +385,12 @@ export declare const WipFileSchema: z.ZodObject<{
385
385
  signature?: {
386
386
  value: string;
387
387
  publicKey: string;
388
- algorithm: "Ed25519";
388
+ algorithm: "Falcon512";
389
389
  address?: string | undefined;
390
390
  } | {
391
391
  value: string;
392
392
  publicKey: string;
393
- algorithm: "Ed25519";
393
+ algorithm: "Falcon512";
394
394
  address?: string | undefined;
395
395
  }[] | undefined;
396
396
  };
@@ -26,8 +26,8 @@ export const HashAlgorithmSchema = z
26
26
  .literal("sha256")
27
27
  .describe("Hash algorithm, fixed as sha256");
28
28
  export const SignatureAlgorithmSchema = z
29
- .literal("Ed25519")
30
- .describe("Signature algorithm, fixed as Ed25519");
29
+ .literal("Falcon512")
30
+ .describe("Signature algorithm, fixed as Falcon512");
31
31
  export const WipContentSchema = z
32
32
  .object({
33
33
  text: z.string().max(WipConstraints.maxTextLength).describe("Text content"),
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "title": "WoWok MCP Schema Index",
4
4
  "description": "Index of all available JSON schemas for WoWok MCP tools",
5
- "generatedAt": "2026-06-16T03:37:25.934Z",
5
+ "generatedAt": "2026-06-25T02:35:00.212Z",
6
6
  "tools": [
7
7
  {
8
8
  "name": "onchain_operations",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wowok/agent-mcp",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "description": "Making It Easy for AI Agents to Communicate, Collaborate, Trade, and Trust.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -36,7 +36,7 @@
36
36
  "license": "Apache-2.0",
37
37
  "dependencies": {
38
38
  "@modelcontextprotocol/sdk": "^1.29.0",
39
- "@wowok/wowok": "2.3.4",
39
+ "@wowok/wowok": "2.3.5",
40
40
  "lodash": "^4.18.1",
41
41
  "zod": "^3.25.76"
42
42
  },