Skip to content

Commit f1efa24

Browse files
committed
added startup_timeout_sec note
1 parent 89c73ed commit f1efa24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/mcp-introduction.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,10 @@ Each client has a slightly different config format. Copy the snippet for your cl
220220
[mcp_servers.trigger]
221221
command = "npx"
222222
args = ["trigger.dev@latest", "mcp"]
223+
startup_timeout_sec = 30
223224
```
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>
224227
</Tab>
225228
<Tab title="Crush">
226229
Install using the command line:

0 commit comments

Comments
 (0)