v0.4.0 — Profile sync + Termux + 5 proxy options
🎉 Profile sync workflow — no more pasting cookies every few days
linkedin-mcp-pro v0.4.0 introduces 3 authentication modes:
| Mode | Setup | Cookie lifetime | For |
|---|---|---|---|
| A. Profile sync ⭐ | 5 min, one-time | 6-12 months | Most users (laptop + server) |
B. linkedin-mcp login |
2 min | 6-12 months | Local machines |
C. LI_AT cookie |
1 min, recurring | 1-7 days | Headless / CI / emergency |
New scripts
- `scripts/bootstrap_session.sh` — copy laptop Chrome profile to server
- `scripts/use_profile_session.py` — post using the synced profile
- `scripts/termux_setup.sh` — Android phone as SOCKS proxy host
New docs
- `docs/PROXY_SETUP.md` — 5 proxy options (SSH, cloudflared, Termux, residential, WireGuard)
- `docs/TERMUX_SETUP.md` — full Termux guide
Get started
```bash
On your laptop (one time)
git clone https://github.com/horizonbymuneeb/linkedin-mcp-pro
./scripts/bootstrap_session.sh
On your server (from now on, automatic)
pip install -e . && linkedin-mcp-pro
```
Full release notes: see CHANGELOG.md