initial commit

This commit is contained in:
2026-07-23 19:33:31 +02:00
commit 32c33156a8
4 changed files with 680 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "ttg-marketplace",
"owner": {
"name": "TTG",
"email": "rastasi@gmail.com"
},
"description": "TTG belső Claude Code plugin marketplace",
"plugins": [
{
"name": "redmine-mcp",
"source": "./plugins/redmine-mcp",
"description": "Redmine MCP szerver — issue-k, projektek, időrögzítés, wiki és keresés a Redmine REST API-n keresztül.",
"version": "0.1.0",
"author": {
"name": "TTG"
}
}
]
}