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: articles/container-apps/mcp-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ An MCP server exposes three types of capabilities to clients:
32
32
|**Resources**| Read-only data the client can fetch | Configuration files, database schemas |
33
33
|**Prompts**| Prewritten templates for common tasks | "Summarize all open tasks" |
34
34
35
-
Clients communicate with MCP servers over HTTP by using the [streamable HTTP transport](https://modelcontextprotocol.io/docs/learn/transports). The client sends JSON-RPC 2.0 requests. The server responds with tool results, resource content, or prompt templates.
35
+
Clients communicate with MCP servers over HTTP by using the [streamable HTTP transport](https://modelcontextprotocol.io/docs/learn/architecture#transport-layer). The client sends JSON-RPC 2.0 requests. The server responds with tool results, resource content, or prompt templates.
0 commit comments