Nuovo sistema: index.json + fragment.json + compile.py (SHA-256 automatici)
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"id": "drive",
|
||||
"name": "Google Drive",
|
||||
"type": "mcp_local",
|
||||
"scope": "user",
|
||||
"icon_small": "drive/icon_sm.png",
|
||||
"icon_large": "drive/icon_lg.png",
|
||||
"user_description": "List, search, upload, download, delete, and manage Google Drive files and folders. Full OAuth \u2014 same pattern as Gmail and Google Calendar.",
|
||||
"requires": [
|
||||
"OAUTH",
|
||||
"PYTHON"
|
||||
],
|
||||
"tags": [
|
||||
"cloud-storage",
|
||||
"files",
|
||||
"mcp",
|
||||
"local",
|
||||
"google",
|
||||
"drive"
|
||||
],
|
||||
"auth": {
|
||||
"type": "oauth2",
|
||||
"provider": "google",
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/drive"
|
||||
]
|
||||
},
|
||||
"folder": "drive",
|
||||
"version": 7,
|
||||
"version_string": "1.0.6",
|
||||
"version_release_date": "2026-07-22"
|
||||
}
|
||||
Reference in New Issue
Block a user