Skip to content

Commit 338e1e7

Browse files
committed
Update roadmap
Signed-off-by: Mihai Criveti <[email protected]>
1 parent f1595e0 commit 338e1e7

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

docs/docs/architecture/roadmap.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
## 🌐 Federation & Routing
66

7-
### 🧭 Epic: Streamable HTTP Transport (Protocol Revision 2025-03-26)
7+
### ✅ 🧭 Epic: Streamable HTTP Transport (Protocol Revision 2025-03-26)
8+
9+
> ✅ This feture is now implemented, and streamable HTTP is fully supported in Tools and Virtual Servers.
810
911
> **Note:** stdio and the legacy HTTP+SSE transports are already supported; this epic adds the new Streamable HTTP transport per the 2025-03-26 spec.
1012
@@ -39,6 +41,8 @@
3941

4042
### 🧭 Epic: A2A Transport Support
4143

44+
> Partial support.
45+
4246
Enable full-duplex, application-to-application (A2A) integration so that virtual servers and gateways can speak A2A natively.
4347

4448
* **A2A Gateway Registration**
@@ -62,6 +66,8 @@ Enable full-duplex, application-to-application (A2A) integration so that virtual
6266

6367
### 🧭 Epic: Virtual Server Protocol Version Selection
6468

69+
> While this is possible through ENV variables, this should be DYNAMIC.
70+
6571
Allow choosing which MCP protocol version each virtual server uses.
6672

6773
* **Per-Server Protocol Version**
@@ -221,6 +227,8 @@ Allow choosing which MCP protocol version each virtual server uses.
221227

222228
### 🧭 Epic: Transport-Translation Bridge (`mcpgateway.translate`)
223229

230+
> Partial supprot - stdio -> SSE currently supported as per: https://github.com/IBM/mcp-context-forge/issues/94
231+
224232
???+ "CLI Bridge for Any-to-Any Transport"
225233
**Goal:** As a CLI user or integrator, I want to bridge stdio-only MCP servers to modern transports like SSE, WS, or Streamable HTTP
226234

docs/docs/deployment/.pages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ nav:
1212
- ibm-code-engine.md
1313
- aws.md
1414
- azure.md
15-
- fly-io.md
15+
- fly-io.md

docs/docs/deployment/fly-io.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ fly postgres create --name $DB_NAME --region $REGION
212212

213213
# Set secrets
214214
fly secrets set JWT_SECRET_KEY=$(openssl rand -hex 32)
215-
fly secrets set BASIC_AUTH_USER=admin
215+
fly secrets set BASIC_AUTH_USER=admin
216216
fly secrets set BASIC_AUTH_PASSWORD=$PASSWORD
217217

218218
# Get postgres password and set DATABASE_URL
@@ -235,4 +235,4 @@ echo "🏗️ Ready to deploy. Run: fly deploy"
235235
-`fly status` shows machines as "started"
236236
-`/health` endpoint returns `{"status":"healthy"}`
237237
- ✅ Protected endpoints require authentication
238-
- ✅ No SQLAlchemy errors in logs
238+
- ✅ No SQLAlchemy errors in logs

0 commit comments

Comments
 (0)