Skip to content

Commit f6cecb0

Browse files
committed
Fixes
1 parent 07859b0 commit f6cecb0

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/mcp-introduction.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,10 @@ Each client has a slightly different config format. Copy the snippet for your cl
196196

197197
```json
198198
{
199-
"amp": {
200-
"mcpServers": {
201-
"trigger": {
202-
"command": "npx",
203-
"args": ["trigger.dev@latest", "mcp"]
204-
}
199+
"amp.mcpServers": {
200+
"trigger": {
201+
"command": "npx",
202+
"args": ["trigger.dev@latest", "mcp"]
205203
}
206204
}
207205
}
@@ -231,7 +229,7 @@ Each client has a slightly different config format. Copy the snippet for your cl
231229
npx trigger.dev@latest install-mcp --client crush
232230
```
233231

234-
Or add this configuration to `~/.config/crush/crush.json` (user), `./crush.json` (project), or `./.crush.json` (local):
232+
Or add this configuration to `.crush.json` (project), `crush.json`, or `~/.config/crush/crush.json` (user). Files are loaded in priority order: `.crush.json` `crush.json``$HOME/.config/crush/crush.json`.
235233

236234
```json
237235
{

0 commit comments

Comments
 (0)