diff --git a/node/src/mcp.ts b/node/src/mcp.ts index 1d98027..1639a0e 100644 --- a/node/src/mcp.ts +++ b/node/src/mcp.ts @@ -31,7 +31,6 @@ export class AgentMailToolkit extends ListToolkit { const { isError, result } = await safeFunc(tool.func, this.client, args) return { content: [{ type: 'text' as const, text: JSON.stringify(result, null, 2) }], - structuredContent: result, isError, } },