Skip to content

Commit de7a28a

Browse files
authored
fix(docs): correct the path in the sample command (#8)
1 parent 88445ef commit de7a28a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Here are some sample `gcloud` commands you might find useful:
139139
{
140140
"mcpServers": {
141141
"analytics-mcp": {
142-
"command": "PATH_TO_SERVER/env/bin/python",
142+
"command": "PATH_TO_SERVER/.venv/bin/python",
143143
"args": [
144144
"PATH_TO_SERVER/server.py"
145145
],

0 commit comments

Comments
 (0)