safari-devtools-mcp 0.2.0 → 1.0.0

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@ Chrome developers get powerful AI debugging through [chrome-devtools-mcp](https:
14
14
 
15
15
  - **Browser debugging**: Capture console logs, inspect network requests, and evaluate JavaScript — with stack traces and full request/response details.
16
16
  - **Reliable automation**: Click, type, fill forms, drag and drop, and press keyboard shortcuts using accessibility-tree snapshots with stable UIDs.
17
- - **Native macOS integration**: Tab management via AppleScript for listing, switching, and controlling Safari tabs across windows.
17
+ - **Native macOS integration**: Tab management via AppleScript for listing, switching, and controlling Safari tabs across windows
18
18
 
19
19
  ## Requirements
20
20
 
@@ -118,7 +118,7 @@ Add the standard config to your `.junie/mcp.json` in the project root.
118
118
  Open "Install MCP Server" in Raycast and fill in:
119
119
 
120
120
  - **Command**: `npx`
121
- - **Arguments**: `-y safari-devtools-mcp`
121
+ - **Arguments**: `-y safari-devtools-mcp@latest`
122
122
 
123
123
  Or copy the standard config JSON above before opening the command — Raycast will auto-fill the form.
124
124
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "safari-devtools-mcp",
3
3
  "mcpName": "io.github.HayoDev/safari-devtools-mcp",
4
- "version": "0.2.0",
4
+ "version": "1.0.0",
5
5
  "description": "MCP server for Safari DevTools — browser debugging and automation for AI coding agents",
6
6
  "type": "module",
7
7
  "main": "build/src/index.js",