mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
c5b04a5445
Drop 'Cursor' from plugin descriptions in the marketplace manifest and per-plugin manifests so they read correctly in any agent client, and resync the README table that mirrors them. Co-authored-by: Alex Vandak Maloney <maloney.a12@gmail.com>
34 lines
771 B
JSON
34 lines
771 B
JSON
{
|
|
"name": "google-drive",
|
|
"displayName": "Google Drive",
|
|
"version": "1.0.0",
|
|
"minClientVersions": {
|
|
"cursor": "3.13.0"
|
|
},
|
|
"description": "Connect to Google Drive via Google's remote MCP server — search, read, create, share, and manage files.",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins/tree/main/third_party/google-drive",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"logo": "assets/logo.svg",
|
|
"keywords": [
|
|
"google-drive",
|
|
"drive",
|
|
"google",
|
|
"mcp",
|
|
"files",
|
|
"workspace"
|
|
],
|
|
"category": "productivity",
|
|
"tags": [
|
|
"drive",
|
|
"files",
|
|
"mcp",
|
|
"google-workspace"
|
|
],
|
|
"mcpServers": "./mcp.json"
|
|
}
|