ofw-mcp 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -155,7 +155,7 @@ export async function handleTool(name, args, client) {
155
155
  subject, body, recipientIds,
156
156
  attachments: { myFileIDs: [] },
157
157
  draft: true,
158
- includeOriginal: false,
158
+ includeOriginal: replyToId !== null,
159
159
  replyToId,
160
160
  };
161
161
  if (messageId !== undefined)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ofw-mcp",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "OurFamilyWizard MCP server for Claude — developed and maintained by AI (Claude Sonnet 4.6)",
5
5
  "author": "Claude Sonnet 4.6 (AI) <https://www.anthropic.com/claude>",
6
6
  "repository": {