Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:56:30 +08:00
commit f80a220406
4 changed files with 70 additions and 0 deletions

10
.mcp.json Normal file
View File

@@ -0,0 +1,10 @@
{
"gdrive": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@piotr-agier/google-drive-mcp"],
"env": {
"GOOGLE_DRIVE_OAUTH_CREDENTIALS": "${GOOGLE_DRIVE_OAUTH_CREDENTIALS}"
}
}
}