This commit is contained in:
2026-07-23 20:20:27 +02:00
parent 5e8e753b03
commit e25cc494d2
4 changed files with 42 additions and 42 deletions
+4 -4
View File
@@ -2,7 +2,7 @@
"name": "grav-mcp",
"displayName": "Grav MCP",
"version": "0.1.0",
"description": "Grav CMS MCP szerver — oldalak, média, konfiguráció, felhasználók, csomagkezelő, scheduler, webhookok és flex objektumok a Grav REST API-n keresztül.",
"description": "Grav CMS MCP server — pages, media, configuration, users, package manager, scheduler, webhooks and flex objects via the Grav REST API.",
"author": {
"name": "TTG",
"email": "rastasi@gmail.com"
@@ -21,12 +21,12 @@
"grav_url": {
"type": "string",
"title": "Grav URL",
"description": "A Grav site alap URL-je, pl. https://example.com (a /api/v1 automatikusan hozzáfűződik)"
"description": "Base URL of the Grav site, e.g. https://example.com (/api/v1 is appended automatically)"
},
"grav_api_key": {
"type": "string",
"title": "Grav API kulcs",
"description": "API kulcs a Grav adminban a felhasználónál (vagy POST /api/v1/users/{username}/api-keys)",
"title": "Grav API key",
"description": "API key created for your user in the Grav admin (or via POST /api/v1/users/{username}/api-keys)",
"sensitive": true
}
}