@mcp-z/mcp-drive 1.0.10 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -5
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -8,6 +8,7 @@ Google Drive MCP server for searching files, browsing folders, and managing Driv
|
|
|
8
8
|
- Search files and folders
|
|
9
9
|
- Browse folder contents and paths
|
|
10
10
|
- Move, create, and trash Drive items
|
|
11
|
+
- Upload files from a local path or URL
|
|
11
12
|
|
|
12
13
|
## Transports
|
|
13
14
|
|
|
@@ -172,11 +173,12 @@ mcp-z call drive files-search '{"query":"name contains \\\"report\\\""}'
|
|
|
172
173
|
|
|
173
174
|
1. file-move
|
|
174
175
|
2. file-move-to-trash
|
|
175
|
-
3.
|
|
176
|
-
4.
|
|
177
|
-
5. folder-
|
|
178
|
-
6. folder-
|
|
179
|
-
7. folder-
|
|
176
|
+
3. file-upload
|
|
177
|
+
4. files-search
|
|
178
|
+
5. folder-contents
|
|
179
|
+
6. folder-create
|
|
180
|
+
7. folder-path
|
|
181
|
+
8. folder-search
|
|
180
182
|
|
|
181
183
|
## Resources
|
|
182
184
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-z/mcp-drive",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "MCP server for Google Drive integration with file operations, folder navigation, search capabilities, and sharing management",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"drive",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"version": "tsds version"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@mcp-z/oauth": "^1.0.
|
|
74
|
-
"@mcp-z/oauth-google": "^1.
|
|
73
|
+
"@mcp-z/oauth": "^1.0.5",
|
|
74
|
+
"@mcp-z/oauth-google": "^1.1.3",
|
|
75
75
|
"@mcp-z/server": "^1.0.0",
|
|
76
76
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
77
77
|
"cors": "^2.0.0",
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
"zod": "^4.0.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@mcp-z/client": "^1.0.
|
|
86
|
+
"@mcp-z/client": "^1.0.11",
|
|
87
87
|
"@types/cors": "^2.8.19",
|
|
88
88
|
"@types/express": "^5.0.6",
|
|
89
89
|
"@types/mocha": "^10.0.10",
|
|
90
90
|
"@types/node": "^26.2.0",
|
|
91
91
|
"dotenv": "^17.2.3",
|
|
92
|
-
"get-port": "
|
|
92
|
+
"get-port": "5.1.1",
|
|
93
93
|
"keyv": "^5.0.0",
|
|
94
94
|
"node-version-use": "^2.4.7",
|
|
95
95
|
"ts-dev-stack": "^1.22.1",
|