We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9292b90 commit 701f3edCopy full SHA for 701f3ed
packages/ai-sdk/src/mcp.ts
@@ -43,6 +43,7 @@ export class TemporalMCPClient {
43
Object.entries(tools).map(([toolName, toolResult]) => [
44
toolName,
45
{
46
+ description: toolResult.description,
47
execute: async (input, options) => {
48
const activities = workflow.proxyActivities({
49
summary: toolName,
0 commit comments