feat: Add tool annotations for improved LLM tool understanding (#1543)

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: triepod-ai <noreply@github.com>
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
Co-authored-by: triepod-ai <199543909+triepod-ai@users.noreply.github.com>
This commit is contained in:
Bryan Thompson
2026-01-02 05:45:28 -06:00
committed by GitHub
parent 1d8d72315f
commit 9a6fa1bd2a
47 changed files with 192 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
"task-master-ai": patch
---
feat: Add tool annotations for improved LLM tool understanding
Added MCP tool annotations (readOnlyHint, destructiveHint, title) to all 12 tools to help LLMs better understand tool behavior and make safer decisions about tool execution.