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
@@ -221,7 +221,10 @@ Each client has a slightly different config format. Copy the snippet for your cl
221
221
[mcp_servers.trigger]
222
222
command = "npx"
223
223
args = ["trigger.dev@latest", "mcp"]
224
+
startup_timeout_sec = 30
224
225
```
226
+
227
+
<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