You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -448,6 +448,9 @@ Tools can include annotations that provide additional metadata about their behav
448
448
449
449
Annotations can be set either through the class definition using the `annotations` class method or when defining a tool using the `define` method.
450
450
451
+
> [!NOTE]
452
+
> This **Tool Annotations** feature is supported starting from `protocol_version: '2025-03-26'`.
453
+
451
454
### Prompts
452
455
453
456
MCP spec includes [Prompts](https://modelcontextprotocol.io/specification/2025-06-18/server/prompts), which enable servers to define reusable prompt templates and workflows that clients can easily surface to users and LLMs.
0 commit comments