Add redMCP stdio MCP server

This commit is contained in:
Jason Thistlethwaite
2026-04-25 01:54:23 +00:00
parent 3c1d03bd7a
commit 3b6b4d6dba
6 changed files with 492 additions and 0 deletions
+6
View File
@@ -308,6 +308,12 @@ If Mailpit moves, pass the host that Redmine can reach:
The redMCP wrapper now makes Helpdesk behavior explicit:
- `redMCP/bin/redmcp-server.php` runs as a stdio MCP server for live client
testing.
- `issues()` and `filterIssues()` expose Redmine's built-in `/issues.json`
issue filters.
- `search()` and `searchIssues()` expose Redmine's built-in `/search.json`
text search.
- `issueWithHelpdesk()` composes normal issue data with Helpdesk ticket/message
metadata.
- `updateIssue()` is safe by default and does not send customer email.