Fix invalid docker command and invalid JSON in the mcpServers example. (#3672)
This commit is contained in:
parent
316c0fa37b
commit
5ecc13729a
|
@ -136,11 +136,11 @@ In addition to a project settings file, a project's `.gemini` directory can cont
|
||||||
},
|
},
|
||||||
"myDockerServer": {
|
"myDockerServer": {
|
||||||
"command": "docker",
|
"command": "docker",
|
||||||
"args": ["run", "i", "--rm", "-e", "API_KEY", "ghcr.io/foo/bar"],
|
"args": ["run", "-i", "--rm", "-e", "API_KEY", "ghcr.io/foo/bar"],
|
||||||
"env": {
|
"env": {
|
||||||
"API_KEY": "$MY_API_TOKEN"
|
"API_KEY": "$MY_API_TOKEN"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue