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
+8
View File
@@ -43,6 +43,14 @@ The full `redmine-copy/` tree is an ignored working/reference copy of the legacy
install. Make local plugin changes in `plugins/` first, then deploy or copy them
into the test Redmine instance or `redmine-copy/` as needed.
The Redmine API/MCP wrapper project now lives in:
- [redMCP](/home/iadnah/redmine/redMCP)
That subproject contains the PHP wrapper that composes normal Redmine issue API
responses with local Helpdesk metadata. Its dependencies are managed by Composer;
`redMCP/vendor/`, local env files, and `composer.phar` are ignored.
There is no realistic short-term plan to:
- migrate to a newer RedmineUP package