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

View File

@@ -0,0 +1,12 @@
{
"name": "mcp-gdrive",
"description": "Google Drive integration for file and document access",
"version": "1.0.1",
"author": {
"name": "shavakan",
"email": "cs.changwon.lee@gmail.com"
},
"mcp": [
"./.mcp.json"
]
}

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}"
}
}
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# mcp-gdrive
Google Drive integration for file and document access

45
plugin.lock.json Normal file
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:Shavakan/claude-marketplace:mcps/gdrive",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "9479c6422804b91e2777b973de639c1921566c40",
"treeHash": "7ec8d2228e524d26694a8f499a4c779ea8b179011340718b510b8861bedcdfec",
"generatedAt": "2025-11-28T10:12:48.486527Z",
"toolVersion": "publish_plugins.py@0.2.0"
},
"origin": {
"remote": "git@github.com:zhongweili/42plugin-data.git",
"branch": "master",
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
},
"manifest": {
"name": "mcp-gdrive",
"description": "Google Drive integration for file and document access",
"version": "1.0.1"
},
"content": {
"files": [
{
"path": ".mcp.json",
"sha256": "826fb227634c00b8379e96eba1e47c3610f7d28cac55d99aea030e391515a6a9"
},
{
"path": "README.md",
"sha256": "0dbc415832a624f698b955b1cd335bc41d95a8883a836e1db33d79e86f30d4c6"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "ff88065f3ba52650efeedac149674e1498ef9a78e8d8bb0a32317bf1f554be5d"
}
],
"dirSha256": "7ec8d2228e524d26694a8f499a4c779ea8b179011340718b510b8861bedcdfec"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}