Nuovo sistema: index.json + fragment.json + compile.py (SHA-256 automatici)
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"id": "gcal",
|
||||
"name": "Google Calendar",
|
||||
"type": "mcp_local",
|
||||
"scope": "user",
|
||||
"icon_small": "gcal/icon_sm.svg",
|
||||
"icon_large": "gcal/icon_lg.svg",
|
||||
"user_description": "Read, create, update, delete, and respond to Google Calendar events \u2014 full CRUD with push notifications.",
|
||||
"requires": [
|
||||
"OAUTH",
|
||||
"PYTHON"
|
||||
],
|
||||
"tags": [
|
||||
"calendar",
|
||||
"mcp",
|
||||
"local",
|
||||
"google"
|
||||
],
|
||||
"auth": {
|
||||
"type": "oauth2",
|
||||
"provider": "google",
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/calendar"
|
||||
]
|
||||
},
|
||||
"folder": "gcal",
|
||||
"version": 5,
|
||||
"version_string": "0.3.4",
|
||||
"version_release_date": "2026-07-21"
|
||||
}
|
||||
Reference in New Issue
Block a user