@@ -30,7 +30,7 @@ It supports:
30
30
31
31
* Federation across multiple MCP and REST services
32
32
* Virtualization of legacy APIs as MCP-compliant tools and servers
33
- * Transport over HTTP, JSON-RPC, WebSocket, SSE, and stdio
33
+ * Transport over HTTP, JSON-RPC, WebSocket, SSE, stdio and streamable-HTTP
34
34
* A live Admin UI for real-time management and configuration
35
35
* Built-in auth, observability, retries, and rate-limiting
36
36
* Scalable deployments via Docker or PyPI, Redis-backed caching, and multi-cluster federation
@@ -688,11 +688,13 @@ You can get started by copying the provided [.env.example](.env.example) to `.en
688
688
689
689
### Transport
690
690
691
- | Setting | Description | Default | Options |
692
- | ------------------------- | ---------------------- | ------- | ------------------------------- |
693
- | `TRANSPORT_TYPE` | Enabled transports | `all` | `http`,`ws`,`sse`,`stdio`,`all` |
694
- | `WEBSOCKET_PING_INTERVAL` | WebSocket ping (secs) | `30` | int > 0 |
695
- | `SSE_RETRY_TIMEOUT` | SSE retry timeout (ms) | `5000` | int > 0 |
691
+ | Setting | Description | Default | Options |
692
+ | ------------------------- | ---------------------------------- | ------- | ------------------------------- |
693
+ | `TRANSPORT_TYPE` | Enabled transports | `all` | `http`,`ws`,`sse`,`stdio`,`all` |
694
+ | `WEBSOCKET_PING_INTERVAL` | WebSocket ping (secs) | `30` | int > 0 |
695
+ | `SSE_RETRY_TIMEOUT` | SSE retry timeout (ms) | `5000` | int > 0 |
696
+ | `USE_STATEFUL_SESSIONS` | streamable http config | `false` | bool |
697
+ | `JSON_RESPONSE_ENABLED` | json/sse streams (streamable http) | `true` | bool |
696
698
697
699
### Federation
698
700
0 commit comments