Fix version badge for messages

This commit is contained in:
Jeremiah Lowin 2025-06-26 09:40:49 -04:00
commit 5fc82f4fef
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@ icon: envelope
import { VersionBadge } from "/snippets/version-badge.mdx";
<VersionBadge version="2.9.0" />
<VersionBadge version="2.9.1" />
MCP clients can receive various types of messages from servers, including requests that need responses and notifications that don't. The message handler provides a unified way to process all these messages.

View file

@ -92,6 +92,7 @@ def data_analysis_prompt(
A boolean to enable or disable the prompt. See [Disabling Prompts](#disabling-prompts) for more information
</ParamField>
</Card>
### Argument Types
<VersionBadge version="2.9.0" />