Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
b2283f6
1
Parent(s): 4dbbe51
Fix version badge for messages
Browse files- docs/clients/messages.mdx +1 -1
- docs/servers/prompts.mdx +1 -0
docs/clients/messages.mdx
CHANGED
|
@@ -7,7 +7,7 @@ icon: envelope
|
|
| 7 |
|
| 8 |
import { VersionBadge } from "/snippets/version-badge.mdx";
|
| 9 |
|
| 10 |
-
<VersionBadge version="2.9.
|
| 11 |
|
| 12 |
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.
|
| 13 |
|
|
|
|
| 7 |
|
| 8 |
import { VersionBadge } from "/snippets/version-badge.mdx";
|
| 9 |
|
| 10 |
+
<VersionBadge version="2.9.1" />
|
| 11 |
|
| 12 |
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.
|
| 13 |
|
docs/servers/prompts.mdx
CHANGED
|
@@ -92,6 +92,7 @@ def data_analysis_prompt(
|
|
| 92 |
A boolean to enable or disable the prompt. See [Disabling Prompts](#disabling-prompts) for more information
|
| 93 |
</ParamField>
|
| 94 |
</Card>
|
|
|
|
| 95 |
### Argument Types
|
| 96 |
|
| 97 |
<VersionBadge version="2.9.0" />
|
|
|
|
| 92 |
A boolean to enable or disable the prompt. See [Disabling Prompts](#disabling-prompts) for more information
|
| 93 |
</ParamField>
|
| 94 |
</Card>
|
| 95 |
+
|
| 96 |
### Argument Types
|
| 97 |
|
| 98 |
<VersionBadge version="2.9.0" />
|