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
+2 -1
View File
@@ -8,7 +8,8 @@
}
},
"bin": [
"bin/redmcp-server.php"
"bin/redmcp-server.php",
"bin/redmcp-http-server.php"
],
"require": {
"kbsali/redmine-api": "^2.9"