Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ Runtime server logs are emitted by FastMCP/Uvicorn.

## 🐍 Local Setup (Develop & Contribute)

Contributions are welcome! Please [open an issue](https://github.com/stickerdaniel/linkedin-mcp-server/issues) first to discuss the feature or bug fix before submitting a PR. This helps align on the approach before any code is written.

**Prerequisites:** [Git](https://git-scm.com/downloads) and [uv](https://docs.astral.sh/uv/) installed

### Installation
Expand Down Expand Up @@ -462,7 +464,6 @@ uv run -m linkedin_mcp_server --transport streamable-http --host 127.0.0.1 --por

</details>

Feel free to open an [issue](https://github.com/stickerdaniel/linkedin-mcp-server/issues) or [PR](https://github.com/stickerdaniel/linkedin-mcp-server/pulls)!

<br/>
<br/>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "linkedin-scraper-mcp"
version = "4.0.0"
version = "4.1.0"
Copy link

Copilot AI Feb 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version has been updated to 4.1.0 in pyproject.toml and uv.lock, but other files in the repository still reference version 4.0.0 and need to be updated:

  1. manifest.json - Contains 3 references to version 4.0.0 (line 5 for the version field, and lines 7 and 29 for Docker image references)
  2. docker-compose.yml - References the Docker image tag 4.0.0 (line 3)

These files should be updated to maintain version consistency across the codebase.

Copilot uses AI. Check for mistakes.
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."
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.