Skip to content

Commit 383ec10

Browse files
authored
Fixed the configuration instructions for Cline, Roo, and Kilo (#48)
- alwaysAllow was defined outside the MCP server configuration, this has been fixed.
1 parent 132ebf2 commit 383ec10

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

packages/code-assist/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,12 @@ Add the server to your preferred AI client's MCP configuration file. Find your c
185185
"mcpServers": {
186186
"google-maps-platform-code-assist": {
187187
"command": "npx",
188-
"args": ["-y", "@googlemaps/code-assist-mcp@latest"]
189-
},
190-
"alwaysAllow": [
191-
"retrieve-instructions",
192-
"retrieve-google-maps-platform-docs"
193-
]
188+
"args": ["-y", "@googlemaps/code-assist-mcp@latest"],
189+
"alwaysAllow": [
190+
"retrieve-instructions",
191+
"retrieve-google-maps-platform-docs"
192+
]
193+
}
194194
}
195195
}
196196
```
@@ -206,12 +206,12 @@ Add the server to your preferred AI client's MCP configuration file. Find your c
206206
"mcpServers": {
207207
"google-maps-platform-code-assist": {
208208
"command": "npx",
209-
"args": ["-y", "@googlemaps/code-assist-mcp@latest"]
210-
},
211-
"alwaysAllow": [
212-
"retrieve-instructions",
213-
"retrieve-google-maps-platform-docs"
214-
]
209+
"args": ["-y", "@googlemaps/code-assist-mcp@latest"],
210+
"alwaysAllow": [
211+
"retrieve-instructions",
212+
"retrieve-google-maps-platform-docs"
213+
]
214+
}
215215
}
216216
}
217217
```

0 commit comments

Comments
 (0)