Files
grist-mcp-server/src/grist_mcp
Bill a7c87128ef
All checks were successful
Build and Push Docker Image / build (push) Successful in 8s
feat: replace MCP attachment tool with proxy endpoint
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
2026-01-03 20:26:36 -05:00
..
2026-01-02 14:07:47 -05:00
2026-01-02 13:31:18 -05:00