File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ flowchart LR
6565  Proxy -->|Attaches/STDIO| MCP 
6666``` 
6767
68- ### SSE transport flow  
68+ ### Streamable HTTP and  SSE transport flow 
6969
70- For MCP servers using Server-Sent Events (SSE) transport, the proxy creates both 
71- a pod and a headless service. This allows direct HTTP/SSE communication between 
72- the proxy and MCP server while maintaining network isolation and service 
73- discovery.
70+ For MCP servers using Server-Sent Events (SSE) or Stremable HTTP transport, the 
71+ proxy creates both  a pod and a headless service. This allows direct HTTP/SSE or 
72+ HTTP/Streamable HTTP communication between  the proxy and MCP server while
73+ maintaining network isolation and service  discovery.
7474
7575``` mermaid 
7676flowchart LR 
@@ -87,8 +87,8 @@ flowchart LR
8787    MCPPod["POD: MCP Server"] 
8888  end 
8989
90-   Client["Client"] -->|HTTP/SSE | Proxy 
91-   Proxy -->|HTTP/SSE | MCP 
90+   Client["Client"] -->|HTTP| Proxy 
91+   Proxy -->|HTTP| MCP 
9292  MCPService --> MCPPod 
9393``` 
9494
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments