Add friendly redMCP query options

This commit is contained in:
Jason Thistlethwaite
2026-04-25 04:12:01 +00:00
parent a25361f5fc
commit d8f17ff7e7
7 changed files with 618 additions and 13 deletions
+2
View File
@@ -321,6 +321,8 @@ The redMCP wrapper now makes Helpdesk behavior explicit:
issue filters.
- `search()` and `searchIssues()` expose Redmine's built-in `/search.json`
text search.
- MCP list tools accept friendly `limit`, `page`, `offset`, `sort`, status, and
date options while still allowing raw Redmine `filters`/`params` overrides.
- `issueWithHelpdesk()` composes normal issue data with Helpdesk ticket/message
metadata.
- `updateIssue()` is safe by default and does not send customer email.