• v1.3.0 a7c87128ef

    feat: replace MCP attachment tool with proxy endpoint
    All checks were successful
    Build and Push Docker Image / build (push) Successful in 8s

    Bill released this 2026-01-03 20:26:36 -05:00 | 12 commits to master since this release

    The MCP tool approach was impractical because it required the LLM to
    generate large base64 strings token-by-token, causing timeouts.

    Changes:

    • Remove upload_attachment MCP tool
    • Add POST /api/v1/attachments endpoint for multipart/form-data uploads
    • Update proxy documentation to show both endpoints
    • Uses existing GristClient.upload_attachment() method
    • Requires write permission in session token
    Downloads