Skip to content

Commit c895447

Browse files
Craig ShoemakerCraig Shoemaker
authored andcommitted
fix broken link
1 parent b37e9c3 commit c895447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/container-apps/mcp-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ An MCP server exposes three types of capabilities to clients:
3232
| **Resources** | Read-only data the client can fetch | Configuration files, database schemas |
3333
| **Prompts** | Prewritten templates for common tasks | "Summarize all open tasks" |
3434

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.
3636

3737
The request flow follows this pattern:
3838

0 commit comments

Comments
 (0)