Skip to content

Commit 9d736fe

Browse files
authored
docs: encourage setting the project ID variable if not using ADC (#34)
1 parent a0f020f commit 9d736fe

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)