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
Copy file name to clipboardExpand all lines: docs/mcp-introduction.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,10 @@ Each client has a slightly different config format. Copy the snippet for your cl
220
220
[mcp_servers.trigger]
221
221
command = "npx"
222
222
args = ["trigger.dev@latest", "mcp"]
223
+
startup_timeout_sec = 30
223
224
```
225
+
226
+
<Note>The `startup_timeout_sec = 30` is recommended. Codex defaults to 10 seconds, which may not be enough for `npx` to download the package on first run.</Note>
0 commit comments