Files
google-mcp/core
xuiltul 57daf2ab30 fix: use absolute path for attachment storage and improve filename resolution
Fixes #327

- Use absolute path (~/.workspace-mcp/attachments/) instead of relative
  ./tmp/attachments to avoid polluting working directories
- Make storage directory configurable via WORKSPACE_ATTACHMENT_DIR env var
- Return file path from save_attachment() instead of UUID for direct
  filesystem access (useful in stdio mode where HTTP URLs are unavailable)
- Preserve original filenames with UUID suffix for uniqueness
- Use format="full" instead of format="metadata" when fetching attachment
  info, as metadata format doesn't include attachmentId in parts
- Add multi-level filename matching: exact attachmentId → size-based
  fallback → single-attachment fallback (handles ephemeral IDs)
2026-02-02 16:43:34 +09:00
..
2025-12-13 13:49:28 -08:00
2026-02-01 11:31:26 -05:00
2025-12-13 13:49:28 -08:00
2025-12-13 13:49:28 -08:00
2025-12-13 13:49:28 -08:00
2025-12-13 13:49:28 -08:00
2026-01-28 16:39:53 -05:00
2026-02-01 10:56:02 -05:00
2026-02-01 12:06:49 -05:00
2026-02-01 14:47:32 -05:00
2026-01-31 13:14:27 -05:00