commit f80a22040602747696524f940a1d6bf17fc1a0bd Author: Zhongwei Li Date: Sun Nov 30 08:56:30 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..4b3551b --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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" + ] +} \ No newline at end of file diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..0234b62 --- /dev/null +++ b/.mcp.json @@ -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}" + } + } +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..9104402 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# mcp-gdrive + +Google Drive integration for file and document access diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..228010c --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file