Import redMCP into Redmine repo

This commit is contained in:
Jason Thistlethwaite
2026-04-24 22:09:37 +00:00
parent 780d9a0922
commit 4380824618
9 changed files with 673 additions and 5 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "ldr/redmcp",
"description": "Private Redmine API wrapper and MCP integration helpers for LDR support workflows.",
"license": "proprietary",
"autoload": {
"psr-4": {
"RedMCP\\": "app/"
}
},
"require": {
"kbsali/redmine-api": "^2.9"
}
}