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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ You can add annotations to your tools to provide hints to the MCP client about t
215
215
|`#[IsIdempotent]`| boolean | Indicates that calling the tool repeatedly with the same arguments has no additional effect. This is only meaningful when the tool is not read-only. |
216
216
|`#[IsOpenWorld]`| boolean | Indicates the tool may interact with an "open world" of external entities. |
217
217
218
-
Here's an example of how to apply these annotations to a tool:
218
+
Here's an example of how to add annotations to a tool:
0 commit comments