@dobbyai/mcp-external 1.0.3 → 1.1.0

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.
Files changed (163) hide show
  1. package/dist/__tests__/agent-mail-tools.test.d.ts +8 -0
  2. package/dist/__tests__/agent-mail-tools.test.d.ts.map +1 -0
  3. package/dist/__tests__/agent-mail-tools.test.js +262 -0
  4. package/dist/__tests__/agent-mail-tools.test.js.map +1 -0
  5. package/dist/__tests__/annotations.test.d.ts +8 -0
  6. package/dist/__tests__/annotations.test.d.ts.map +1 -0
  7. package/dist/__tests__/annotations.test.js +108 -0
  8. package/dist/__tests__/annotations.test.js.map +1 -0
  9. package/dist/__tests__/auth.test.d.ts +7 -0
  10. package/dist/__tests__/auth.test.d.ts.map +1 -0
  11. package/dist/__tests__/auth.test.js +116 -0
  12. package/dist/__tests__/auth.test.js.map +1 -0
  13. package/dist/__tests__/integration/protocol.test.d.ts +8 -0
  14. package/dist/__tests__/integration/protocol.test.d.ts.map +1 -0
  15. package/dist/__tests__/integration/protocol.test.js +104 -0
  16. package/dist/__tests__/integration/protocol.test.js.map +1 -0
  17. package/dist/__tests__/mcp-integrations.test.d.ts +8 -0
  18. package/dist/__tests__/mcp-integrations.test.d.ts.map +1 -0
  19. package/dist/__tests__/mcp-integrations.test.js +375 -0
  20. package/dist/__tests__/mcp-integrations.test.js.map +1 -0
  21. package/dist/__tests__/memory-graph-tools.test.d.ts +8 -0
  22. package/dist/__tests__/memory-graph-tools.test.d.ts.map +1 -0
  23. package/dist/__tests__/memory-graph-tools.test.js +265 -0
  24. package/dist/__tests__/memory-graph-tools.test.js.map +1 -0
  25. package/dist/__tests__/schedule-tools.test.d.ts +8 -0
  26. package/dist/__tests__/schedule-tools.test.d.ts.map +1 -0
  27. package/dist/__tests__/schedule-tools.test.js +290 -0
  28. package/dist/__tests__/schedule-tools.test.js.map +1 -0
  29. package/dist/__tests__/tiers.test.d.ts +7 -0
  30. package/dist/__tests__/tiers.test.d.ts.map +1 -0
  31. package/dist/__tests__/tiers.test.js +103 -0
  32. package/dist/__tests__/tiers.test.js.map +1 -0
  33. package/dist/__tests__/tools.test.d.ts +7 -0
  34. package/dist/__tests__/tools.test.d.ts.map +1 -0
  35. package/dist/__tests__/tools.test.js +143 -0
  36. package/dist/__tests__/tools.test.js.map +1 -0
  37. package/dist/__tests__/transport.test.d.ts +7 -0
  38. package/dist/__tests__/transport.test.d.ts.map +1 -0
  39. package/dist/__tests__/transport.test.js +55 -0
  40. package/dist/__tests__/transport.test.js.map +1 -0
  41. package/dist/__tests__/web-eval-tools.test.d.ts +8 -0
  42. package/dist/__tests__/web-eval-tools.test.d.ts.map +1 -0
  43. package/dist/__tests__/web-eval-tools.test.js +252 -0
  44. package/dist/__tests__/web-eval-tools.test.js.map +1 -0
  45. package/dist/__tests__/workflow-tools.test.d.ts +8 -0
  46. package/dist/__tests__/workflow-tools.test.d.ts.map +1 -0
  47. package/dist/__tests__/workflow-tools.test.js +268 -0
  48. package/dist/__tests__/workflow-tools.test.js.map +1 -0
  49. package/dist/auth/oauth-provider.d.ts +34 -0
  50. package/dist/auth/oauth-provider.d.ts.map +1 -0
  51. package/dist/auth/oauth-provider.js +75 -0
  52. package/dist/auth/oauth-provider.js.map +1 -0
  53. package/dist/auth/token-verifier.d.ts +40 -0
  54. package/dist/auth/token-verifier.d.ts.map +1 -0
  55. package/dist/auth/token-verifier.js +138 -0
  56. package/dist/auth/token-verifier.js.map +1 -0
  57. package/dist/http-server.d.ts +35 -0
  58. package/dist/http-server.d.ts.map +1 -0
  59. package/dist/http-server.js +175 -0
  60. package/dist/http-server.js.map +1 -0
  61. package/dist/index.js +131 -36
  62. package/dist/index.js.map +1 -1
  63. package/dist/lib/dobby-client.d.ts +50 -20
  64. package/dist/lib/dobby-client.d.ts.map +1 -1
  65. package/dist/lib/dobby-client.js +50 -0
  66. package/dist/lib/dobby-client.js.map +1 -1
  67. package/dist/tools/agent-mail.d.ts +153 -0
  68. package/dist/tools/agent-mail.d.ts.map +1 -0
  69. package/dist/tools/agent-mail.js +340 -0
  70. package/dist/tools/agent-mail.js.map +1 -0
  71. package/dist/tools/approvals.d.ts +24 -0
  72. package/dist/tools/approvals.d.ts.map +1 -1
  73. package/dist/tools/approvals.js +24 -0
  74. package/dist/tools/approvals.js.map +1 -1
  75. package/dist/tools/crew-builder.d.ts +24 -0
  76. package/dist/tools/crew-builder.d.ts.map +1 -1
  77. package/dist/tools/crew-builder.js +24 -0
  78. package/dist/tools/crew-builder.js.map +1 -1
  79. package/dist/tools/crewai.d.ts +24 -0
  80. package/dist/tools/crewai.d.ts.map +1 -1
  81. package/dist/tools/crewai.js +24 -0
  82. package/dist/tools/crewai.js.map +1 -1
  83. package/dist/tools/exa.d.ts +161 -0
  84. package/dist/tools/exa.d.ts.map +1 -0
  85. package/dist/tools/exa.js +228 -0
  86. package/dist/tools/exa.js.map +1 -0
  87. package/dist/tools/github-mcp.d.ts +303 -0
  88. package/dist/tools/github-mcp.d.ts.map +1 -0
  89. package/dist/tools/github-mcp.js +397 -0
  90. package/dist/tools/github-mcp.js.map +1 -0
  91. package/dist/tools/governance.d.ts +129 -0
  92. package/dist/tools/governance.d.ts.map +1 -0
  93. package/dist/tools/governance.js +171 -0
  94. package/dist/tools/governance.js.map +1 -0
  95. package/dist/tools/index.d.ts +3589 -159
  96. package/dist/tools/index.d.ts.map +1 -1
  97. package/dist/tools/index.js +250 -0
  98. package/dist/tools/index.js.map +1 -1
  99. package/dist/tools/jira.d.ts +60 -0
  100. package/dist/tools/jira.d.ts.map +1 -1
  101. package/dist/tools/jira.js +60 -0
  102. package/dist/tools/jira.js.map +1 -1
  103. package/dist/tools/knowledge-base.d.ts +144 -0
  104. package/dist/tools/knowledge-base.d.ts.map +1 -0
  105. package/dist/tools/knowledge-base.js +179 -0
  106. package/dist/tools/knowledge-base.js.map +1 -0
  107. package/dist/tools/mcp-metrics.d.ts +62 -0
  108. package/dist/tools/mcp-metrics.d.ts.map +1 -0
  109. package/dist/tools/mcp-metrics.js +270 -0
  110. package/dist/tools/mcp-metrics.js.map +1 -0
  111. package/dist/tools/mcp-tools.d.ts +12 -0
  112. package/dist/tools/mcp-tools.d.ts.map +1 -1
  113. package/dist/tools/mcp-tools.js +12 -0
  114. package/dist/tools/mcp-tools.js.map +1 -1
  115. package/dist/tools/mem0.d.ts +168 -0
  116. package/dist/tools/mem0.d.ts.map +1 -0
  117. package/dist/tools/mem0.js +255 -0
  118. package/dist/tools/mem0.js.map +1 -0
  119. package/dist/tools/memory-graph.d.ts +197 -0
  120. package/dist/tools/memory-graph.d.ts.map +1 -0
  121. package/dist/tools/memory-graph.js +545 -0
  122. package/dist/tools/memory-graph.js.map +1 -0
  123. package/dist/tools/messages.d.ts +12 -0
  124. package/dist/tools/messages.d.ts.map +1 -1
  125. package/dist/tools/messages.js +12 -0
  126. package/dist/tools/messages.js.map +1 -1
  127. package/dist/tools/moltbook.d.ts +564 -0
  128. package/dist/tools/moltbook.d.ts.map +1 -0
  129. package/dist/tools/moltbook.js +792 -0
  130. package/dist/tools/moltbook.js.map +1 -0
  131. package/dist/tools/ops.d.ts +219 -0
  132. package/dist/tools/ops.d.ts.map +1 -0
  133. package/dist/tools/ops.js +360 -0
  134. package/dist/tools/ops.js.map +1 -0
  135. package/dist/tools/schedules.d.ts +196 -0
  136. package/dist/tools/schedules.d.ts.map +1 -0
  137. package/dist/tools/schedules.js +264 -0
  138. package/dist/tools/schedules.js.map +1 -0
  139. package/dist/tools/services.d.ts +6 -0
  140. package/dist/tools/services.d.ts.map +1 -1
  141. package/dist/tools/services.js +6 -0
  142. package/dist/tools/services.js.map +1 -1
  143. package/dist/tools/tasks.d.ts +45 -0
  144. package/dist/tools/tasks.d.ts.map +1 -1
  145. package/dist/tools/tasks.js +49 -4
  146. package/dist/tools/tasks.js.map +1 -1
  147. package/dist/tools/tiers.d.ts +39 -0
  148. package/dist/tools/tiers.d.ts.map +1 -0
  149. package/dist/tools/tiers.js +138 -0
  150. package/dist/tools/tiers.js.map +1 -0
  151. package/dist/tools/unified-agents.d.ts +62 -0
  152. package/dist/tools/unified-agents.d.ts.map +1 -0
  153. package/dist/tools/unified-agents.js +147 -0
  154. package/dist/tools/unified-agents.js.map +1 -0
  155. package/dist/tools/web-eval.d.ts +172 -0
  156. package/dist/tools/web-eval.d.ts.map +1 -0
  157. package/dist/tools/web-eval.js +347 -0
  158. package/dist/tools/web-eval.js.map +1 -0
  159. package/dist/tools/workflow.d.ts +171 -0
  160. package/dist/tools/workflow.d.ts.map +1 -0
  161. package/dist/tools/workflow.js +518 -0
  162. package/dist/tools/workflow.js.map +1 -0
  163. package/package.json +8 -3
@@ -0,0 +1,564 @@
1
+ /**
2
+ * MCP Tools — Moltbook (Social Network for AI Agents)
3
+ *
4
+ * 12 core tools for interacting with Moltbook (moltbook.com).
5
+ * All requests go through the gateway agent proxy which handles
6
+ * auth, anti-spam verification auto-solving, and audit logging.
7
+ *
8
+ * Tools: moltbook_get_profile, moltbook_update_profile,
9
+ * moltbook_get_home_feed, moltbook_get_posts, moltbook_get_post,
10
+ * moltbook_create_post, moltbook_get_comments, moltbook_create_comment,
11
+ * moltbook_upvote_post, moltbook_downvote_post,
12
+ * moltbook_search, moltbook_get_notifications
13
+ */
14
+ import { DobbyClient } from '../lib/dobby-client.js';
15
+ export declare const moltbookTools: {
16
+ moltbook_get_profile: {
17
+ name: string;
18
+ annotations: {
19
+ title: string;
20
+ readOnlyHint: boolean;
21
+ destructiveHint: boolean;
22
+ openWorldHint: boolean;
23
+ };
24
+ description: string;
25
+ inputSchema: {
26
+ type: "object";
27
+ properties: {
28
+ connection_id: {
29
+ type: string;
30
+ description: string;
31
+ };
32
+ };
33
+ };
34
+ };
35
+ moltbook_update_profile: {
36
+ name: string;
37
+ annotations: {
38
+ title: string;
39
+ readOnlyHint: boolean;
40
+ destructiveHint: boolean;
41
+ openWorldHint: boolean;
42
+ };
43
+ description: string;
44
+ inputSchema: {
45
+ type: "object";
46
+ properties: {
47
+ profile_fields: {
48
+ type: string;
49
+ description: string;
50
+ };
51
+ connection_id: {
52
+ type: string;
53
+ description: string;
54
+ };
55
+ };
56
+ required: string[];
57
+ };
58
+ };
59
+ moltbook_get_home_feed: {
60
+ name: string;
61
+ annotations: {
62
+ title: string;
63
+ readOnlyHint: boolean;
64
+ destructiveHint: boolean;
65
+ openWorldHint: boolean;
66
+ };
67
+ description: string;
68
+ inputSchema: {
69
+ type: "object";
70
+ properties: {
71
+ limit: {
72
+ type: string;
73
+ description: string;
74
+ };
75
+ connection_id: {
76
+ type: string;
77
+ description: string;
78
+ };
79
+ };
80
+ };
81
+ };
82
+ moltbook_get_posts: {
83
+ name: string;
84
+ annotations: {
85
+ title: string;
86
+ readOnlyHint: boolean;
87
+ destructiveHint: boolean;
88
+ openWorldHint: boolean;
89
+ };
90
+ description: string;
91
+ inputSchema: {
92
+ type: "object";
93
+ properties: {
94
+ sort: {
95
+ type: string;
96
+ description: string;
97
+ };
98
+ limit: {
99
+ type: string;
100
+ description: string;
101
+ };
102
+ connection_id: {
103
+ type: string;
104
+ description: string;
105
+ };
106
+ };
107
+ };
108
+ };
109
+ moltbook_get_post: {
110
+ name: string;
111
+ annotations: {
112
+ title: string;
113
+ readOnlyHint: boolean;
114
+ destructiveHint: boolean;
115
+ openWorldHint: boolean;
116
+ };
117
+ description: string;
118
+ inputSchema: {
119
+ type: "object";
120
+ properties: {
121
+ post_id: {
122
+ type: string;
123
+ description: string;
124
+ };
125
+ connection_id: {
126
+ type: string;
127
+ description: string;
128
+ };
129
+ };
130
+ required: string[];
131
+ };
132
+ };
133
+ moltbook_create_post: {
134
+ name: string;
135
+ annotations: {
136
+ title: string;
137
+ readOnlyHint: boolean;
138
+ destructiveHint: boolean;
139
+ openWorldHint: boolean;
140
+ };
141
+ description: string;
142
+ inputSchema: {
143
+ type: "object";
144
+ properties: {
145
+ title: {
146
+ type: string;
147
+ description: string;
148
+ };
149
+ content: {
150
+ type: string;
151
+ description: string;
152
+ };
153
+ submolt: {
154
+ type: string;
155
+ description: string;
156
+ };
157
+ connection_id: {
158
+ type: string;
159
+ description: string;
160
+ };
161
+ };
162
+ required: string[];
163
+ };
164
+ };
165
+ moltbook_get_comments: {
166
+ name: string;
167
+ annotations: {
168
+ title: string;
169
+ readOnlyHint: boolean;
170
+ destructiveHint: boolean;
171
+ openWorldHint: boolean;
172
+ };
173
+ description: string;
174
+ inputSchema: {
175
+ type: "object";
176
+ properties: {
177
+ post_id: {
178
+ type: string;
179
+ description: string;
180
+ };
181
+ limit: {
182
+ type: string;
183
+ description: string;
184
+ };
185
+ connection_id: {
186
+ type: string;
187
+ description: string;
188
+ };
189
+ };
190
+ required: string[];
191
+ };
192
+ };
193
+ moltbook_create_comment: {
194
+ name: string;
195
+ annotations: {
196
+ title: string;
197
+ readOnlyHint: boolean;
198
+ destructiveHint: boolean;
199
+ openWorldHint: boolean;
200
+ };
201
+ description: string;
202
+ inputSchema: {
203
+ type: "object";
204
+ properties: {
205
+ post_id: {
206
+ type: string;
207
+ description: string;
208
+ };
209
+ content: {
210
+ type: string;
211
+ description: string;
212
+ };
213
+ parent_comment_id: {
214
+ type: string;
215
+ description: string;
216
+ };
217
+ connection_id: {
218
+ type: string;
219
+ description: string;
220
+ };
221
+ };
222
+ required: string[];
223
+ };
224
+ };
225
+ moltbook_upvote_post: {
226
+ name: string;
227
+ annotations: {
228
+ title: string;
229
+ readOnlyHint: boolean;
230
+ destructiveHint: boolean;
231
+ openWorldHint: boolean;
232
+ };
233
+ description: string;
234
+ inputSchema: {
235
+ type: "object";
236
+ properties: {
237
+ post_id: {
238
+ type: string;
239
+ description: string;
240
+ };
241
+ connection_id: {
242
+ type: string;
243
+ description: string;
244
+ };
245
+ };
246
+ required: string[];
247
+ };
248
+ };
249
+ moltbook_downvote_post: {
250
+ name: string;
251
+ annotations: {
252
+ title: string;
253
+ readOnlyHint: boolean;
254
+ destructiveHint: boolean;
255
+ openWorldHint: boolean;
256
+ };
257
+ description: string;
258
+ inputSchema: {
259
+ type: "object";
260
+ properties: {
261
+ post_id: {
262
+ type: string;
263
+ description: string;
264
+ };
265
+ connection_id: {
266
+ type: string;
267
+ description: string;
268
+ };
269
+ };
270
+ required: string[];
271
+ };
272
+ };
273
+ moltbook_search: {
274
+ name: string;
275
+ annotations: {
276
+ title: string;
277
+ readOnlyHint: boolean;
278
+ destructiveHint: boolean;
279
+ openWorldHint: boolean;
280
+ };
281
+ description: string;
282
+ inputSchema: {
283
+ type: "object";
284
+ properties: {
285
+ query: {
286
+ type: string;
287
+ description: string;
288
+ };
289
+ search_type: {
290
+ type: string;
291
+ description: string;
292
+ };
293
+ limit: {
294
+ type: string;
295
+ description: string;
296
+ };
297
+ connection_id: {
298
+ type: string;
299
+ description: string;
300
+ };
301
+ };
302
+ required: string[];
303
+ };
304
+ };
305
+ moltbook_get_notifications: {
306
+ name: string;
307
+ annotations: {
308
+ title: string;
309
+ readOnlyHint: boolean;
310
+ destructiveHint: boolean;
311
+ openWorldHint: boolean;
312
+ };
313
+ description: string;
314
+ inputSchema: {
315
+ type: "object";
316
+ properties: {
317
+ limit: {
318
+ type: string;
319
+ description: string;
320
+ };
321
+ connection_id: {
322
+ type: string;
323
+ description: string;
324
+ };
325
+ };
326
+ };
327
+ };
328
+ };
329
+ /**
330
+ * Get agent profile
331
+ */
332
+ export declare function handleMoltbookGetProfile(client: DobbyClient, args: {
333
+ connection_id?: string;
334
+ }): Promise<{
335
+ content: {
336
+ type: "text";
337
+ text: string;
338
+ }[];
339
+ isError?: undefined;
340
+ } | {
341
+ content: {
342
+ type: "text";
343
+ text: string;
344
+ }[];
345
+ isError: boolean;
346
+ }>;
347
+ /**
348
+ * Update agent profile
349
+ */
350
+ export declare function handleMoltbookUpdateProfile(client: DobbyClient, args: {
351
+ profile_fields: Record<string, any>;
352
+ connection_id?: string;
353
+ }): Promise<{
354
+ content: {
355
+ type: "text";
356
+ text: string;
357
+ }[];
358
+ isError?: undefined;
359
+ } | {
360
+ content: {
361
+ type: "text";
362
+ text: string;
363
+ }[];
364
+ isError: boolean;
365
+ }>;
366
+ /**
367
+ * Get personalized home feed
368
+ */
369
+ export declare function handleMoltbookGetHomeFeed(client: DobbyClient, args: {
370
+ limit?: number;
371
+ connection_id?: string;
372
+ }): Promise<{
373
+ content: {
374
+ type: "text";
375
+ text: string;
376
+ }[];
377
+ isError?: undefined;
378
+ } | {
379
+ content: {
380
+ type: "text";
381
+ text: string;
382
+ }[];
383
+ isError: boolean;
384
+ }>;
385
+ /**
386
+ * Get global feed posts
387
+ */
388
+ export declare function handleMoltbookGetPosts(client: DobbyClient, args: {
389
+ sort?: string;
390
+ limit?: number;
391
+ connection_id?: string;
392
+ }): Promise<{
393
+ content: {
394
+ type: "text";
395
+ text: string;
396
+ }[];
397
+ isError?: undefined;
398
+ } | {
399
+ content: {
400
+ type: "text";
401
+ text: string;
402
+ }[];
403
+ isError: boolean;
404
+ }>;
405
+ /**
406
+ * Get a single post
407
+ */
408
+ export declare function handleMoltbookGetPost(client: DobbyClient, args: {
409
+ post_id: string;
410
+ connection_id?: string;
411
+ }): Promise<{
412
+ content: {
413
+ type: "text";
414
+ text: string;
415
+ }[];
416
+ isError?: undefined;
417
+ } | {
418
+ content: {
419
+ type: "text";
420
+ text: string;
421
+ }[];
422
+ isError: boolean;
423
+ }>;
424
+ /**
425
+ * Create a post (verification handled automatically by gateway)
426
+ */
427
+ export declare function handleMoltbookCreatePost(client: DobbyClient, args: {
428
+ title: string;
429
+ content: string;
430
+ submolt?: string;
431
+ connection_id?: string;
432
+ }): Promise<{
433
+ content: {
434
+ type: "text";
435
+ text: string;
436
+ }[];
437
+ isError?: undefined;
438
+ } | {
439
+ content: {
440
+ type: "text";
441
+ text: string;
442
+ }[];
443
+ isError: boolean;
444
+ }>;
445
+ /**
446
+ * Get comments on a post
447
+ */
448
+ export declare function handleMoltbookGetComments(client: DobbyClient, args: {
449
+ post_id: string;
450
+ limit?: number;
451
+ connection_id?: string;
452
+ }): Promise<{
453
+ content: {
454
+ type: "text";
455
+ text: string;
456
+ }[];
457
+ isError?: undefined;
458
+ } | {
459
+ content: {
460
+ type: "text";
461
+ text: string;
462
+ }[];
463
+ isError: boolean;
464
+ }>;
465
+ /**
466
+ * Create a comment (verification handled automatically by gateway)
467
+ */
468
+ export declare function handleMoltbookCreateComment(client: DobbyClient, args: {
469
+ post_id: string;
470
+ content: string;
471
+ parent_comment_id?: string;
472
+ connection_id?: string;
473
+ }): Promise<{
474
+ content: {
475
+ type: "text";
476
+ text: string;
477
+ }[];
478
+ isError?: undefined;
479
+ } | {
480
+ content: {
481
+ type: "text";
482
+ text: string;
483
+ }[];
484
+ isError: boolean;
485
+ }>;
486
+ /**
487
+ * Upvote a post
488
+ */
489
+ export declare function handleMoltbookUpvotePost(client: DobbyClient, args: {
490
+ post_id: string;
491
+ connection_id?: string;
492
+ }): Promise<{
493
+ content: {
494
+ type: "text";
495
+ text: string;
496
+ }[];
497
+ isError?: undefined;
498
+ } | {
499
+ content: {
500
+ type: "text";
501
+ text: string;
502
+ }[];
503
+ isError: boolean;
504
+ }>;
505
+ /**
506
+ * Downvote a post
507
+ */
508
+ export declare function handleMoltbookDownvotePost(client: DobbyClient, args: {
509
+ post_id: string;
510
+ connection_id?: string;
511
+ }): Promise<{
512
+ content: {
513
+ type: "text";
514
+ text: string;
515
+ }[];
516
+ isError?: undefined;
517
+ } | {
518
+ content: {
519
+ type: "text";
520
+ text: string;
521
+ }[];
522
+ isError: boolean;
523
+ }>;
524
+ /**
525
+ * Search Moltbook
526
+ */
527
+ export declare function handleMoltbookSearch(client: DobbyClient, args: {
528
+ query: string;
529
+ search_type?: string;
530
+ limit?: number;
531
+ connection_id?: string;
532
+ }): Promise<{
533
+ content: {
534
+ type: "text";
535
+ text: string;
536
+ }[];
537
+ isError?: undefined;
538
+ } | {
539
+ content: {
540
+ type: "text";
541
+ text: string;
542
+ }[];
543
+ isError: boolean;
544
+ }>;
545
+ /**
546
+ * Get notifications
547
+ */
548
+ export declare function handleMoltbookGetNotifications(client: DobbyClient, args: {
549
+ limit?: number;
550
+ connection_id?: string;
551
+ }): Promise<{
552
+ content: {
553
+ type: "text";
554
+ text: string;
555
+ }[];
556
+ isError?: undefined;
557
+ } | {
558
+ content: {
559
+ type: "text";
560
+ text: string;
561
+ }[];
562
+ isError: boolean;
563
+ }>;
564
+ //# sourceMappingURL=moltbook.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"moltbook.d.ts","sourceRoot":"","sources":["../../src/tools/moltbook.ts"],"names":[],"mappings":"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"}