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/concepts/transports.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
-
title: "Transport"
2
+
title: "Transports"
3
3
description: "Learn about MCP's communication mechanisms"
4
4
---
5
5
6
-
Transport in the Model Context Protocol (MCP) provides the foundation for communication between clients and servers. It handles the underlying mechanics of how messages are sent and received.
6
+
Transports in the Model Context Protocol (MCP) provide the foundation for communication between clients and servers. A transport handles the underlying mechanics of how messages are sent and received.
7
7
8
-
## How transport works
8
+
## How transports work
9
9
10
-
MCP transport is built on a simple message-passing architecture where both clients and servers can send messages to each other. The transport layer is responsible for:
10
+
An MCP transport is built on a simple message-passing architecture where both clients and servers can send messages to each other. The transport layer is responsible for:
11
11
12
12
- Establishing connections
13
13
- Sending messages
@@ -275,4 +275,4 @@ Choose the appropriate transport based on your needs:
Copy file name to clipboardExpand all lines: introduction.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Choose the path that best fits your needs:
26
26
</Card>
27
27
<Card
28
28
title="Build your first server (TypeScript)"
29
-
icon="code"
29
+
icon="square-js"
30
30
href="/docs/first-server/typescript"
31
31
>
32
32
Create a simple MCP server in TypeScript to understand the basics
@@ -94,14 +94,14 @@ Dive deeper into MCP's core concepts and capabilities:
94
94
Let your servers request completions from LLMs
95
95
</Card>
96
96
<Card
97
-
title="Transport"
97
+
title="Transports"
98
98
icon="network-wired"
99
-
href="/docs/concepts/transport"
99
+
href="/docs/concepts/transports"
100
100
>
101
-
Learn about MCP's communication mechanisms
101
+
Learn about MCP's communication mechanism
102
102
</Card>
103
103
</CardGroup>
104
104
105
105
## Contributing
106
106
107
-
Want to contribute? Check out our [GitHub repository](https://github.com/modelcontextprotocol)or join our growing community of developers building with MCP.
107
+
Want to contribute? Check out [@modelcontextprotocol](https://github.com/modelcontextprotocol)on GitHub to join our growing community of developers building with MCP.
0 commit comments