@roxybrowser/openapi 1.0.13-beta.7 → 1.0.13

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