Skip to content

Commit 3ce1efb

Browse files
authored
Merge branch 'main' into jun/puppeteer
2 parents cbf4d6b + bdf4323 commit 3ce1efb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/gdrive/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@ Once authenticated, you can use the server in your app's server configuration:
8484
"args": [
8585
"-y",
8686
"@modelcontextprotocol/server-gdrive"
87-
]
87+
],
88+
"env": {
89+
"GDRIVE_CREDENTIALS_PATH": "/path/to/.gdrive-server-credentials.json"
90+
}
8891
}
8992
}
9093
}

0 commit comments

Comments
 (0)