Add redMCP Streamable HTTP server

This commit is contained in:
Jason Thistlethwaite
2026-04-25 02:23:48 +00:00
parent 3b6b4d6dba
commit 05c1a4bc97
11 changed files with 631 additions and 15 deletions
+3 -2
View File
@@ -308,8 +308,9 @@ 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.
- `redMCP/bin/redmcp-server.php` runs as a stdio MCP server.
- `redMCP/bin/redmcp-http-server.php` runs as a bearer-token-protected
Streamable HTTP MCP server for network client testing.
- `issues()` and `filterIssues()` expose Redmine's built-in `/issues.json`
issue filters.
- `search()` and `searchIssues()` expose Redmine's built-in `/search.json`