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
Copy file name to clipboardExpand all lines: docs/docs/mcp-client.mdx
+93-3Lines changed: 93 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,97 @@ client.initialize()
120
120
</Tab>
121
121
</Tabs>
122
122
123
-
## Client Features
123
+
## Client Transport
124
+
125
+
The transport layer handles the communication between MCP clients and servers, providing different implementations for various use cases. The client transport manages message serialization, connection establishment, and protocol-specific communication patterns.
126
+
127
+
<Tabs>
128
+
<Tabtitle="STDIO">
129
+
Creates transport for in-process based communication
0 commit comments