You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update MCP test to use newline-delimited JSON-RPC (#102)
Patchloom v0.1.2+ uses raw newline-delimited JSON-RPC for its MCP
server, not Content-Length framing. The test was sending Content-Length
headers and asserting Content-Length in the response, which no longer
matches the CLI behavior.
Updated to send a raw JSON line and assert on parsed JSON-RPC response
fields (jsonrpc version, id, result.serverInfo).
Closes#101
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
0 commit comments