-
feat: replace MCP attachment tool with proxy endpoint
All checks were successfulBuild and Push Docker Image / build (push) Successful in 8sreleased this
2026-01-03 20:26:36 -05:00 | 12 commits to master since this releaseThe 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