mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-20 20:44:17 +02:00
Fix version badge for messages
This commit is contained in:
parent
3de57fa069
commit
5fc82f4fef
2 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue