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
}
}
@@ -2,7 +2,7 @@
"name": "redmine-mcp",
"displayName": "Redmine MCP",
"version": "0.1.0",
"description": "Redmine MCP szerver — issue-k, projektek, időrögzítés, felhasználók, wiki és keresés a Redmine REST API-n keresztül.",
"description": "Redmine MCP server — issues, projects, time tracking, users, wiki and search via the Redmine REST API.",
"author": {
"name": "TTG",
"email": "rastasi@gmail.com"
@@ -21,12 +21,12 @@
"redmine_url": {
"type": "string",
"title": "Redmine URL",
"description": "A Redmine példány alap URL-je, pl. https://redmine.example.com"
"description": "Base URL of the Redmine instance, e.g. https://redmine.example.com"
},
"redmine_api_key": {
"type": "string",
"title": "Redmine API kulcs",
"description": "Saját fiók → API hozzáférési kulcs (az adminnak engedélyeznie kell a REST API-t)",
"title": "Redmine API key",
"description": "My account → API access key (the administrator must enable the REST API)",
"sensitive": true
}
}