Skip to content

Commit 64024b1

Browse files
committed
update docs
1 parent 2d10cb3 commit 64024b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ You can add annotations to your tools to provide hints to the MCP client about t
215215
| `#[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. |
216216
| `#[IsOpenWorld]` | boolean | Indicates the tool may interact with an "open world" of external entities. |
217217

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:
219219

220220
```php
221221
<?php

0 commit comments

Comments
 (0)