Files
redmine/redMCP/composer.json
T
2026-04-24 22:09:37 +00:00

14 lines
310 B
JSON

{
"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"
}
}