Commit fe796e1
authored
feat: Add missing destructiveHint annotations to tools (#380)
Complete the tool annotation coverage by adding destructiveHint:
- Abort Actor run: destructiveHint=true (terminates running processes)
- Add tool: destructiveHint=false (additive - registers new tools)
- Call Actor: destructiveHint=false (creates new runs)
- Dynamic Actor tools: destructiveHint=false (executes actors)
This completes the MCP tool annotation coverage for the project,
helping LLMs better understand tool behavior.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: triepod-ai <[email protected]>1 parent 450c0fb commit fe796e1
3 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
| |||
395 | 396 | | |
396 | 397 | | |
397 | 398 | | |
| 399 | + | |
398 | 400 | | |
399 | 401 | | |
400 | 402 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
0 commit comments