Feedback

Chat Icon

Practical MCP with FastMCP & LangChain

Engineering the Agentic Experience

Primitives, Capabilities & Utilities in MCP
15%

Cancellation (Client & Server Side)

The Model Context Protocol allows both clients and servers to stop the execution of a request that is currently in progress. This is handled via a one-way notification (JSON-RPC notification), meaning no acknowledgment or response is required for the cancellation message itself.

When a party decides to terminate a request it previously issued, it sends a notifications/cancelled message.

{
  "jsonrpc": "2.0",
  "method": "notifications/cancelled",
  "params":

Practical MCP with FastMCP & LangChain

Engineering the Agentic Experience

Enroll now to unlock current content and receive all future updates for free. Your purchase supports the author and fuels the creation of more exciting content. Act fast, as the price will rise as the course nears completion!