Skip to content

Commit 701f3ed

Browse files
authored
Description was missing from the derived mcp tools (temporalio#1905)
1 parent 9292b90 commit 701f3ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ai-sdk/src/mcp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export class TemporalMCPClient {
4343
Object.entries(tools).map(([toolName, toolResult]) => [
4444
toolName,
4545
{
46+
description: toolResult.description,
4647
execute: async (input, options) => {
4748
const activities = workflow.proxyActivities({
4849
summary: toolName,

0 commit comments

Comments
 (0)