Skip to content

Commit d0c2145

Browse files
Merge pull request #259 from stickerdaniel/03-22-chore_bump_version_to_4.5.3
chore: bump version to 4.5.3
2 parents a902325 + bb35135 commit d0c2145

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
linkedin-mcp:
3-
image: stickerdaniel/linkedin-mcp-server:4.5.2
3+
image: stickerdaniel/linkedin-mcp-server:4.5.3
44
volumes:
55
- ~/.linkedin-mcp:/home/pwuser/.linkedin-mcp
66
environment:

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.4",
33
"name": "linkedin-mcp-server",
44
"display_name": "LinkedIn MCP Server",
5-
"version": "4.5.2",
5+
"version": "4.5.3",
66
"description": "Connect Claude to LinkedIn for profiles, companies, job details, and people search",
77
"long_description": "# LinkedIn MCP Server\n\nConnect Claude to your LinkedIn account with an MCP Bundle (MCPB, formerly DXT). The bundle starts quickly, downloads the Patchright Chromium browser in the background when needed, and opens LinkedIn login on the first auth-requiring tool call.\n\n## First-time managed runtime flow\n\n1. Install the `.mcpb` bundle in Claude Desktop.\n2. Start Claude Desktop; the MCP server starts and begins preparing the Patchright Chromium browser cache under `~/.linkedin-mcp/patchright-browsers`.\n3. If you call a tool before setup finishes, the tool returns a setup-in-progress error.\n4. On the first tool call that needs authentication, a browser window opens so you can sign into LinkedIn.\n5. Retry the tool after login completes.\n\nDocker remains available as a separate runtime path, but it still requires host-side `--login`.",
88
"author": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "linkedin-scraper-mcp"
3-
version = "4.5.2"
3+
version = "4.5.3"
44
description = "MCP server for LinkedIn profile, company, and job scraping with Claude AI integration. Supports direct profile/company/job URL scraping with secure credential storage."
55
readme = "README.md"
66
requires-python = ">=3.12,<3.14"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)