Add production rollout tooling and semantic index ops docs
Capture the production plugin rollout workflow and Qdrant validation steps so operations stay repeatable. Also harden redMCP stdio/schema compatibility to keep diverse MCP clients and validators working.
This commit is contained in:
@@ -213,6 +213,13 @@ Redmine credentials from environment variables or `redMCP/.env`.
|
||||
redMCP/bin/redmcp-server.php
|
||||
```
|
||||
|
||||
The stdio server supports both MCP framing styles used by clients in the wild:
|
||||
|
||||
- `Content-Length` framed JSON-RPC messages
|
||||
- line-delimited JSON messages (one JSON-RPC object per line)
|
||||
|
||||
Responses mirror the detected input framing mode for compatibility.
|
||||
|
||||
For local testing, run the Streamable HTTP server:
|
||||
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user