mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
Fix invalid docker command and invalid JSON in the mcpServers example. (#3672)
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user