Skip to content

Commit 44db82e

Browse files
authored
fixing json config for Cline (#30)
1 parent f8b2718 commit 44db82e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/code-assist/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ Add the server to your preferred AI client's MCP configuration file. Find your c
133133
"mcpServers": {
134134
"google-maps-platform-code-assist": {
135135
"command": "npx",
136-
"args": ["-y", "@googlemaps/code-assist-mcp"]
137-
},
138-
"alwaysAllow": [
139-
"retrieve-instructions",
140-
"retrieve-google-maps-platform-docs"
141-
]
136+
"args": ["-y", "@googlemaps/code-assist-mcp"],
137+
"alwaysAllow": [
138+
"retrieve-instructions",
139+
"retrieve-google-maps-platform-docs"
140+
]
141+
}
142142
}
143143
}
144144
```

0 commit comments

Comments
 (0)