Fix content return

This commit is contained in:
Den Delimarsky
2025-07-06 21:18:43 -07:00
parent 3f450ccda9
commit a83c56256e

View File

@@ -739,6 +739,8 @@ export const createServer = () => {
type: "text",
text: `\nRaw result: ${JSON.stringify(elicitationResult, null, 2)}`,
});
return { content };
}
if (name === ToolName.GET_RESOURCE_LINKS) {