You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,7 +88,7 @@ This creates the executable at `bin/mcp-omnifocus`.
44
88
}
45
89
```
46
90
47
-
**Important**: Replace `/absolute/path/to/mcp-omnifocus` with the actual absolute path to your repository. For example:
91
+
Replace `/absolute/path/to/mcp-omnifocus` with the actual path to your repository. For example:
48
92
```json
49
93
{
50
94
"mcpServers": {
@@ -56,19 +100,19 @@ This creates the executable at `bin/mcp-omnifocus`.
56
100
}
57
101
```
58
102
59
-
**Note**: The `-scripts` argument is optional. If omitted, the server will auto-detect the scripts directory, but specifying it explicitly is more reliable.
103
+
**Note**: The `-scripts` argument explicitly tells the server where to find the JXA automation scripts. While the server can auto-detect the scripts directory in many cases, specifying it explicitly ensures reliability across different installation methods.
60
104
61
105
3. Save the file and restart Claude Desktop.
62
106
63
-
### 3. Grant Permissions
107
+
### 2. Grant Permissions
64
108
65
109
On first use, macOS will prompt you to grant automation permissions:
**Important**: The `-scripts` flag explicitly specifies where the JXA automation scripts are located. While the server includes auto-detection logic that works for most installation scenarios, using the `-scripts` flag ensures reliability across all installation methods and is the recommended approach.
0 commit comments