feat: add browser_status tool to show mode and capabilities
Adds a new browser_status tool that displays: - Current browser mode (isolated/persistent) - Profile path when in persistent mode - Capability matrix (Push API, Notifications, Service Workers, Storage) - Tips for switching modes and customizing profile path This helps MCP clients understand what browser features are available and how to enable full Push API support when needed.
This commit is contained in:
parent
dccba24345
commit
5e5123d1ac
2 changed files with 97 additions and 0 deletions
|
|
@ -1155,6 +1155,14 @@ Full API: See MODEL-COLLABORATION-API.md
|
|||
|
||||
<!-- NOTE: This has been generated via update-readme.js -->
|
||||
|
||||
- **browser_status**
|
||||
- Title: Get browser status and capabilities
|
||||
- Description: Get current browser configuration status including mode (isolated/persistent), profile path, and available capabilities like Push API support.
|
||||
- Parameters: None
|
||||
- Read-only: **true**
|
||||
|
||||
<!-- NOTE: This has been generated via update-readme.js -->
|
||||
|
||||
- **browser_stop_recording**
|
||||
- Title: Stop video recording
|
||||
- Description: Finalize video recording session and return paths to all recorded video files (.webm format). Automatically closes browser pages to ensure videos are properly saved and available for use. Essential final step for completing video recording workflows and accessing demo files.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue