v4.18.0
For an installation guide, refer to the README.
π¦ Update MCP Bundle Installation
For Claude Desktop users:
β Download linkedin-mcp-server-v4.18.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.18.0What's Changed
π Other Changes
- feat(import): match imported session to source browser user agent by @stickerdaniel in #562
- docs: link send_message status issue by @stickerdaniel in #570
- fix(browser): serialize concurrent browser singleton creation by @stickerdaniel in #575
- docs(readme): sync tool status issues by @stickerdaniel in #584
- feat(job): add get_saved_jobs tool by @alfonzeta in #523
- ci(attribution): catch more coding-agent identities by @stickerdaniel in #592
- chore: Bump version to 4.18.0 by @stickerdaniel in #593
New Contributors
- @alfonzeta made their first contribution in #523
Full Changelog: v4.17.0...v4.18.0