Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
safari_start_session | Start a new Safari automation session with dev tools access |
safari_navigate | Navigate to a URL in Safari |
safari_get_console_logs | Get browser console logs for debugging |
safari_get_network_logs | Get network activity logs for performance analysis |
safari_clear_console_logs | Clear captured console logs for a session |
safari_clear_network_logs | Clear captured network logs for a session |
safari_execute_script | Execute JavaScript in the browser context |
safari_take_screenshot | Take a screenshot of the current page |
safari_inspect_element | Inspect a DOM element and get its properties |
safari_get_performance_metrics | Get page performance metrics |
safari_get_page_info | Get current page URL and title |
safari_list_sessions | List all active Safari sessions |
safari_close_session | Close a Safari automation session |