Skip to content

Commit 08c7cf7

Browse files
committed
Fix MCP spec links
1 parent 668a943 commit 08c7cf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blog/content/posts/2025-12-19-mcp-transport-future.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This direction mirrors standard HTTP, where the protocol itself is stateless whi
5151

5252
### Elicitations and Sampling
5353

54-
Two MCP features are central to a few of the modern AI workflows: [Elicitations](https://spec.modelcontextprotocol.io/specification/2025-11-25/client/elicitation), which request human input, and [Sampling](https://spec.modelcontextprotocol.io/specification/2025-11-25/client/sampling), which enable agentic LLM interactions.
54+
Two MCP features are central to a few of the modern AI workflows: [Elicitations](https://modelcontextprotocol.io/specification/2025-11-25/client/elicitation), which request human input, and [Sampling](https://modelcontextprotocol.io/specification/2025-11-25/client/sampling), which enable agentic LLM interactions.
5555

5656
Supporting these features at scale requires rethinking the bidirectional communication pattern they rely on. Currently, when a server needs more information to complete a tool call, it suspends execution and waits for a client response, requiring it to track all outstanding requests.
5757

docs/development/roadmap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The ideas presented here are not commitments—we may solve these challenges dif
1717

1818
We value community participation! Each section links to relevant discussions where you can learn more and contribute your thoughts.
1919

20-
For a technical view of our standardization process, visit the [Standards Track](https://github.com/orgs/modelcontextprotocol/projects/2/views/2) on GitHub, which tracks how proposals progress toward inclusion in the official [MCP specification](https://spec.modelcontextprotocol.io).
20+
For a technical view of our standardization process, visit the [Standards Track](https://github.com/orgs/modelcontextprotocol/projects/2/views/2) on GitHub, which tracks how proposals progress toward inclusion in the official [MCP specification](https://modelcontextprotocol.io/specification/).
2121

2222
## Priority Areas for the Next Release
2323

0 commit comments

Comments
 (0)