@webapper/cloudsee-drive-mcp 0.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.
@@ -0,0 +1,542 @@
1
+ {
2
+ "$comment": "Generated by scripts/sync-contract.mjs from drive-bridge seed-api-registry.js. Data-plane (/v1/{proxy+}) endpoints only; the /v1/api-keys/* management plane is intentionally excluded. Do not edit by hand — run `npm run sync:contract`.",
3
+ "plane": "data",
4
+ "source": "drive-bridge/database/changes/ddl/seed-api-registry.js",
5
+ "endpointCount": 53,
6
+ "endpoints": [
7
+ {
8
+ "method": "POST",
9
+ "path": "/ai/audio-detection",
10
+ "operationId": "aiAudioDetection",
11
+ "tag": "AI Search",
12
+ "scopes": [
13
+ "drive:read"
14
+ ],
15
+ "targetHandlerPath": "/a7b6f3d2"
16
+ },
17
+ {
18
+ "method": "POST",
19
+ "path": "/ai/audio-search",
20
+ "operationId": "aiAudioSearch",
21
+ "tag": "AI Search",
22
+ "scopes": [
23
+ "drive:read"
24
+ ],
25
+ "targetHandlerPath": "/f5c0a0c5"
26
+ },
27
+ {
28
+ "method": "POST",
29
+ "path": "/ai/filters/build",
30
+ "operationId": "aiBuildFilterQuery",
31
+ "tag": "AI Search",
32
+ "scopes": [
33
+ "drive:read"
34
+ ],
35
+ "targetHandlerPath": "/a2f6c4e8"
36
+ },
37
+ {
38
+ "method": "POST",
39
+ "path": "/ai/filters/friendly-query",
40
+ "operationId": "aiToFriendlyQuery",
41
+ "tag": "AI Search",
42
+ "scopes": [
43
+ "drive:read"
44
+ ],
45
+ "targetHandlerPath": "/4384b9af"
46
+ },
47
+ {
48
+ "method": "POST",
49
+ "path": "/ai/filters/search",
50
+ "operationId": "aiSearchByFilters",
51
+ "tag": "AI Search",
52
+ "scopes": [
53
+ "drive:read"
54
+ ],
55
+ "targetHandlerPath": "/7b3e2d91"
56
+ },
57
+ {
58
+ "method": "POST",
59
+ "path": "/ai/nl/build",
60
+ "operationId": "aiBuildNLQuery",
61
+ "tag": "AI Search",
62
+ "scopes": [
63
+ "drive:read"
64
+ ],
65
+ "targetHandlerPath": "/c7a1e3f6"
66
+ },
67
+ {
68
+ "method": "POST",
69
+ "path": "/ai/nl/search",
70
+ "operationId": "aiSearchByNL",
71
+ "tag": "AI Search",
72
+ "scopes": [
73
+ "drive:read"
74
+ ],
75
+ "targetHandlerPath": "/9d4f8b2e"
76
+ },
77
+ {
78
+ "method": "POST",
79
+ "path": "/ai/object-detection",
80
+ "operationId": "aiObjectDetection",
81
+ "tag": "AI Search",
82
+ "scopes": [
83
+ "drive:read"
84
+ ],
85
+ "targetHandlerPath": "/19dc3877"
86
+ },
87
+ {
88
+ "method": "POST",
89
+ "path": "/ai/search",
90
+ "operationId": "aiSearch",
91
+ "tag": "AI Search",
92
+ "scopes": [
93
+ "drive:read"
94
+ ],
95
+ "targetHandlerPath": "/43612dde"
96
+ },
97
+ {
98
+ "method": "POST",
99
+ "path": "/favorites/add",
100
+ "operationId": "favoritesAdd",
101
+ "tag": "Favorites",
102
+ "scopes": [
103
+ "drive:write"
104
+ ],
105
+ "targetHandlerPath": "/f83f3ca3"
106
+ },
107
+ {
108
+ "method": "POST",
109
+ "path": "/favorites/is-favorited",
110
+ "operationId": "favoritesIsFavorited",
111
+ "tag": "Favorites",
112
+ "scopes": [
113
+ "drive:read"
114
+ ],
115
+ "targetHandlerPath": "/af97a5ae"
116
+ },
117
+ {
118
+ "method": "POST",
119
+ "path": "/favorites/list",
120
+ "operationId": "favoritesGet",
121
+ "tag": "Favorites",
122
+ "scopes": [
123
+ "drive:read"
124
+ ],
125
+ "targetHandlerPath": "/fcc7ad3a"
126
+ },
127
+ {
128
+ "method": "POST",
129
+ "path": "/favorites/remove",
130
+ "operationId": "favoritesRemove",
131
+ "tag": "Favorites",
132
+ "scopes": [
133
+ "drive:write"
134
+ ],
135
+ "targetHandlerPath": "/da5b9982"
136
+ },
137
+ {
138
+ "method": "POST",
139
+ "path": "/shares/link/create",
140
+ "operationId": "createShareLink",
141
+ "tag": "Sharing",
142
+ "scopes": [
143
+ "drive:write"
144
+ ],
145
+ "targetHandlerPath": "/8a3f4d72"
146
+ },
147
+ {
148
+ "method": "POST",
149
+ "path": "/shares/link/get",
150
+ "operationId": "getShareableLink",
151
+ "tag": "Sharing",
152
+ "scopes": [
153
+ "drive:read"
154
+ ],
155
+ "targetHandlerPath": "/b298b5c8"
156
+ },
157
+ {
158
+ "method": "POST",
159
+ "path": "/shares/my",
160
+ "operationId": "listMyShares",
161
+ "tag": "Sharing",
162
+ "scopes": [
163
+ "drive:read"
164
+ ],
165
+ "targetHandlerPath": "/6d3f9c08"
166
+ },
167
+ {
168
+ "method": "POST",
169
+ "path": "/shares/prefix/list",
170
+ "operationId": "listPrefixShare",
171
+ "tag": "Sharing",
172
+ "scopes": [
173
+ "drive:read"
174
+ ],
175
+ "targetHandlerPath": "/5b9d7e42"
176
+ },
177
+ {
178
+ "method": "POST",
179
+ "path": "/shares/prefix/presign",
180
+ "operationId": "presignPrefixShareObject",
181
+ "tag": "Sharing",
182
+ "scopes": [
183
+ "drive:read",
184
+ "drive:download"
185
+ ],
186
+ "targetHandlerPath": "/7c4a2f81"
187
+ },
188
+ {
189
+ "method": "POST",
190
+ "path": "/shares/resolve",
191
+ "operationId": "resolveShareLink",
192
+ "tag": "Sharing",
193
+ "scopes": [
194
+ "drive:read"
195
+ ],
196
+ "targetHandlerPath": "/3f7c8e21"
197
+ },
198
+ {
199
+ "method": "POST",
200
+ "path": "/shares/revoke",
201
+ "operationId": "revokeShareLink",
202
+ "tag": "Sharing",
203
+ "scopes": [
204
+ "drive:write"
205
+ ],
206
+ "targetHandlerPath": "/4e8b1a93"
207
+ },
208
+ {
209
+ "method": "POST",
210
+ "path": "/storage/bucket/files",
211
+ "operationId": "getAllFilesInTheBucket",
212
+ "tag": "Storage",
213
+ "scopes": [
214
+ "drive:read"
215
+ ],
216
+ "targetHandlerPath": "/849509e5-c498-48ec-b1c2-377040c623fc"
217
+ },
218
+ {
219
+ "method": "POST",
220
+ "path": "/storage/buckets",
221
+ "operationId": "storageBucketList",
222
+ "tag": "Storage",
223
+ "scopes": [
224
+ "drive:read"
225
+ ],
226
+ "targetHandlerPath": "/storage/bucket/list"
227
+ },
228
+ {
229
+ "method": "POST",
230
+ "path": "/storage/destinations",
231
+ "operationId": "storageAvailableDestination",
232
+ "tag": "Storage",
233
+ "scopes": [
234
+ "drive:read"
235
+ ],
236
+ "targetHandlerPath": "/storage/available/destination"
237
+ },
238
+ {
239
+ "method": "POST",
240
+ "path": "/storage/folder/children",
241
+ "operationId": "allChildInFolderWithSub",
242
+ "tag": "Storage",
243
+ "scopes": [
244
+ "drive:read"
245
+ ],
246
+ "targetHandlerPath": "/6c48e1e2"
247
+ },
248
+ {
249
+ "method": "POST",
250
+ "path": "/storage/folder/create",
251
+ "operationId": "createFolder",
252
+ "tag": "Storage",
253
+ "scopes": [
254
+ "drive:write"
255
+ ],
256
+ "targetHandlerPath": "/storage/create/folder"
257
+ },
258
+ {
259
+ "method": "POST",
260
+ "path": "/storage/folders",
261
+ "operationId": "folderList",
262
+ "tag": "Storage",
263
+ "scopes": [
264
+ "drive:read"
265
+ ],
266
+ "targetHandlerPath": "/1f53559c"
267
+ },
268
+ {
269
+ "method": "POST",
270
+ "path": "/storage/list",
271
+ "operationId": "storageList",
272
+ "tag": "Storage",
273
+ "scopes": [
274
+ "drive:read"
275
+ ],
276
+ "targetHandlerPath": "/"
277
+ },
278
+ {
279
+ "method": "POST",
280
+ "path": "/storage/object/by-id",
281
+ "operationId": "getObjectById",
282
+ "tag": "Storage",
283
+ "scopes": [
284
+ "drive:read"
285
+ ],
286
+ "targetHandlerPath": "/e29ce12c"
287
+ },
288
+ {
289
+ "method": "POST",
290
+ "path": "/storage/object/convert-image",
291
+ "operationId": "downloadConvertImage",
292
+ "tag": "Storage",
293
+ "scopes": [
294
+ "drive:read",
295
+ "drive:download"
296
+ ],
297
+ "targetHandlerPath": "/1db9029a"
298
+ },
299
+ {
300
+ "method": "POST",
301
+ "path": "/storage/object/detail",
302
+ "operationId": "storageDetail",
303
+ "tag": "Storage",
304
+ "scopes": [
305
+ "drive:read"
306
+ ],
307
+ "targetHandlerPath": "/storage/detail"
308
+ },
309
+ {
310
+ "method": "POST",
311
+ "path": "/storage/object/download-url",
312
+ "operationId": "getObjectUrl",
313
+ "tag": "Storage",
314
+ "scopes": [
315
+ "drive:read",
316
+ "drive:download"
317
+ ],
318
+ "targetHandlerPath": "/storage/signedurl/getfile"
319
+ },
320
+ {
321
+ "method": "POST",
322
+ "path": "/storage/object/duplicate",
323
+ "operationId": "duplicateFile",
324
+ "tag": "Storage",
325
+ "scopes": [
326
+ "drive:write"
327
+ ],
328
+ "targetHandlerPath": "/595a78ce-dde4-42a3-aeb8-fe7b094d1799"
329
+ },
330
+ {
331
+ "method": "POST",
332
+ "path": "/storage/object/extract-zip",
333
+ "operationId": "extractZipFile",
334
+ "tag": "Storage",
335
+ "scopes": [
336
+ "drive:write"
337
+ ],
338
+ "targetHandlerPath": "/67d519ef-2e30-4ebb-8ce1-bb49526ce4f5"
339
+ },
340
+ {
341
+ "method": "POST",
342
+ "path": "/storage/object/extract-zip-queue",
343
+ "operationId": "extractZipFileQueue",
344
+ "tag": "Storage",
345
+ "scopes": [
346
+ "drive:write"
347
+ ],
348
+ "targetHandlerPath": "/67d519ef"
349
+ },
350
+ {
351
+ "method": "POST",
352
+ "path": "/storage/object/metadata",
353
+ "operationId": "storageUpdateObjectMetadata",
354
+ "tag": "Storage",
355
+ "scopes": [
356
+ "drive:write"
357
+ ],
358
+ "targetHandlerPath": "/storage/update/object/metadata"
359
+ },
360
+ {
361
+ "method": "POST",
362
+ "path": "/storage/object/move",
363
+ "operationId": "storageMoveObject",
364
+ "tag": "Storage",
365
+ "scopes": [
366
+ "drive:write"
367
+ ],
368
+ "targetHandlerPath": "/storage/move/object"
369
+ },
370
+ {
371
+ "method": "POST",
372
+ "path": "/storage/object/quick-update",
373
+ "operationId": "quickUpdate",
374
+ "tag": "Storage",
375
+ "scopes": [
376
+ "drive:write"
377
+ ],
378
+ "targetHandlerPath": "/f30ac0b5"
379
+ },
380
+ {
381
+ "method": "POST",
382
+ "path": "/storage/object/rename",
383
+ "operationId": "storageRename",
384
+ "tag": "Storage",
385
+ "scopes": [
386
+ "drive:write"
387
+ ],
388
+ "targetHandlerPath": "/storage/rename/object"
389
+ },
390
+ {
391
+ "method": "POST",
392
+ "path": "/storage/object/restore",
393
+ "operationId": "restoreObject",
394
+ "tag": "Storage",
395
+ "scopes": [
396
+ "drive:write"
397
+ ],
398
+ "targetHandlerPath": "/a1c4f069-df58-489c-9375-05fb6c254ab1"
399
+ },
400
+ {
401
+ "method": "POST",
402
+ "path": "/storage/object/s3-detail",
403
+ "operationId": "storageDetailS3",
404
+ "tag": "Storage",
405
+ "scopes": [
406
+ "drive:read"
407
+ ],
408
+ "targetHandlerPath": "/1bb5c139-a64f-490a-8d31-43322dbdb6d5"
409
+ },
410
+ {
411
+ "method": "POST",
412
+ "path": "/storage/object/tagging",
413
+ "operationId": "getObjectTagging",
414
+ "tag": "Storage",
415
+ "scopes": [
416
+ "drive:read"
417
+ ],
418
+ "targetHandlerPath": "/b3ef75c7-749d-4a4a-8bf9-efbbe4b46639"
419
+ },
420
+ {
421
+ "method": "POST",
422
+ "path": "/storage/objects/delete",
423
+ "operationId": "deleteObjects",
424
+ "tag": "Storage",
425
+ "scopes": [
426
+ "drive:delete"
427
+ ],
428
+ "targetHandlerPath": "/storage/delete/objects"
429
+ },
430
+ {
431
+ "method": "POST",
432
+ "path": "/storage/objects/stream",
433
+ "operationId": "multiFilesStream",
434
+ "tag": "Storage",
435
+ "scopes": [
436
+ "drive:read",
437
+ "drive:download"
438
+ ],
439
+ "targetHandlerPath": "/e50bb4b3-0de3-49c6-9ab6-178f2bbf53f9"
440
+ },
441
+ {
442
+ "method": "POST",
443
+ "path": "/storage/permissions/delete",
444
+ "operationId": "getDeletePermission",
445
+ "tag": "Storage",
446
+ "scopes": [
447
+ "drive:read"
448
+ ],
449
+ "targetHandlerPath": "/2990edcc"
450
+ },
451
+ {
452
+ "method": "POST",
453
+ "path": "/storage/permissions/write",
454
+ "operationId": "getWritePermission",
455
+ "tag": "Storage",
456
+ "scopes": [
457
+ "drive:read"
458
+ ],
459
+ "targetHandlerPath": "/8a559284"
460
+ },
461
+ {
462
+ "method": "POST",
463
+ "path": "/storage/recent",
464
+ "operationId": "storageRecentFiles",
465
+ "tag": "Storage",
466
+ "scopes": [
467
+ "drive:read"
468
+ ],
469
+ "targetHandlerPath": "/storage/recent/files"
470
+ },
471
+ {
472
+ "method": "POST",
473
+ "path": "/storage/recent/delete",
474
+ "operationId": "storageDeleteRecentFiles",
475
+ "tag": "Storage",
476
+ "scopes": [
477
+ "drive:delete"
478
+ ],
479
+ "targetHandlerPath": "/9c014652-b548-40d8-ac74-ab22b15d4977"
480
+ },
481
+ {
482
+ "method": "POST",
483
+ "path": "/storage/upload/complete",
484
+ "operationId": "completeUploadFile",
485
+ "tag": "Storage",
486
+ "scopes": [
487
+ "drive:write"
488
+ ],
489
+ "targetHandlerPath": "/storage/complete/upload/file"
490
+ },
491
+ {
492
+ "method": "POST",
493
+ "path": "/storage/upload/complete-parts",
494
+ "operationId": "completeUploadParts",
495
+ "tag": "Storage",
496
+ "scopes": [
497
+ "drive:write"
498
+ ],
499
+ "targetHandlerPath": "/storage/complete/upload/parts"
500
+ },
501
+ {
502
+ "method": "POST",
503
+ "path": "/storage/upload/multipart-urls",
504
+ "operationId": "uploadUrls",
505
+ "tag": "Storage",
506
+ "scopes": [
507
+ "drive:write"
508
+ ],
509
+ "targetHandlerPath": "/storage/signedurl/partsupload"
510
+ },
511
+ {
512
+ "method": "POST",
513
+ "path": "/storage/upload/url",
514
+ "operationId": "uploadUrl",
515
+ "tag": "Storage",
516
+ "scopes": [
517
+ "drive:write"
518
+ ],
519
+ "targetHandlerPath": "/storage/signedurl/singleupload"
520
+ },
521
+ {
522
+ "method": "POST",
523
+ "path": "/tags/list",
524
+ "operationId": "tagsGet",
525
+ "tag": "Tags",
526
+ "scopes": [
527
+ "drive:read"
528
+ ],
529
+ "targetHandlerPath": "/ba8c8d16"
530
+ },
531
+ {
532
+ "method": "POST",
533
+ "path": "/tags/search",
534
+ "operationId": "tagsSearch",
535
+ "tag": "Tags",
536
+ "scopes": [
537
+ "drive:read"
538
+ ],
539
+ "targetHandlerPath": "/b7870b00"
540
+ }
541
+ ]
542
+ }
@@ -0,0 +1,2 @@
1
+
2
+ export { }