Nuovo sistema: index.json + fragment.json + compile.py (SHA-256 automatici)
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"id": "gmail",
|
||||
"name": "Gmail",
|
||||
"type": "mcp_local",
|
||||
"scope": "user",
|
||||
"icon_small": "gmail/icon_sm.svg",
|
||||
"icon_large": "gmail/icon_lg.svg",
|
||||
"user_description": "Read, send, and manage Gmail emails via OAuth \u2014 full MCP integration with push notifications.",
|
||||
"requires": [
|
||||
"OAUTH",
|
||||
"PYTHON"
|
||||
],
|
||||
"tags": [
|
||||
"email",
|
||||
"mcp",
|
||||
"local",
|
||||
"google"
|
||||
],
|
||||
"auth": {
|
||||
"type": "oauth2",
|
||||
"provider": "google",
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/gmail.modify",
|
||||
"https://www.googleapis.com/auth/gmail.labels"
|
||||
]
|
||||
},
|
||||
"folder": "gmail",
|
||||
"version": 6,
|
||||
"version_string": "1.0.5",
|
||||
"version_release_date": "2026-07-22"
|
||||
}
|
||||
Reference in New Issue
Block a user