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
@@ -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
}
}