Skip to content

Commit d2e668c

Browse files
committed
chore: Bump version to 4.8.2
1 parent 4a76fbc commit d2e668c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ After the workflow completes, file a PR in the MCP registry to update the versio
8080
Always read [`CONTRIBUTING.md`](CONTRIBUTING.md) before filing an issue or working on this repository.
8181

8282
- Include the model used for code generation in PR descriptions (e.g. "Generated with Claude Opus 4.6")
83-
- Include a short prompt from the user messages that reproduces the PR diff. This tells the maintainer what was intended, which is often more useful than reviewing the full diff.
83+
- Write a short synthetic prompt that would reproduce the PR diff if given to a fresh Claude Code session. Don't copy the user's first message — distill the conversation into a single instruction that captures the full scope of changes. This tells the maintainer what was intended, which is often more useful than reviewing the full diff.
8484
- When implementing a new feature/fix:
8585
1. Check open issues. If no issue exists, create one following the templates in `.github/ISSUE_TEMPLATE/`. Fill in every section; delete optional sections if not applicable.
8686
2. Branch from `main`: `feature/issue-number-short-description`

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.8.1"
3+
version = "4.8.2"
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)