Skip to content

v0.3.1 — File path attachments, unified accounts, improved instructions

Choose a tag to compare

@tecnologicachile tecnologicachile released this 23 Mar 21:33

What's New

File Path Attachments

Send files directly from disk — no more base64 size limits:

"attachments": [{"file_path": "/path/to/report.pdf"}]

Filename and MIME type auto-detected from extension. Supports PDF, images, Office docs, and more.

Unified Account View

New list_all_accounts tool shows all accounts with their capabilities:

  • Which accounts have IMAP, SMTP, Graph API, EWS
  • send_with and read_with arrays tell the LLM exactly which tools to use

Improved LLM Instructions

  • LLM now calls list_all_accounts first (fixes issue where it only checked SMTP accounts)
  • Sending preview must show full body text, not just headers
  • Removed smtp_list_accounts (replaced by list_all_accounts)

Stats

  • 30 MCP tools
  • 43 unit tests

Full Changelog

v0.3.0...v0.3.1