File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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 ` ` `
You can’t perform that action at this time.
0 commit comments