@roxybrowser/openapi 1.0.13-beta.6 → 1.0.13-beta.8

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/lib/index.d.ts CHANGED
@@ -2801,6 +2801,10 @@ declare class GetBrowserDetail {
2801
2801
  type: string;
2802
2802
  description: string;
2803
2803
  };
2804
+ windowSortNum: {
2805
+ type: string;
2806
+ description: string;
2807
+ };
2804
2808
  };
2805
2809
  required: string[];
2806
2810
  };
@@ -2818,6 +2822,10 @@ declare class GetBrowserDetail {
2818
2822
  type: string;
2819
2823
  description: string;
2820
2824
  };
2825
+ windowSortNum: {
2826
+ type: string;
2827
+ description: string;
2828
+ };
2821
2829
  };
2822
2830
  required: string[];
2823
2831
  };
@@ -4062,49 +4070,17 @@ declare class HealthCheck {
4062
4070
  description: string;
4063
4071
  inputSchema: {
4064
4072
  type: string;
4065
- properties: {
4066
- includeWorkspaceCheck: {
4067
- type: string;
4068
- description: string;
4069
- default: boolean;
4070
- };
4071
- includeBrowserCheck: {
4072
- type: string;
4073
- description: string;
4074
- default: boolean;
4075
- };
4076
- verbose: {
4077
- type: string;
4078
- description: string;
4079
- default: boolean;
4080
- };
4081
- };
4073
+ properties: {};
4082
4074
  };
4083
4075
  get schema(): {
4084
4076
  name: string;
4085
4077
  description: string;
4086
4078
  inputSchema: {
4087
4079
  type: string;
4088
- properties: {
4089
- includeWorkspaceCheck: {
4090
- type: string;
4091
- description: string;
4092
- default: boolean;
4093
- };
4094
- includeBrowserCheck: {
4095
- type: string;
4096
- description: string;
4097
- default: boolean;
4098
- };
4099
- verbose: {
4100
- type: string;
4101
- description: string;
4102
- default: boolean;
4103
- };
4104
- };
4080
+ properties: {};
4105
4081
  };
4106
4082
  };
4107
- handle(params: any): Promise<{
4083
+ handle(_params?: any): Promise<{
4108
4084
  content: {
4109
4085
  type: string;
4110
4086
  text: string;
@@ -5346,503 +5322,14 @@ declare function request<T = any>(endpoint: string, options?: RequestInit): Prom
5346
5322
  * Supports: CLI startup, programmatic (in-process) startup, and library usage for secondary development.
5347
5323
  */
5348
5324
 
5349
- declare const TOOLS: ({
5325
+ declare const TOOLS: {
5350
5326
  name: string;
5351
5327
  description: string;
5352
5328
  inputSchema: {
5353
5329
  type: string;
5354
- properties: {
5355
- browsers: {
5356
- type: string;
5357
- description: string;
5358
- items: {
5359
- type: string;
5360
- properties: {
5361
- workspaceId: {
5362
- type: string;
5363
- description: string;
5364
- };
5365
- windowName: {
5366
- type: string;
5367
- description: string;
5368
- };
5369
- coreVersion: {
5370
- type: string;
5371
- enum: string[];
5372
- description: string;
5373
- };
5374
- os: {
5375
- type: string;
5376
- enum: string[];
5377
- description: string;
5378
- };
5379
- osVersion: {
5380
- type: string;
5381
- description: string;
5382
- };
5383
- userAgent: {
5384
- type: string;
5385
- description: string;
5386
- };
5387
- cookie: {
5388
- type: string;
5389
- description: string;
5390
- items: {
5391
- type: string;
5392
- };
5393
- };
5394
- searchEngine: {
5395
- type: string;
5396
- enum: string[];
5397
- description: string;
5398
- };
5399
- labelIds: {
5400
- type: string;
5401
- items: {
5402
- type: string;
5403
- };
5404
- description: string;
5405
- };
5406
- defaultOpenUrl: {
5407
- type: string;
5408
- items: {
5409
- type: string;
5410
- };
5411
- description: string;
5412
- };
5413
- windowRemark: {
5414
- type: string;
5415
- description: string;
5416
- };
5417
- projectId: {
5418
- type: string;
5419
- description: string;
5420
- };
5421
- windowPlatformList: {
5422
- type: string;
5423
- items: {
5424
- type: string;
5425
- properties: {
5426
- id: {
5427
- type: string;
5428
- description: string;
5429
- };
5430
- platformUrl: {
5431
- type: string;
5432
- description: string;
5433
- };
5434
- platformUserName: {
5435
- type: string;
5436
- description: string;
5437
- };
5438
- platformPassword: {
5439
- type: string;
5440
- description: string;
5441
- };
5442
- platformEfa: {
5443
- type: string;
5444
- description: string;
5445
- };
5446
- platformRemarks: {
5447
- type: string;
5448
- description: string;
5449
- };
5450
- };
5451
- };
5452
- description: string;
5453
- };
5454
- proxyInfo: {
5455
- type: string;
5456
- description: string;
5457
- properties: {
5458
- moduleId: {
5459
- type: string;
5460
- description: string;
5461
- };
5462
- proxyMethod: {
5463
- type: string;
5464
- enum: string[];
5465
- };
5466
- proxyCategory: {
5467
- type: string;
5468
- enum: string[];
5469
- };
5470
- ipType: {
5471
- type: string;
5472
- enum: string[];
5473
- };
5474
- protocol: {
5475
- type: string;
5476
- enum: string[];
5477
- };
5478
- host: {
5479
- type: string;
5480
- };
5481
- port: {
5482
- type: string;
5483
- };
5484
- proxyUserName: {
5485
- type: string;
5486
- };
5487
- proxyPassword: {
5488
- type: string;
5489
- };
5490
- refreshUrl: {
5491
- type: string;
5492
- };
5493
- checkChannel: {
5494
- type: string;
5495
- enum: string[];
5496
- };
5497
- };
5498
- };
5499
- fingerInfo: {
5500
- type: string;
5501
- description: string;
5502
- properties: {
5503
- isLanguageBaseIp: {
5504
- type: string;
5505
- description: string;
5506
- };
5507
- language: {
5508
- type: string;
5509
- description: string;
5510
- };
5511
- isDisplayLanguageBaseIp: {
5512
- type: string;
5513
- description: string;
5514
- };
5515
- displayLanguage: {
5516
- type: string;
5517
- description: string;
5518
- };
5519
- isTimeZone: {
5520
- type: string;
5521
- description: string;
5522
- };
5523
- timeZone: {
5524
- type: string;
5525
- description: string;
5526
- };
5527
- position: {
5528
- type: string;
5529
- description: string;
5530
- };
5531
- isPositionBaseIp: {
5532
- type: string;
5533
- description: string;
5534
- };
5535
- longitude: {
5536
- type: string;
5537
- description: string;
5538
- };
5539
- latitude: {
5540
- type: string;
5541
- description: string;
5542
- };
5543
- precisionPos: {
5544
- type: string;
5545
- description: string;
5546
- };
5547
- forbidAudio: {
5548
- type: string;
5549
- description: string;
5550
- };
5551
- forbidImage: {
5552
- type: string;
5553
- description: string;
5554
- };
5555
- forbiddenPictureSize: {
5556
- type: string;
5557
- description: string;
5558
- };
5559
- forbidMedia: {
5560
- type: string;
5561
- description: string;
5562
- };
5563
- openWidth: {
5564
- type: string;
5565
- description: string;
5566
- };
5567
- openHeight: {
5568
- type: string;
5569
- description: string;
5570
- };
5571
- openBookmarks: {
5572
- type: string;
5573
- description: string;
5574
- };
5575
- positionSwitch: {
5576
- type: string;
5577
- description: string;
5578
- };
5579
- windowRatioPosition: {
5580
- type: string;
5581
- description: string;
5582
- };
5583
- isDisplayName: {
5584
- type: string;
5585
- description: string;
5586
- };
5587
- syncBookmark: {
5588
- type: string;
5589
- description: string;
5590
- };
5591
- syncHistory: {
5592
- type: string;
5593
- description: string;
5594
- };
5595
- syncTab: {
5596
- type: string;
5597
- description: string;
5598
- };
5599
- syncCookie: {
5600
- type: string;
5601
- description: string;
5602
- };
5603
- syncExtensions: {
5604
- type: string;
5605
- description: string;
5606
- };
5607
- syncPassword: {
5608
- type: string;
5609
- description: string;
5610
- };
5611
- syncIndexedDb: {
5612
- type: string;
5613
- description: string;
5614
- };
5615
- syncLocalStorage: {
5616
- type: string;
5617
- description: string;
5618
- };
5619
- clearCacheFile: {
5620
- type: string;
5621
- description: string;
5622
- };
5623
- clearCookie: {
5624
- type: string;
5625
- description: string;
5626
- };
5627
- clearLocalStorage: {
5628
- type: string;
5629
- description: string;
5630
- };
5631
- randomFingerprint: {
5632
- type: string;
5633
- description: string;
5634
- };
5635
- forbidSavePassword: {
5636
- type: string;
5637
- description: string;
5638
- };
5639
- stopOpenNet: {
5640
- type: string;
5641
- description: string;
5642
- };
5643
- stopOpenIP: {
5644
- type: string;
5645
- description: string;
5646
- };
5647
- stopOpenPosition: {
5648
- type: string;
5649
- description: string;
5650
- };
5651
- openWorkbench: {
5652
- type: string;
5653
- description: string;
5654
- };
5655
- resolutionType: {
5656
- type: string;
5657
- description: string;
5658
- };
5659
- resolutionX: {
5660
- type: string;
5661
- description: string;
5662
- };
5663
- resolutionY: {
5664
- type: string;
5665
- description: string;
5666
- };
5667
- fontType: {
5668
- type: string;
5669
- description: string;
5670
- };
5671
- webRTC: {
5672
- type: string;
5673
- description: string;
5674
- };
5675
- webGL: {
5676
- type: string;
5677
- description: string;
5678
- };
5679
- webGLInfo: {
5680
- type: string;
5681
- description: string;
5682
- };
5683
- webGLManufacturer: {
5684
- type: string;
5685
- description: string;
5686
- };
5687
- webGLRender: {
5688
- type: string;
5689
- description: string;
5690
- };
5691
- webGpu: {
5692
- type: string;
5693
- enum: string[];
5694
- description: string;
5695
- };
5696
- canvas: {
5697
- type: string;
5698
- description: string;
5699
- };
5700
- audioContext: {
5701
- type: string;
5702
- description: string;
5703
- };
5704
- speechVoices: {
5705
- type: string;
5706
- description: string;
5707
- };
5708
- doNotTrack: {
5709
- type: string;
5710
- description: string;
5711
- };
5712
- clientRects: {
5713
- type: string;
5714
- description: string;
5715
- };
5716
- deviceInfo: {
5717
- type: string;
5718
- description: string;
5719
- };
5720
- deviceNameSwitch: {
5721
- type: string;
5722
- description: string;
5723
- };
5724
- macInfo: {
5725
- type: string;
5726
- description: string;
5727
- };
5728
- hardwareConcurrent: {
5729
- type: string;
5730
- description: string;
5731
- };
5732
- deviceMemory: {
5733
- type: string;
5734
- description: string;
5735
- };
5736
- disableSsl: {
5737
- type: string;
5738
- description: string;
5739
- };
5740
- disableSslList: {
5741
- type: string;
5742
- items: {
5743
- type: string;
5744
- };
5745
- description: string;
5746
- };
5747
- portScanProtect: {
5748
- type: string;
5749
- description: string;
5750
- };
5751
- portScanList: {
5752
- type: string;
5753
- description: string;
5754
- };
5755
- useGpu: {
5756
- type: string;
5757
- description: string;
5758
- };
5759
- sandboxPermission: {
5760
- type: string;
5761
- description: string;
5762
- };
5763
- startupParam: {
5764
- type: string;
5765
- description: string;
5766
- };
5767
- };
5768
- };
5769
- };
5770
- required: string[];
5771
- };
5772
- };
5773
- };
5774
- required: string[];
5775
- };
5776
- } | {
5777
- name: string;
5778
- description: string;
5779
- inputSchema: {
5780
- type: string;
5781
- properties: {
5782
- workspaceId: {
5783
- type: string;
5784
- description: string;
5785
- };
5786
- };
5787
- required: string[];
5788
- };
5789
- } | {
5790
- name: string;
5791
- description: string;
5792
- inputSchema: {
5793
- type: string;
5794
- properties: {
5795
- dirIds: {
5796
- type: string;
5797
- items: {
5798
- type: string;
5799
- };
5800
- description: string;
5801
- };
5802
- };
5803
- };
5804
- } | {
5805
- name: string;
5806
- description: string;
5807
- inputSchema: {
5808
- type: string;
5809
- properties: {
5810
- pageIndex: {
5811
- type: string;
5812
- description: string;
5813
- default: number;
5814
- };
5815
- pageSize: {
5816
- type: string;
5817
- description: string;
5818
- default: number;
5819
- };
5820
- };
5821
- };
5822
- } | {
5823
- name: string;
5824
- description: string;
5825
- inputSchema: {
5826
- type: string;
5827
- properties: {
5828
- includeWorkspaceCheck: {
5829
- type: string;
5830
- description: string;
5831
- default: boolean;
5832
- };
5833
- includeBrowserCheck: {
5834
- type: string;
5835
- description: string;
5836
- default: boolean;
5837
- };
5838
- verbose: {
5839
- type: string;
5840
- description: string;
5841
- default: boolean;
5842
- };
5843
- };
5330
+ properties: {};
5844
5331
  };
5845
- })[];
5332
+ }[];
5846
5333
  declare class RoxyBrowserMCPServer {
5847
5334
  private server;
5848
5335
  constructor();