Skip to content

Commit bdf4323

Browse files
authored
Merge pull request #1687 from minorun365/patch-1
Fixed README: Added NPX config for Claude Desktop
2 parents 2645e03 + 95df2ef commit bdf4323

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)