docs: cool README hero + document session sharing & Remote MCP#294
Conversation
- README: centered logo/tagline/badges hero + a Fast/Share/MCP/Embed pillars table; add Session Sharing, Remote Control, AI/MCP, Embeddable to Features; new "Session Sharing" section; a Remote MCP note in the MCP section; link the new sharing guide. - docs/session-sharing.md (new): full guide — scopes, view/control + approval, LAN/Tailscale/Cloudflare reach (pre-warm/keep-warm), the mobile web viewer, the native remote client, Remote MCP, the end-to-end encryption design, a settings reference, and troubleshooting. - docs/mcp-server.md: "Remote MCP (over a shared session)" subsection. - wiki: new Session-Sharing page, a "Sharing & AI" sidebar group, links from Home + Features, and a Remote-MCP note on the MCP page. Generated with [Claude Code](https://claude.com/claude-code)
Review — docs: README hero + Session Sharing & Remote MCPDocs-only PR (+391/−3 across README, ✅ Verified against sourceSession-sharing settings (
MCP ( E2E encryption (
Trusted-host list ( Approval scope — the README — all four pillar anchors resolve ( Minor / optional notes (non-blocking)
Code quality / bugs / performance / security / testsN/A — no source changes. Markdown is well-structured (ToC, tables, anchored cross-links), the writing is clear, and the security section accurately describes a genuinely sound E2E design. Verdict: LGTM. Accurate, well-organized, and surfaces two genuinely under-documented features. Nice work. |
Refreshes the README intro and documents the two flagship features that were under-surfaced: session sharing (entirely absent before) and Remote MCP.
README
# BossTerm+ tagline ("A blazing-fast terminal you can embed, share to any device, and hand to your AI") + centered badges, followed by a pillars table — ⚡ Fast · 📱 Share · 🤖 MCP for AI · 🧩 Embeddable.## Session Sharingsection: scopes, view vs control + approval, reach (LAN / Tailscale / default Cloudflare tunnel), mobile web viewer, native remote client, end-to-end encryption — links to the full guide.docs/
docs/session-sharing.md(new): comprehensive guide — scopes, view/control + approval (sessionSharingApprovalScope), reach modes with pre-warm/keep-warm, the touch-tuned viewer, the native "Add remote" client, Remote MCP, the E2E design (#kfragment secret never sent to the relay, per-connection AES-256-GCM, verification code, view/control tokens, trusted hosts), a full settings table, and troubleshooting.docs/mcp-server.md: "Remote MCP (over a shared session)" subsection.wiki/ (mirror)
Session-Sharingpage; a "Sharing & AI" sidebar group (Session Sharing + MCP); links from Home + Features; a Remote-MCP note on the MCP page.Accuracy
All values verified against source: sharing defaults (
sessionSharingEnabled=false, port7677,bind=lan,cloudflaremode,funnelapproval); MCP (127.0.0.1, port7676/SSE,mcpEnabled=false, the read/write/manage_toolstool set); and the E2E scheme. Docs-only — no code changes. Pillar anchors, cross-links, the centered-HTML hero, and wiki backlinks were all link-checked.Generated with Claude Code