Improve redMCP server operations

This commit is contained in:
Jason Thistlethwaite
2026-04-25 02:46:58 +00:00
parent 05c1a4bc97
commit d54319a5bb
14 changed files with 420 additions and 24 deletions
+5 -1
View File
@@ -310,7 +310,11 @@ The redMCP wrapper now makes Helpdesk behavior explicit:
- `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.
Streamable HTTP MCP server for network client testing, with PID/status/stop
helpers and optional debug JSONL logging.
- `redMCP/bin/generate-bearer-token.php` generates local MCP bearer tokens.
- `projects()` and `project()` expose Redmine's built-in `/projects.json`
project list/detail APIs.
- `issues()` and `filterIssues()` expose Redmine's built-in `/issues.json`
issue filters.
- `search()` and `searchIssues()` expose Redmine's built-in `/search.json`