Commit Graph

7 Commits

Author SHA1 Message Date
jason 82b700e2e1 v0.1.1: Rewrite with curl-based HTTP (Cloudflare bypass), S3 gzip content fetching, correct API field names
- Switch urllib to curl subprocess to bypass Cloudflare Error 1010
- Add _fetch_s3_json() for gzipped content from signed S3 URLs  
- Fix list endpoint key: data_file_list (not data)
- Fix detail endpoint title field: file_name (not filename)
- Fix token key: support both token and accessToken in config
- Add _format_transcript() with speaker grouping
- plaud_get_transcript: fetch from content_list S3 URLs (transaction_polish → transaction)
- plaud_get_summary: fetch outline from S3
- plaud_get_notes: fetch all non-transcript content_list items from S3
- plaud_get_recording_detail: derive has_transcript from content_types list
2026-05-12 14:11:55 -05:00
jason 5cf373da97 Update README with full plugin documentation 2026-05-12 12:29:48 -05:00
jason 99f8aa7b8e Add Plaud MCP server (plaud_mcp.py) — 7 tools 2026-05-12 12:27:32 -05:00
jason e89096f9ce Add MCP server configuration 2026-05-12 12:26:42 -05:00
jason bdde092671 Add Plaud skill SKILL.md 2026-05-12 12:26:38 -05:00
jason a49fbfdeb2 Add plugin.json metadata 2026-05-12 12:26:32 -05:00
jason 55785a9227 Initial commit 2026-05-12 12:26:07 -05:00