@boomstream/mcp 0.2.3 → 0.2.4
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/CHANGELOG.md +14 -0
- package/package.json +1 -1
- package/schemas/boomstream.json +42 -33
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,20 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.2.4] - 2026-06-01
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- Schema parameter names now extracted from URL example keys (LHS of `=`)
|
|
14
|
+
instead of placeholder names. Fixes ~16 tools where parameter was named
|
|
15
|
+
`media_code` (from `[MEDIA_CODE]` placeholder) instead of `code` (actual
|
|
16
|
+
API key in `?code=...`).
|
|
17
|
+
- `limit` and `offset` parameter types now correctly inferred as integer for
|
|
18
|
+
pagination endpoints (3 folder listing tools).
|
|
19
|
+
- Schema generator also cross-references URL examples to surface parameters
|
|
20
|
+
missing from documentation tables; discovered 3 additional undocumented
|
|
21
|
+
parameters in live-ipcamera and record-live endpoints.
|
|
22
|
+
|
|
9
23
|
## [0.2.3] - 2026-06-01
|
|
10
24
|
|
|
11
25
|
### Fixed
|
package/package.json
CHANGED
package/schemas/boomstream.json
CHANGED
|
@@ -489,7 +489,7 @@
|
|
|
489
489
|
"type": "object",
|
|
490
490
|
"properties": {
|
|
491
491
|
"limit": {
|
|
492
|
-
"type": "
|
|
492
|
+
"type": "integer",
|
|
493
493
|
"description": "Количество элементов"
|
|
494
494
|
},
|
|
495
495
|
"code": {
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
"description": "Код папки — указывается для дочерних элементов. Если не указан, то работа ведётся с корневой директорией"
|
|
498
498
|
},
|
|
499
499
|
"offset": {
|
|
500
|
-
"type": "
|
|
500
|
+
"type": "integer",
|
|
501
501
|
"description": "Смещение элементов"
|
|
502
502
|
},
|
|
503
503
|
"sortfield": {
|
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
"type": "object",
|
|
623
623
|
"properties": {
|
|
624
624
|
"limit": {
|
|
625
|
-
"type": "
|
|
625
|
+
"type": "integer",
|
|
626
626
|
"description": "Количество элементов"
|
|
627
627
|
},
|
|
628
628
|
"code": {
|
|
@@ -630,7 +630,7 @@
|
|
|
630
630
|
"description": "Код папки — указывается для дочерних элементов. Если не указан, то работа ведётся с корневой директорией"
|
|
631
631
|
},
|
|
632
632
|
"offset": {
|
|
633
|
-
"type": "
|
|
633
|
+
"type": "integer",
|
|
634
634
|
"description": "Смещение элементов"
|
|
635
635
|
},
|
|
636
636
|
"sortfield": {
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
"type": "object",
|
|
756
756
|
"properties": {
|
|
757
757
|
"limit": {
|
|
758
|
-
"type": "
|
|
758
|
+
"type": "integer",
|
|
759
759
|
"description": "Количество элементов"
|
|
760
760
|
},
|
|
761
761
|
"code": {
|
|
@@ -763,7 +763,7 @@
|
|
|
763
763
|
"description": "Код папки — указывается для дочерних элементов. Если не указан, то работа ведётся с корневой директорией"
|
|
764
764
|
},
|
|
765
765
|
"offset": {
|
|
766
|
-
"type": "
|
|
766
|
+
"type": "integer",
|
|
767
767
|
"description": "Смещение элементов"
|
|
768
768
|
},
|
|
769
769
|
"sortfield": {
|
|
@@ -1074,6 +1074,9 @@
|
|
|
1074
1074
|
"type": "boolean",
|
|
1075
1075
|
"description": "Статус IP-камеры"
|
|
1076
1076
|
},
|
|
1077
|
+
"title": {
|
|
1078
|
+
"type": "string"
|
|
1079
|
+
},
|
|
1077
1080
|
"_ver": {
|
|
1078
1081
|
"type": "string",
|
|
1079
1082
|
"description": "Переопределить версию API",
|
|
@@ -2716,6 +2719,9 @@
|
|
|
2716
2719
|
"type": "integer",
|
|
2717
2720
|
"description": "Включение DVR 1-Да, 0-Нет ("
|
|
2718
2721
|
},
|
|
2722
|
+
"type": {
|
|
2723
|
+
"type": "string"
|
|
2724
|
+
},
|
|
2719
2725
|
"_ver": {
|
|
2720
2726
|
"type": "string",
|
|
2721
2727
|
"description": "Переопределить версию API",
|
|
@@ -2810,6 +2816,9 @@
|
|
|
2810
2816
|
"type": "string",
|
|
2811
2817
|
"description": "Расписание, возможные"
|
|
2812
2818
|
},
|
|
2819
|
+
"start_at": {
|
|
2820
|
+
"type": "string"
|
|
2821
|
+
},
|
|
2813
2822
|
"_ver": {
|
|
2814
2823
|
"type": "string",
|
|
2815
2824
|
"description": "Переопределить версию API",
|
|
@@ -3259,19 +3268,15 @@
|
|
|
3259
3268
|
]
|
|
3260
3269
|
},
|
|
3261
3270
|
{
|
|
3262
|
-
"name": "
|
|
3263
|
-
"description": "
|
|
3271
|
+
"name": "boomstream_subtitles_info",
|
|
3272
|
+
"description": "Информация о субтитрах",
|
|
3264
3273
|
"inputSchema": {
|
|
3265
3274
|
"type": "object",
|
|
3266
3275
|
"properties": {
|
|
3267
|
-
"
|
|
3276
|
+
"code": {
|
|
3268
3277
|
"type": "string",
|
|
3269
3278
|
"description": "Код вашего медиафайла"
|
|
3270
3279
|
},
|
|
3271
|
-
"enable": {
|
|
3272
|
-
"type": "boolean",
|
|
3273
|
-
"description": "Включить/отключить субтитры,"
|
|
3274
|
-
},
|
|
3275
3280
|
"_ver": {
|
|
3276
3281
|
"type": "string",
|
|
3277
3282
|
"description": "Переопределить версию API",
|
|
@@ -3279,11 +3284,10 @@
|
|
|
3279
3284
|
}
|
|
3280
3285
|
},
|
|
3281
3286
|
"required": [
|
|
3282
|
-
"
|
|
3283
|
-
"enable"
|
|
3287
|
+
"code"
|
|
3284
3288
|
]
|
|
3285
3289
|
},
|
|
3286
|
-
"endpoint": "/api/subtitles/
|
|
3290
|
+
"endpoint": "/api/subtitles/info",
|
|
3287
3291
|
"versions": [
|
|
3288
3292
|
"1.0",
|
|
3289
3293
|
"1.1",
|
|
@@ -3291,15 +3295,19 @@
|
|
|
3291
3295
|
]
|
|
3292
3296
|
},
|
|
3293
3297
|
{
|
|
3294
|
-
"name": "
|
|
3295
|
-
"description": "
|
|
3298
|
+
"name": "boomstream_subtitles_enable",
|
|
3299
|
+
"description": "Включение или отключение субтитров",
|
|
3296
3300
|
"inputSchema": {
|
|
3297
3301
|
"type": "object",
|
|
3298
3302
|
"properties": {
|
|
3299
|
-
"
|
|
3303
|
+
"code": {
|
|
3300
3304
|
"type": "string",
|
|
3301
3305
|
"description": "Код вашего медиафайла"
|
|
3302
3306
|
},
|
|
3307
|
+
"enable": {
|
|
3308
|
+
"type": "boolean",
|
|
3309
|
+
"description": "Включить/отключить субтитры,"
|
|
3310
|
+
},
|
|
3303
3311
|
"_ver": {
|
|
3304
3312
|
"type": "string",
|
|
3305
3313
|
"description": "Переопределить версию API",
|
|
@@ -3307,10 +3315,11 @@
|
|
|
3307
3315
|
}
|
|
3308
3316
|
},
|
|
3309
3317
|
"required": [
|
|
3310
|
-
"
|
|
3318
|
+
"code",
|
|
3319
|
+
"enable"
|
|
3311
3320
|
]
|
|
3312
3321
|
},
|
|
3313
|
-
"endpoint": "/api/subtitles/
|
|
3322
|
+
"endpoint": "/api/subtitles/enable",
|
|
3314
3323
|
"versions": [
|
|
3315
3324
|
"1.0",
|
|
3316
3325
|
"1.1",
|
|
@@ -3323,7 +3332,7 @@
|
|
|
3323
3332
|
"inputSchema": {
|
|
3324
3333
|
"type": "object",
|
|
3325
3334
|
"properties": {
|
|
3326
|
-
"
|
|
3335
|
+
"code": {
|
|
3327
3336
|
"type": "string",
|
|
3328
3337
|
"description": "Код вашего медиафайла"
|
|
3329
3338
|
},
|
|
@@ -3342,7 +3351,7 @@
|
|
|
3342
3351
|
}
|
|
3343
3352
|
},
|
|
3344
3353
|
"required": [
|
|
3345
|
-
"
|
|
3354
|
+
"code",
|
|
3346
3355
|
"enable",
|
|
3347
3356
|
"lang_code"
|
|
3348
3357
|
]
|
|
@@ -3360,7 +3369,7 @@
|
|
|
3360
3369
|
"inputSchema": {
|
|
3361
3370
|
"type": "object",
|
|
3362
3371
|
"properties": {
|
|
3363
|
-
"
|
|
3372
|
+
"code": {
|
|
3364
3373
|
"type": "string",
|
|
3365
3374
|
"description": "Код вашего медиафайла"
|
|
3366
3375
|
},
|
|
@@ -3379,7 +3388,7 @@
|
|
|
3379
3388
|
}
|
|
3380
3389
|
},
|
|
3381
3390
|
"required": [
|
|
3382
|
-
"
|
|
3391
|
+
"code",
|
|
3383
3392
|
"enable",
|
|
3384
3393
|
"lang_code"
|
|
3385
3394
|
]
|
|
@@ -3397,7 +3406,7 @@
|
|
|
3397
3406
|
"inputSchema": {
|
|
3398
3407
|
"type": "object",
|
|
3399
3408
|
"properties": {
|
|
3400
|
-
"
|
|
3409
|
+
"code": {
|
|
3401
3410
|
"type": "string",
|
|
3402
3411
|
"description": "Код вашего медиафайла"
|
|
3403
3412
|
},
|
|
@@ -3412,7 +3421,7 @@
|
|
|
3412
3421
|
}
|
|
3413
3422
|
},
|
|
3414
3423
|
"required": [
|
|
3415
|
-
"
|
|
3424
|
+
"code",
|
|
3416
3425
|
"lang_code"
|
|
3417
3426
|
]
|
|
3418
3427
|
},
|
|
@@ -3429,7 +3438,7 @@
|
|
|
3429
3438
|
"inputSchema": {
|
|
3430
3439
|
"type": "object",
|
|
3431
3440
|
"properties": {
|
|
3432
|
-
"
|
|
3441
|
+
"code": {
|
|
3433
3442
|
"type": "string",
|
|
3434
3443
|
"description": "Код вашего медиафайла"
|
|
3435
3444
|
},
|
|
@@ -3440,7 +3449,7 @@
|
|
|
3440
3449
|
}
|
|
3441
3450
|
},
|
|
3442
3451
|
"required": [
|
|
3443
|
-
"
|
|
3452
|
+
"code"
|
|
3444
3453
|
]
|
|
3445
3454
|
},
|
|
3446
3455
|
"endpoint": "/api/timecodes/info",
|
|
@@ -3456,7 +3465,7 @@
|
|
|
3456
3465
|
"inputSchema": {
|
|
3457
3466
|
"type": "object",
|
|
3458
3467
|
"properties": {
|
|
3459
|
-
"
|
|
3468
|
+
"code": {
|
|
3460
3469
|
"type": "string",
|
|
3461
3470
|
"description": "Код вашего медиафайла"
|
|
3462
3471
|
},
|
|
@@ -3471,7 +3480,7 @@
|
|
|
3471
3480
|
}
|
|
3472
3481
|
},
|
|
3473
3482
|
"required": [
|
|
3474
|
-
"
|
|
3483
|
+
"code",
|
|
3475
3484
|
"enable"
|
|
3476
3485
|
]
|
|
3477
3486
|
},
|
|
@@ -3488,7 +3497,7 @@
|
|
|
3488
3497
|
"inputSchema": {
|
|
3489
3498
|
"type": "object",
|
|
3490
3499
|
"properties": {
|
|
3491
|
-
"
|
|
3500
|
+
"code": {
|
|
3492
3501
|
"type": "string",
|
|
3493
3502
|
"description": "Код вашего медиафайла"
|
|
3494
3503
|
},
|
|
@@ -3499,7 +3508,7 @@
|
|
|
3499
3508
|
}
|
|
3500
3509
|
},
|
|
3501
3510
|
"required": [
|
|
3502
|
-
"
|
|
3511
|
+
"code"
|
|
3503
3512
|
]
|
|
3504
3513
|
},
|
|
3505
3514
|
"endpoint": "/api/timecodes/download",
|