@agentutility/mcp-mediakit 0.1.8 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +41 -24
- package/dist/tools.generated.js +763 -338
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ Edit `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) o
|
|
|
22
22
|
}
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
Restart Claude Desktop.
|
|
25
|
+
Restart Claude Desktop. 67 tools appear in the tool palette.
|
|
26
26
|
|
|
27
27
|
## Install — Cursor
|
|
28
28
|
|
|
@@ -46,65 +46,82 @@ Send any amount of **USDC on Base mainnet** to the address derived from your `X4
|
|
|
46
46
|
|
|
47
47
|
USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|
|
48
48
|
|
|
49
|
-
## Tools (
|
|
49
|
+
## Tools (67)
|
|
50
50
|
|
|
51
51
|
| Tool | Description |
|
|
52
52
|
|---|---|
|
|
53
|
+
| `add-watermark` | (0.02 USDC/call) Add watermark to PDF, image, or video. Applies text or image overlays with configurable position, opacity, font, rotation, and margin. CloudConvert backend for PDFs, PNG/JPG/GIF, and MP4/MOV/WEBM. |
|
|
53
54
|
| `audio-loudnorm` | (0.02 USDC/call) Audio loudness normalizer (EBU R128 LUFS). Podcast / Spotify / YouTube target presets (-23 / -16 / -14). Two-pass dynamic mode. Returns hosted MP3. |
|
|
54
55
|
| `audio-transcribe` | (0.01 USDC/call) Audio transcribe / speech-to-text / Whisper-large / multi-language ASR / OpenAI Whisper API compat. Server-side fetches the audio URL (max 25 MB), relays to Venice's audio/transcriptions endpoint with whisper-large-v3, and returns the transcript with detected language, duration, and per-segment timestamps when response_format='verbose_json' (default). Also supports raw text, SRT, and VTT outputs. |
|
|
55
56
|
| `compress-pdf` | (0.005 USDC/call) PDF compressor / PDF size reducer. CloudConvert optimize task. Profiles: web (default), print, archive, mrc (scanned), max. Reports % saved. |
|
|
56
57
|
| `convert-html-to-markdown` | (0.005 USDC/call) Convert HTML to Markdown. Strips nav, scripts, ads, and other boilerplate. Preserves headings, lists, tables, code blocks, links, and images. Accepts raw HTML or a URL. Returns clean Markdown ideal for LLM context windows or RAG ingestion. |
|
|
57
|
-
| `convert-pdf` | (0.20 USDC/call)
|
|
58
|
-
| `csv-to-ics` | (0.01 USDC/call) CSV
|
|
59
|
-
| `csv-to-jsonl` | (0.02 USDC/call) CSV to JSON / CSV to JSONL converter / data pipeline preprocessor. RFC 4180 parser. Type inference (booleans, integers, floats, ISO dates, null). Configurable delimiter, quote, header, rename, drop columns. |
|
|
60
|
-
| `
|
|
58
|
+
| `convert-pdf` | (0.20 USDC/call) PDF converter / convert PDF to Markdown / HTML / JSON / structured text. Datalab Marker AI pipeline preserves headings, tables, equations, multi-column flow. Note: this endpoint outputs text-format conversions only — for PDF to JPG/PNG use pdf-to-jpg, for PDF merge use pdf-merge, for PDF split use pdf-split, for PDF compression use compress-pdf, for PDF to Word route through this then a markdown to docx step. 30 pages max. |
|
|
59
|
+
| `csv-to-ics` | (0.01 USDC/call) CSV to ICS / CSV to iCal / calendar file generator / .ics builder / Google Calendar + Outlook + Apple Calendar import. RFC 5545 compliant VCALENDAR/VEVENT output. Auto-detects column mapping (summary, date, time, location, description) or accepts an explicit mapping. Handles all-day and timed events, configurable default duration, custom delimiters. Up to 1000 rows. |
|
|
60
|
+
| `csv-to-jsonl` | (0.02 USDC/call) CSV to JSON / CSV to JSONL / CSV to NDJSON converter / TSV to JSON / spreadsheet to JSON / data pipeline preprocessor / LLM training-data prep. RFC 4180 parser. Type inference (booleans, integers, floats, ISO dates, null tokens). Configurable delimiter, quote char, header presence, column rename, drop columns, trim whitespace. Outputs newline-delimited JSON (jsonl), a JSON array (json), or column-oriented arrays (ndarray). |
|
|
61
|
+
| `doc-to-json` | (0.10 USDC/call) Document to structured JSON / PDF/DOCX/PPT/XLSX/image to JSON / file parser with schema / invoice extractor / resume parser / contract extractor / RFP parser / receipt extractor / form data extraction. Converts any document (CloudConvert) to plain text, then runs Morpheus mistral-31-24b with strict json_schema response_format to force the output to a caller-supplied schema. OCR-aware for images and scanned PDFs. |
|
|
62
|
+
| `excel-to-csv` | (0.005 USDC/call) Excel (.xlsx / .xls) to CSV / TSV / JSON converter. Multi-sheet handling. Returns each sheet by name. Adjacent to 'convert excel to google sheets' demand cluster. |
|
|
61
63
|
| `excel-to-google-sheets` | (0.005 USDC/call) Convert Excel to Google Sheets / XLSX to Google Sheets / spreadsheet import / Numbers to Google Sheets / Excel to gsheet. Outputs CSV that imports directly into Google Sheets via File → Import → Upload (or paste-into-cells). Multi-sheet handling, encoding control, quote style. Same handler as excel-to-csv / xlsx-to-csv under a Google-Sheets-named slug. |
|
|
62
64
|
| `extract-tables` | (0.10 USDC/call) Extract tables from PDF / table extractor / PDF to CSV / spreadsheet from PDF. Detects and extracts every table from a PDF document. Returns structured JSON or CSV per table. 30 pages max via Datalab Marker. |
|
|
63
|
-
| `html-
|
|
65
|
+
| `html-markdown` | (0.005 USDC/call) HTML to Markdown API / webpage to Markdown / clean page text extractor. Converts raw HTML or a URL into Markdown while preserving headings, lists, tables, code blocks, links, and images. |
|
|
66
|
+
| `html-to-markdown` | (0.005 USDC/call) Convert HTML to Markdown. Strips nav, scripts, ads, and other boilerplate. Preserves headings, lists, tables, code blocks, links, and images. Accepts raw HTML or a URL — when given a URL the server fetches the page and runs the converter on the body. Returns clean Markdown plus title and char counts. Ideal for LLM context windows, RAG ingestion, and content archival. |
|
|
64
67
|
| `html-to-pdf` | (0.08 USDC/call) URL to PDF / HTML to PDF / webpage screenshot to PDF. CloudConvert capture-website. Configurable page size, orientation, margins, wait conditions. Renders JS. |
|
|
65
68
|
| `image-convert` | (0.01 USDC/call) Universal image format converter (PNG, JPG, WEBP, AVIF, GIF, BMP, TIFF, ICO, HEIC, HEIF, PSD, SVG). Optional resize + quality. CloudConvert engine. |
|
|
66
69
|
| `image-format-convert` | (0.01 USDC/call) Image converter. Convert any image between PNG, JPG, WEBP, AVIF, GIF, BMP, TIFF, ICO, HEIC, HEIF, PSD, and SVG. Optional resize and quality. CloudConvert engine. Same backend as image-convert under a more search-friendly slug. |
|
|
67
|
-
| `image-translate` | (0.02 USDC/call) Image translator
|
|
70
|
+
| `image-translate` | (0.02 USDC/call) Image translator. Translate text in any image — signs, menus, screenshots, photos of documents — by running vision-OCR plus Venice translation. Returns the detected source text plus the target-language translation. Optional preserve_layout mode keeps the original spatial arrangement. |
|
|
68
71
|
| `image-upscale` | (0.02 USDC/call) Image upscale / 2x upscaler / 4x upscaler / super-resolution / sharpen image / enlarge image without loss. Upscales an image 2x or 4x via Venice's image/upscale endpoint (default model: venice-sd35). Returns a permanent fal-hosted URL. |
|
|
69
|
-
| `
|
|
70
|
-
| `
|
|
72
|
+
| `image-watermark` | (0.02 USDC/call) Image watermark / add text or logo watermark to image files. Also supports PDFs and videos through the same CloudConvert-backed watermark handler. Configurable opacity, position, rotation, font, and margin. |
|
|
73
|
+
| `json-yaml` | (0.002 USDC/call) JSON to YAML and YAML to JSON converter / format transcoder / config-file translator / Helm values prepper / Kubernetes manifest converter / GitHub Actions workflow YAML helper / round-trip parser. Auto-detects input format from the first non-whitespace byte ('{'/'[' = JSON, otherwise YAML), parses, and re-serialises in the requested target format. Pretty-print and indent are configurable. |
|
|
74
|
+
| `logo-detect` | (0.03 USDC/call) Brand logo detection / brand recognition in images. Venice qwen3-5-9b vision LLM. Returns detected brands with confidence, location, evidence (wordmark/logomark/lockup/color_scheme), element_type, and supports hint_brands. |
|
|
71
75
|
| `merge-pdf` | (0.01 USDC/call) PDF merger / combine PDFs / concatenate PDF files / join multiple PDFs into one. 2-50 input PDFs from URLs to single PDF. Preserves bookmarks. CloudConvert engine. |
|
|
72
|
-
| `
|
|
76
|
+
| `movie-database` | (0.01 USDC/call) Movie database API / TV database API / film lookup / title metadata search / TMDB or Wikidata movie lookup / movie ratings and popularity when TMDB is configured / release year, poster, overview, language, and optional streaming provider summary. Finds movies or TV shows by title with optional year and region. Uses TMDB when TMDB_API_KEY is configured and falls back to no-key Wikidata metadata. |
|
|
77
|
+
| `movie-database-api` | (0.01 USDC/call) Movie database API / TV database API / TMDB metadata lookup. Searches movies and TV shows by title and optional year, returning release date, rating, popularity, overview, poster URLs, TMDB links, and optional provider summary. |
|
|
78
|
+
| `movie-info` | (0.01 USDC/call) Movie info API / film metadata lookup / TV metadata lookup. Same TMDB-backed response as movie-database with a compact search slug for agents looking up title, release year, rating, overview, poster, and optional streaming providers. |
|
|
79
|
+
| `mp4-to-mp3` | (0.10 USDC/call) MP4 to MP3 audio extractor. Any video format (mov, webm, mkv, avi, m4v, flv) to MP3 via CloudConvert. Selectable bitrate (96/128/192 kbps). 60-min / 500MB max. |
|
|
80
|
+
| `mp4-to-mp3-api` | (0.10 USDC/call) MP4 to MP3 API / video to MP3 converter / extract audio from video. Converts MP4, MOV, WEBM, MKV, AVI, M4V, or FLV URLs into hosted MP3 output with selectable 96, 128, or 192 kbps bitrate. CloudConvert backend, 60-min / 500MB max. |
|
|
81
|
+
| `mp4-to-mp3-converter` | (0.10 USDC/call) MP4 to MP3 converter API / extract audio from MP4 / video-to-MP3 conversion. Same CloudConvert-backed handler as mp4-to-mp3, listed for agents converting MP4, MOV, WEBM, MKV, AVI, M4V, or FLV URLs into hosted MP3 files with selectable bitrate. |
|
|
73
82
|
| `ocr` | (0.20 USDC/call) OCR / optical character recognition / scanned document extractor / image-PDF to text. Run OCR on scanned PDFs and image-based documents. Datalab Marker engine — preserves layout, tables, math. Returns clean Markdown or plain text. 30 pages max. |
|
|
74
|
-
| `office-to-pdf` | (0.05 USDC/call) Office to PDF converter — DOCX/DOC, XLSX/XLS, PPTX/PPT, ODT/ODS/ODP, RTF, TXT, CSV, EPUB, MD, HTML, Apple Pages/Numbers/Keynote
|
|
83
|
+
| `office-to-pdf` | (0.05 USDC/call) Office to PDF converter — DOCX/DOC, XLSX/XLS, PPTX/PPT, ODT/ODS/ODP, RTF, TXT, CSV, EPUB, MD, HTML, Apple Pages/Numbers/Keynote to PDF. CloudConvert engine. |
|
|
75
84
|
| `pdf-compress` | (0.005 USDC/call) PDF compressor / shrink PDF / PDF size reducer / smaller PDF for email. Three quality levels: ebook (lowest, web-quality), printer (medium), prepress (highest, archival). CloudConvert engine. |
|
|
76
85
|
| `pdf-extract-tables` | (0.10 USDC/call) PDF table extractor / table from PDF / scanned-table parsing / financial-table OCR / multi-page table consolidator / Datalab Marker tables. AI + OCR pipeline that finds every table in a PDF (digital or scanned) and returns row × column text matrices, page-by-page. Optional cell bounding boxes for downstream layout reconstruction. Optional page_range filter ('1-5', '3', '1,3,5'). Handles merged headers, multi-page financial statements, balance sheets, lab results, scanned reports. 30 pages max. Sibling of pdf-to-markdown using the same Datalab backend, but pre-parsed to tables only. |
|
|
77
|
-
| `pdf-merge` | (0.01 USDC/call) PDF merger / PDF combiner / PDF concatenator. 2-50 PDFs from URLs
|
|
86
|
+
| `pdf-merge` | (0.01 USDC/call) PDF merger / PDF combiner / PDF concatenator. 2-50 PDFs from URLs to single PDF. Preserves bookmarks. CloudConvert engine. |
|
|
87
|
+
| `pdf-parser-api` | (0.20 USDC/call) PDF parser API / PDF content extractor / scanned PDF OCR API. Parses a public PDF URL into Markdown, HTML, or JSON blocks with layout-aware text, headings, tables, and equations. Datalab Marker backend, 30 pages max. |
|
|
78
88
|
| `pdf-split` | (0.04 USDC/call) PDF splitter / PDF page extractor. Two modes: page ranges (['1-3','5','7-end']) or one PDF per source page. CloudConvert engine. |
|
|
89
|
+
| `pdf-table-extract` | (0.10 USDC/call) PDF table extract API / extract tables from PDF / PDF to CSV table parser. Same Datalab Marker-backed handler as pdf-extract-tables, listed for agents extracting row/column matrices, CSV output, page numbers, and optional cell boxes from digital or scanned PDFs. |
|
|
90
|
+
| `pdf-table-extractor` | (0.10 USDC/call) PDF table extractor / extract tables from PDF / scanned table OCR. Finds tables in digital or scanned PDFs and returns row-by-column matrices, page numbers, and optional cell bounding boxes. Datalab Marker backend, 30 pages max. |
|
|
91
|
+
| `pdf-text-extractor` | (0.20 USDC/call) PDF text extractor / PDF to text API / OCR PDF reader. Extracts clean Markdown, HTML, or structured JSON from digital or scanned PDFs while preserving reading order, tables, and equations. Datalab Marker backend, 30 pages max. |
|
|
79
92
|
| `pdf-to-jpg` | (0.10 USDC/call) PDF to JPG / PNG / WEBP image converter. Renders every page at configurable DPI (36-600). Returns one image URL per page. CloudConvert backend. |
|
|
80
|
-
| `pdf-to-markdown` | (0.20 USDC/call)
|
|
81
|
-
| `pdf-to-
|
|
93
|
+
| `pdf-to-markdown` | (0.20 USDC/call) PDF parser / PDF to Markdown / PDF to text / OCR PDF / extract tables from PDF / scanned-PDF OCR / PDF reader / PDF data extractor / equation-aware PDF parser / Datalab Marker. AI-powered, layout-aware extraction that preserves headings, tables, equations (LaTeX), bulleted lists, and multi-column flow. Outputs Markdown (default), HTML, or structured JSON with per-page blocks. Handles digital + scanned PDFs. 30 pages max. |
|
|
94
|
+
| `pdf-to-markdown-api` | (0.20 USDC/call) PDF to Markdown API / PDF parser API / PDF to text API / scanned PDF OCR API. Converts a public PDF URL into clean Markdown, HTML, or structured JSON while preserving headings, tables, equations, and reading order. Datalab Marker backend, 30 pages max. |
|
|
95
|
+
| `pdf-to-text` | (0.20 USDC/call) Extract text from PDF / PDF to plain text / pdftotext / pdf2txt / PDF text extractor / scanned PDF OCR / read PDF / parse PDF / PDF content extractor / Datalab Marker. AI + OCR pipeline that preserves reading order across multi-column layouts and recognizes scanned pages. Returns Markdown by default (clean text with structure) or HTML / JSON. 30 pages max. |
|
|
96
|
+
| `pdf-to-text-api` | (0.20 USDC/call) PDF to text API / PDF text extractor / OCR PDF reader. Same Datalab Marker-backed handler as pdf-to-text, listed for agents extracting Markdown, plain text, HTML, or JSON from digital and scanned PDFs with layout-aware reading order. |
|
|
82
97
|
| `pdf-watermark` | (0.02 USDC/call) PDF watermark / image watermark / video watermark — text or image overlay on PDFs, PNG/JPG/GIF, or MP4/MOV/WEBM. Configurable position, opacity, font, rotation, margin. CloudConvert engine. |
|
|
83
98
|
| `pdf2md` | (0.20 USDC/call) PDF to Markdown converter. AI PDF extractor. Datalab Marker — OCR + layout-aware. Best-in-class for tables, equations, multi-column. |
|
|
84
99
|
| `receipt-ocr` | (0.01 USDC/call) Receipt OCR. Reads any receipt photo and returns a structured JSON object with vendor, address, date, line items (qty / unit_price / total), subtotal, tax, tip, total, and payment method. Vision-LLM powered. Same backend as receipt-parser under a clearer slug for expense + accounting + reimbursement workflows. |
|
|
85
|
-
| `receipt-parser` | (0.01 USDC/call) Receipt
|
|
100
|
+
| `receipt-parser` | (0.01 USDC/call) Receipt parser. Extracts structured JSON from any receipt image — vendor, address, date, line items (qty / unit_price / total), subtotal, tax, tip, grand total, and payment method. Vision LLM powered. Useful for expense automation, accounting integrations, and travel-claim flows. |
|
|
86
101
|
| `speaker-diarize` | (0.10 USDC/call) Speaker diarization / who-said-what transcription. Whisper v3 + speaker labels. Returns utterances grouped by speaker, plus per-speaker stats (count, seconds, words). 60 min max. |
|
|
87
102
|
| `split-pdf` | (0.04 USDC/call) PDF splitter / PDF page extractor / split PDF by range / PDF to multiple files. Split a PDF by page ranges into multiple PDFs. CloudConvert engine. |
|
|
88
103
|
| `subtitles` | (0.08 USDC/call) SRT / VTT subtitle generator from video or audio. Whisper v3. Word-wrapped, ready for VLC / Premiere / FFmpeg. |
|
|
89
|
-
| `transcribe` | (0.10 USDC/call)
|
|
104
|
+
| `transcribe` | (0.10 USDC/call) Transcribe video to text. Whisper v3 large transcription for any video URL. Auto-detects 90+ languages. Translate-to-English mode. 60-min / 500MB max. |
|
|
90
105
|
| `upscale-image` | (0.10 USDC/call) AI image upscaler / super-resolution / image enlarger. ESRGAN. 1-8× scale factor. Best for photos and illustrations. fal.ai backend. |
|
|
106
|
+
| `url-to-markdown` | (0.005 USDC/call) URL to Markdown / webpage to Markdown converter / article cleanup API. Fetches a public URL, strips boilerplate, and returns clean Markdown plus title and character counts. |
|
|
91
107
|
| `video-summarize` | (0.10 USDC/call) Video summarizer / podcast summarizer / lecture notes generator. One call: Whisper v3 transcribes + Mistral summarizes. 5 styles: tldr, bullets, paragraph, executive, chapters. Returns summary + transcript. 60 min max. |
|
|
92
108
|
| `video-thumbnail` | (0.03 USDC/call) Video thumbnail / video frame extractor. First, middle, or last frame as JPG. fal.ai ffmpeg. Fast — no full transcode. |
|
|
93
|
-
| `video-to-audio` | (0.10 USDC/call) Video
|
|
94
|
-
| `video-to-
|
|
95
|
-
| `video-to-
|
|
109
|
+
| `video-to-audio` | (0.10 USDC/call) Video to audio extractor / video to audio converter. Extract MP3 audio track from any video URL (MP4, MOV, WEBM, MKV, AVI, M4V, FLV). Selectable bitrate (96/128/192 kbps). Useful for podcast extraction, audio archival, transcription pre-processing. 60-min / 500MB max. CloudConvert backend. |
|
|
110
|
+
| `video-to-mp3` | (0.10 USDC/call) Video to MP3 / extract MP3 audio from video URL. Converts MP4, MOV, WEBM, MKV, AVI, M4V, or FLV into an MP3 file for transcription, podcast clips, and media archival. CloudConvert backend, 60-min / 500MB max. |
|
|
111
|
+
| `video-to-subtitles` | (0.02 USDC/call) Generate subtitles from video / video subtitle generator / auto-subtitle / closed captions / video captions / SRT generator / VTT generator / video CC / accessibility captions. Whisper v3 powered. Word-wrapped, ready for VLC / Premiere / FFmpeg. Auto-detect language + translate-to-English. |
|
|
112
|
+
| `video-to-text` | (0.10 USDC/call) Video transcription / video to audio transcription / video to text / transcribe video / video speech-to-text / video ASR. Whisper v3 large transcription for any video URL — extracts audio internally. Auto-detects 90+ languages. Translate-to-English mode. 60-min / 500MB max. Speaker diarization optional. |
|
|
96
113
|
| `video-transcribe` | (0.10 USDC/call) Transcribe video / video transcription / video to audio transcription / video-to-text. Whisper v3 large transcription for any video URL. Auto-detects 90+ languages. Translate-to-English mode. 60-min / 500MB max. Speaker diarization optional. Same backend as video-to-text under a clearer slug. |
|
|
97
114
|
| `video-trim` | (0.02 USDC/call) Video trimmer / video cutter / video clip tool. Pass start + end OR start + duration. HH:MM:SS, MM:SS, or seconds. CloudConvert + x264 re-encode. |
|
|
98
115
|
| `watermark` | (0.02 USDC/call) PDF / image / video watermarking — text or image overlay. CloudConvert engine. Configurable position, opacity, font, rotation, margin. Works on PDFs, PNG/JPG/GIF, MP4/MOV/WEBM. |
|
|
99
116
|
| `watermark-pdf` | (0.02 USDC/call) Add watermark to PDF. Text or image overlay on PDFs, PNG / JPG / GIF, or MP4 / MOV / WEBM with configurable position, opacity, font, rotation, and margin. Same backend as watermark / pdf-watermark under a clearer search slug. CloudConvert engine. |
|
|
100
117
|
| `xlsx-to-csv` | (0.005 USDC/call) Excel to CSV / XLSX to CSV / Numbers to CSV / spreadsheet to CSV. Convert any sheet of an .xlsx, .xlsm, .xls, or .ods workbook to CSV. Sheet selection, encoding, quote style. CloudConvert. |
|
|
101
|
-
| `xml-to-word` | (0.05 USDC/call) XML
|
|
118
|
+
| `xml-to-word` | (0.05 USDC/call) XML to Microsoft Word (DOCX) converter via CloudConvert. Demand-intel: 43 unmet signals. |
|
|
102
119
|
| `youtube-transcript` | (0.01 USDC/call) YouTube transcript / closed-caption fetcher / video subtitles puller / auto-generated CC reader. Pulls YouTube auto-generated or manual captions for any video and returns the full text plus per-segment {start, duration, text}. Optional language pick. Backed by Supadata's transcript pipeline (server-side; no caller key required). If no transcript is available for the video, returns a 404 with a clear error. |
|
|
103
120
|
|
|
104
121
|
## How it works
|
|
105
122
|
|
|
106
|
-
1. Agent calls a tool (e.g. `
|
|
107
|
-
2. MCP server POSTs to `https://x402.agentutility.ai/
|
|
123
|
+
1. Agent calls a tool (e.g. `add-watermark`).
|
|
124
|
+
2. MCP server POSTs to `https://x402.agentutility.ai/add-watermark`.
|
|
108
125
|
3. The endpoint responds **HTTP 402** with payment instructions.
|
|
109
126
|
4. The MCP server signs an EIP-3009 USDC transfer authorization with `X402_PRIVATE_KEY` and retries.
|
|
110
127
|
5. CDP facilitator settles on Base.
|
|
@@ -120,4 +137,4 @@ The agent never sees the payment flow — it just gets the result.
|
|
|
120
137
|
|
|
121
138
|
---
|
|
122
139
|
|
|
123
|
-
**Version:** 0.1
|
|
140
|
+
**Version:** 0.11.1 · **License:** MIT
|