Merge pull request #960 from jlowin/version

Fix version badge for messages
This commit is contained in:
Jeremiah Lowin 2025-06-26 09:41:06 -04:00 committed by GitHub
commit 757c037a04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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" />