Skip to content

Commit 7fcb78c

Browse files
committed
docs: update README and MCP integration guide to replace demo video format with MP4 for better compatibility and user experience
1 parent 92b5d41 commit 7fcb78c

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ Stdio “just works” tip
6262
- Set `FAX_BACKEND` to `phaxio` (cloud) or `sip` (self-hosted).
6363
- Use `X-API-Key` for auth; secure behind a reverse proxy for rate limiting.
6464

65-
**Demo**
66-
<video src="assets/faxbot_demo.mov" width="100%" autoplay loop muted playsinline controls>
67-
<a href="assets/faxbot_demo.mov">Download the demo video</a>
68-
(Your browser does not support embedded videos.)
69-
</video>
65+
Demo
66+
<video src="assets/faxbot_demo.mp4" width="100%" autoplay loop muted playsinline controls>
67+
<a href="assets/faxbot_demo.mp4">Watch the demo video</a>
68+
(Your browser or GitHub may not inline-play videos; use the link.)
69+
</video>

assets/faxbot_demo.mp4

1.18 MB
Binary file not shown.

docs/MCP_INTEGRATION.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# MCP_INTEGRATION.md
22

3+
Demo
4+
<video src="../assets/faxbot_demo.mp4" width="100%" autoplay loop muted playsinline controls>
5+
<a href="../assets/faxbot_demo.mp4">Watch the demo video</a>
6+
(Your browser or GitHub may not inline-play videos; use the link.)
7+
</video>
8+
39
Quick Start (Claude/Cursor)
410
- Add Faxbot MCP to your assistant config (stdio). Then call send_fax with a local filePath.
511

0 commit comments

Comments
 (0)