File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,6 +124,11 @@ Here are some sample `gcloud` commands you might find useful:
124124 example with the full path to the ADC JSON file you always want to use for
125125 your MCP server.
126126
127+ We also recommend that you add a `GOOGLE_CLOUD_PROJECT` attribute to the
128+ `env` object. Replace `YOUR_PROJECT_ID` in the following example with the
129+ [project ID ](https://support.google.com/googleapi/answer/7014113) of your
130+ Google Cloud project.
131+
127132 ```json
128133 {
129134 "mcpServers" : {
@@ -136,7 +141,8 @@ Here are some sample `gcloud` commands you might find useful:
136141 " google-analytics-mcp"
137142 ],
138143 "env" : {
139- "GOOGLE_APPLICATION_CREDENTIALS" : " PATH_TO_ADC_JSON"
144+ "GOOGLE_APPLICATION_CREDENTIALS" : " PATH_TO_ADC_JSON" ,
145+ "GOOGLE_CLOUD_PROJECT" : " YOUR_PROJECT_ID"
140146 }
141147 }
142148 }
You can’t perform that action at this time.
0 commit comments