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

Co-authored-by: triepod-ai <199543909+triepod-ai@users.noreply.github.com>
This commit is contained in:
Bryan Thompson
2026-01-02 20:20:17 -06:00
committed by GitHub
parent ef1bc0d305
commit 6a08f4bc5a

View File

@@ -1141,6 +1141,10 @@ Available servers: ${serversList}`,
},
required: ['query'],
},
annotations: {
title: 'Search Tools',
readOnlyHint: true,
},
},
{
name: 'call_tool',
@@ -1161,6 +1165,10 @@ Available servers: ${serversList}`,
},
required: ['toolName'],
},
annotations: {
title: 'Call Tool',
openWorldHint: true,
},
},
],
};