reasonix 0.3.0-alpha.3 → 0.3.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -131,6 +131,11 @@ reasonix chat \
131
131
  --mcp "fs=npx -y @modelcontextprotocol/server-filesystem /tmp/safe" \
132
132
  --mcp "mem=npx -y @modelcontextprotocol/server-memory"
133
133
  # Tools land in a shared registry as fs_read_file, mem_set, etc.
134
+
135
+ # Remote / hosted MCP server — pass an http(s) URL instead of a command.
136
+ # Reasonix opens an SSE stream and POSTs JSON-RPC to the endpoint the
137
+ # server advertises (MCP 2024-11-05 HTTP+SSE transport).
138
+ reasonix chat --mcp "kb=https://mcp.example.com/sse"
134
139
  ```
135
140
 
136
141
  [mcp]: ./benchmarks/tau-bench/transcripts/mcp-demo.add.jsonl