v4.20.0
For an installation guide, refer to the README.
π¦ Update MCP Bundle Installation
For Claude Desktop users:
β Download linkedin-mcp-server-v4.20.0.mcpb
Then click the downloaded file to install in Claude Desktop.
Note: MCP Bundles do not auto-update. You need to download and install the latest
.mcpbfile for each new release.
π³ Update Docker Installation
For users with Docker-based MCP client configurations:
docker pull stickerdaniel/linkedin-mcp-server:latestThe latest tag will always point to the most recent release.
To pull this specific version, run:
docker pull stickerdaniel/linkedin-mcp-server:4.20.0What's Changed
π Features
- feat(config): Route browser traffic through a proxy by @stickerdaniel in #605
- feat(security): Store local secrets owner-only on every platform by @stickerdaniel in #611
- feat(daemon): Decide which process owns the browser by @stickerdaniel in #617
π Bug Fixes
- fix(auth): retire the browser profile on a new session by @stickerdaniel in #596
- fix(auth): coordinate the browser profile across processes by @stickerdaniel in #598
- fix(http): reject cross-origin requests to the MCP endpoint by @stickerdaniel in #602
Full Changelog: v4.19.0...v4.20.0