-
Notifications
You must be signed in to change notification settings - Fork 284
Feat/saved jobs fix and progress v2 #338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
IfThingsThenStuff
wants to merge
511
commits into
stickerdaniel:main
Choose a base branch
from
IfThingsThenStuff:feat/saved-jobs-fix-and-progress-v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
511 commits
Select commit
Hold shift + click to select a range
f754bf0
Merge pull request #61 from stickerdaniel/renovate/oven-sh-setup-bun-2.x
stickerdaniel 82362f8
Merge pull request #58 from stickerdaniel/renovate/actions-checkout-6.x
stickerdaniel c4ed5fe
Merge pull request #57 from stickerdaniel/renovate/python-3.x
stickerdaniel de07c95
fix(ci): downgrade Python from 3.14 to 3.13
stickerdaniel dc17552
fix(ci): downgrade Python from 3.14 to 3.13 (#63)
stickerdaniel 9ca1823
feat: Add MCP tool annotations for improved LLM integration
web-flow 55ca244
feat: Add MCP tool annotations for improved LLM integration (#65)
stickerdaniel e0460c8
fix(vscode): correct entry point in VS Code tasks
stickerdaniel 579aa7d
fix(vscode): correct entry point in VS Code tasks (#66)
stickerdaniel b942d15
fix(vscode): use --log-level DEBUG instead of --debug
stickerdaniel 2285eb0
fix(vscode): use --log-level DEBUG instead of --debug (#67)
stickerdaniel f2b67c2
fix(deps): upgrade fastmcp to fix 307 redirect issue
stickerdaniel 9710b52
fix(deps): upgrade fastmcp to fix 307 redirect issue (#68)
stickerdaniel 625cef5
fix(logging): filter noisy fastmcp debug logs
stickerdaniel f3c488d
fix(logging): filter noisy fastmcp debug logs (#69)
stickerdaniel 1e55480
docs: update tool status table for January 2026
stickerdaniel b4ae537
docs: update tool status table for January 2026 (#72)
stickerdaniel 4dc2cbd
fix(docs): Refactor notes and tips formatting in README
stickerdaniel 0212ee2
Merge pull request #73 from stickerdaniel/fix/readme-tips-formatting
stickerdaniel fcb61e2
chore(release): bump version to 1.4.1
stickerdaniel ef90ae1
chore(release): bump version to 1.4.1 (#74)
stickerdaniel 22066f5
chore(dxt): update manifest.json version to v1.4.1 [skip ci]
github-actions[bot] 67b1c16
chore(renovate): enhance config with grouping and automerge
stickerdaniel ad3be3f
chore(renovate): enhance config with grouping and automerge (#75)
stickerdaniel 9ee0c0a
docs(references): add linkedin_scraper as a submodule for exploration
stickerdaniel 4c7c97f
chore(dependencies): update linkedin-scraper to version 3.0.1 and add…
stickerdaniel b023081
refactor(scraper): migrate to Playwright for browser automation and e…
stickerdaniel 6b3c31c
refactor(tools): remove dead retry code and add FastMCP progress repo…
stickerdaniel 5fbb622
refactor(Dockerfile): optimize dependency sync with caching and enhan…
stickerdaniel 8839f5d
refactor(docker-compose, README, setup.py, job.py): enhance session m…
stickerdaniel 845a07a
style: use PEP 604 union syntax for type hints
stickerdaniel 6c319a3
refactor(authentication, callbacks, browser, error_handler, cli_main,…
stickerdaniel 5ecca33
refactor(callbacks): remove logging and error handling from MCPContex…
stickerdaniel e86cb7c
fix(vscode): update task configurations for MCP server
stickerdaniel 9c6898d
fix(error_handler, browser): improve authentication error messages
stickerdaniel b45c828
feat(env): add .env.example file and integrate python-dotenv for envi…
stickerdaniel 9daaedd
feat/migrate-to-v3 (#80)
stickerdaniel b97411a
chore: update version to 2.0.0 and enhance README formatting
stickerdaniel 79b678b
chore(dxt): update manifest.json version to v2.0.0 [skip ci]
github-actions[bot] e162530
fix(docker): create uv cache dir before cache mount
stickerdaniel 63ee8f4
chore: bump version to 2.0.1 in pyproject.toml to trigger auto releas…
stickerdaniel e0696ef
chore(dxt): update manifest.json version to v2.0.1 [skip ci]
github-actions[bot] 993c618
fix(docker): remove cache mount causing CI permission errors
stickerdaniel d16322c
chore(dxt): update manifest.json version to v2.0.2 [skip ci]
github-actions[bot] b398e00
docs(installation): uvx is the first and recommended installation me…
stickerdaniel c98cbed
docs(README): shorter features sectino
stickerdaniel 0fd12ae
docs(README): Add Playwright installation to README prerequisites
stickerdaniel edadcf1
fix(browser): validate session requires navigating to LinkedIn feed f…
stickerdaniel 5696de0
docs(README): streamline command examples and remove star section
stickerdaniel a210849
feat(config): add configurable browser timeout
stickerdaniel ffebbe3
feat(config): enhance timeout validation and refactor browser setting…
stickerdaniel 1b81ea9
docs(README): remove star history section from README
stickerdaniel a94fe37
Merge pull request #82 from stickerdaniel/feat/default-timeout-config…
stickerdaniel 3c47f02
chore: bump version to 2.1.0
stickerdaniel 0336687
chore(dxt): update manifest.json version to v2.1.0 [skip ci]
github-actions[bot] ed32fa0
fix(manifest): remove stale get_recommended_jobs tool reference
stickerdaniel da9cd11
fix(browser): pass config options to BrowserManager
stickerdaniel d38a5ba
fix(manifest): remove stale get_recommended_jobs tool reference (#84)
stickerdaniel 0bb3148
fix(dxt): use ${HOME} instead of tilde in Docker volume mount
stickerdaniel d442832
Update browser.py
stickerdaniel 36e2ba3
fix(dxt): use ${HOME} instead of tilde in Docker volume mount (#88)
stickerdaniel f6fa2b4
fix(browser): pass config options to BrowserManager (#86)
stickerdaniel 70fb1c7
docs(readme): reorder badges to match section order
stickerdaniel 35b1327
docs(readme): reorder badges to match section order (#89)
stickerdaniel e42fb58
chore: bump version to 2.1.1
stickerdaniel f638375
chore(dxt): update manifest.json version to v2.1.1 [skip ci]
github-actions[bot] 54f3cbf
fix(dxt): update manifest descriptions and remove invalid compatibili…
stickerdaniel 2a7bc42
fix(dxt): update manifest descriptions and remove invalid compatibili…
stickerdaniel ee39269
ci(docker): auto-update Docker Hub description on release
stickerdaniel 5d565b9
ci(docker): auto-update Docker Hub description on release (#91)
stickerdaniel 40b8ef4
docs(readme): update documentation for consistency and accuracy
stickerdaniel e7ef87a
docs(readme): update documentation for consistency and accuracy (#92)
stickerdaniel 4350e34
chore: bump version to 2.1.2
stickerdaniel c23112d
chore: bump version to 2.1.2 (#93)
stickerdaniel e0d9621
chore(dxt): update manifest.json version to v2.1.2 [skip ci]
github-actions[bot] 063fa72
docs(README): mention Docker should be running, not just installed
stickerdaniel 9ba87be
chore(deps): pin dependencies
renovate[bot] 3606dec
Merge pull request #76 from stickerdaniel/renovate/pin-dependencies
stickerdaniel c8819ce
chore(deps): update oven-sh/setup-bun digest to db6bcf6
renovate[bot] c25ff4b
docs(README): add incognito cookie retrieval instructions for LinkedIn
stickerdaniel 41eca80
Merge pull request #96 from stickerdaniel/renovate/oven-sh-setup-bun-…
stickerdaniel 5475c26
chore(deps): update oven-sh/setup-bun digest to 3d26778
renovate[bot] b5fa7eb
chore(deps): update anthropics/claude-code-action digest to a017b83
renovate[bot] b48ee95
Merge pull request #97 from stickerdaniel/renovate/oven-sh-setup-bun-…
stickerdaniel cc90793
Merge pull request #98 from stickerdaniel/renovate/anthropics-claude-…
stickerdaniel 77e159f
refactor(config): centralize validation in schema classes
stickerdaniel 324b217
refactor(config): centralize validation in schema classes (#99)
stickerdaniel de8d7a5
perf(docker): reduce image size by using slim base and Chromium-only
stickerdaniel 7ab6bf9
perf(docker): reduce image size by using slim base and Chromium-only …
stickerdaniel 129abf0
chore(deps): pin dependencies
renovate[bot] 8a31fad
docs(agents): llm documentation and multi agent code review flow
stickerdaniel ea78f26
docs(agents): llm documentation and multi agent code review flow (#102)
stickerdaniel 8760c63
chore(release): bump version to 2.2.0
stickerdaniel e51cea9
chore(dxt): update manifest.json version to v2.2.0 [skip ci]
github-actions[bot] 12785f6
docs: update env vars documentation and add version fallback
stickerdaniel 55efe88
docs: update env vars documentation and add version fallback (#103)
stickerdaniel 31d9bc0
chore(deps): update stickerdaniel/linkedin-mcp-server:latest docker d…
renovate[bot] 37c5f56
chore(deps): pin dependencies (#101)
stickerdaniel 893d297
chore(deps): update python docker tag to v3.14
renovate[bot] 408603b
chore(deps): update stickerdaniel/linkedin-mcp-server:latest docker d…
stickerdaniel 8756603
docs: update .env.example to clarify transport mode options
stickerdaniel c59d63d
chore(release): bump version to 2.2.1
stickerdaniel 58376ca
chore(dxt): update manifest.json version to v2.2.1 [skip ci]
github-actions[bot] 4a117bb
chore(deps): update stickerdaniel/linkedin-mcp-server:latest docker d…
renovate[bot] 6283ddc
docs(btca): add btca for better dependency documentation access
stickerdaniel 9e5d2b5
docs(btca): add btca for better dependency documentation access (#106)
stickerdaniel 7be81ab
chore(docs): Cleanup old submodule setup.
stickerdaniel 9eafeec
chore(docs): Cleanup old submodule setup. (#107)
stickerdaniel 06d9575
feat(scraper): upgrade to linkedin-scraper 3.1.0
stickerdaniel 9e147f7
feat(scraper): upgrade to linkedin-scraper 3.1.0 (#108)
stickerdaniel 5cfa259
fix small issues
stickerdaniel 06be4e0
fix small issues (#109)
stickerdaniel 4d33973
Merge pull request #105 from stickerdaniel/renovate/stickerdaniel-lin…
stickerdaniel 8daa715
chore: bump version to 2.3.0 for linkedin-mcp-server
stickerdaniel 77d1773
chore(dxt): update manifest.json version to v2.3.0 [skip ci]
github-actions[bot] 24a525e
fix(dxt): add pre-pull instructions to avoid docker pull timeout
stickerdaniel 6b12533
fix(dxt): add pre-pull instructions to avoid docker pull timeout (#113)
stickerdaniel 9e8074a
chore(deps): update anthropics/claude-code-action digest to f642197
renovate[bot] dbd5f5c
refactor: pin docker-compose.yml to version tag instead of digest
stickerdaniel 6609c05
refactor: pin docker-compose.yml to version tag instead of digest (#116)
stickerdaniel 4f10463
feat: add --chrome-path flag for custom browser executable
stickerdaniel 0fa9068
feat: add --chrome-path flag for custom browser executable Add --chro…
stickerdaniel aed1cce
chore: update agent model configs
stickerdaniel aedb4f6
chore: update agent model configs (#120)
stickerdaniel 20a4ec2
chore: disable renovate for self-referential docker image
stickerdaniel 35ae625
chore: disable renovate for self-referential docker image (#121)
stickerdaniel 725fb67
Merge pull request #112 from stickerdaniel/renovate/anthropics-claude…
stickerdaniel c301fca
chore(deps): update lockfile for Python 3.14 compatibility
stickerdaniel 492c1f3
fix: resolve type errors for ty 0.0.13 compatibility
stickerdaniel 048292f
Merge pull request #77 from stickerdaniel/renovate/all-minor-patch
stickerdaniel f8bf528
test: add minimal testing suite with CI integration
stickerdaniel 29bb73f
test: add minimal testing suite with CI integration (#122)
stickerdaniel 381092b
chore(deps): update ghcr.io/astral-sh/uv:latest docker digest to 143b40f
renovate[bot] f48d360
chore(deps): update anthropics/claude-code-action digest to 231bd75
renovate[bot] d0e2777
Merge pull request #124 from stickerdaniel/renovate/anthropics-claude…
stickerdaniel 103353c
Merge pull request #123 from stickerdaniel/renovate/ghcr.io-astral-sh…
stickerdaniel 8e29eba
fix(deps): update linkedin-scraper to 3.1.1 to fix --get-session hang
stickerdaniel 90d5549
fix(deps): update linkedin-scraper to 3.1.1 to fix --get-session hang…
stickerdaniel 7182ca9
chore(release): bump version to 2.3.1
stickerdaniel 1a875e2
chore(release): bump version to 2.3.1 (#126)
stickerdaniel 94d14ee
chore: update manifest.json and docker-compose.yml to v2.3.1 [skip ci]
github-actions[bot] dda0d3e
fix(docker): remove non-existent /opt/python from chmod
stickerdaniel 5174359
fix(docker): remove non-existent /opt/python from chmod (#127)
stickerdaniel a184788
chore: update manifest.json and docker-compose.yml to v2.3.2 [skip ci]
github-actions[bot] 7188157
chore(renovate): reduce PR noise with aggressive grouping
stickerdaniel 7d02c83
feat(ci): add automated PyPI publishing with Trusted Publishing
stickerdaniel 2aa09b2
feat(ci): add automated PyPI publishing with Trusted Publishing (#133)
stickerdaniel 1980ac0
chore: bump version to 2.3.3
stickerdaniel cce68f1
chore: update manifest.json and docker-compose.yml to v2.3.3 [skip ci]
github-actions[bot] d707115
fix: regenerate uv.lock for new package name
stickerdaniel f2f58dc
chore: bump version to 2.3.4
stickerdaniel caca786
chore: update manifest.json and docker-compose.yml to v2.3.4 [skip ci]
github-actions[bot] 67fe1cf
fix: add linkedin-scraper-mcp CLI alias for cleaner uvx usage
stickerdaniel 59de989
chore: bump version to 2.3.5
stickerdaniel a3daff5
chore: update manifest.json and docker-compose.yml to v2.3.5 [skip ci]
github-actions[bot] 7ae5b94
chore(deps): update ci dependencies
renovate[bot] 78c5d17
Merge pull request #134 from stickerdaniel/renovate/ci-dependencies
stickerdaniel 96b932d
chore(deps): update ci dependencies
renovate[bot] 6a00243
Merge pull request #138 from stickerdaniel/renovate/ci-dependencies
stickerdaniel d5de8ef
fix(deps): use linkedin_scraper fork with rate limit fix
stickerdaniel 6b6315e
fix(deps): use linkedin_scraper fork with rate limit fix (#139)
stickerdaniel 3a29591
chore: update manifest.json and docker-compose.yml to v2.3.6 [skip ci]
github-actions[bot] f1331c7
fix(docker): install git for git-based dependency resolution
stickerdaniel c1bfaf4
fix(docker): install git for git-based dependency resolution (#140)
stickerdaniel d9decd0
chore: bump version to 2.3.7
stickerdaniel 76ea004
chore: bump version to 2.3.7 (#141)
stickerdaniel 4a8c1ee
chore: update manifest.json and docker-compose.yml to v2.3.7 [skip ci]
github-actions[bot] 6337d88
feat!: Switch to patchright with persistent browser context
stickerdaniel 48d9547
polish the implementation
stickerdaniel 5fc21cb
feat!: Switch to patchright with persistent browser context (#143)
stickerdaniel 03f0e44
chore: bump version to 3.0.0
stickerdaniel fd0f524
chore: bump version to 3.0.0 (#144)
stickerdaniel e6a5540
chore: update manifest.json and docker-compose.yml to v3.0.0 [skip ci]
github-actions[bot] 994f983
fix(deps): use person scraper fix
stickerdaniel 57adbfa
fix(deps): use person scraper fix (#145)
stickerdaniel 8f9cf97
chore: bump version to 3.0.1
stickerdaniel e47da7c
chore: bump version to 3.0.1 (#146)
stickerdaniel 030c1bb
chore: update manifest.json and docker-compose.yml to v3.0.1 [skip ci]
github-actions[bot] e3ffbe9
fix(deps)!: switch to linkedin-scraper-patchright from PyPI
stickerdaniel c6f1677
fix(deps)!: switch to linkedin-scraper-patchright from PyPI (#148)
stickerdaniel 0122904
chore: update manifest.json and docker-compose.yml to v3.0.2 [skip ci]
github-actions[bot] 0b7eb46
feat: add cookie bridge for cross-platform Docker portability
stickerdaniel 595e4a5
chore: bump version to 3.0.3
stickerdaniel 3854933
chore: bump linkedin-scraper-patchright to 3.1.3
stickerdaniel ab37a36
feat: add cookie bridge for cross-platform Docker portability (#149)
stickerdaniel 05efe7a
chore: update manifest.json and docker-compose.yml to v3.0.3 [skip ci]
github-actions[bot] 16c5795
fix(docker): copy profile to temp dir for cross-platform cookie bridge
stickerdaniel 76a3650
fix(docker): copy profile to temp dir for cross-platform cookie bridg…
stickerdaniel 8598ab6
chore: bump version to 3.0.4
stickerdaniel 5b42e1c
chore: bump version to 3.0.4 (#151)
stickerdaniel 3e4f59f
chore: update manifest.json and docker-compose.yml to v3.0.4 [skip ci]
github-actions[bot] 8480a89
docs(README): Update status of get_company_profile to 'Issues'
stickerdaniel 91c71c8
docs(README): Revise breaking change notice in README
stickerdaniel e9c3032
chore(deps): lock file maintenance
renovate[bot] 8f3b70d
feat(scraper): refactored scraping tools to use innerText extraction …
stickerdaniel 0f156ba
refactor(cli): update command from --get-session to --login across do…
stickerdaniel 02004a6
feat(scraper): enhance LinkedIn scraping functionality and error hand…
stickerdaniel bd8d455
feat(scraper): enhance section parsing and error reporting in LinkedI…
stickerdaniel e17334b
chore(deps): update ci dependencies
renovate[bot] f950882
feat(scraper): improve overlay extraction and retry logic in LinkedIn…
stickerdaniel b3b9bb8
02-16-feat_scraper_refactored_scraping_tools_to_use_innertext_extract…
stickerdaniel e307176
chore: update manifest.json and docker-compose.yml to v4.0.0 [skip ci]
github-actions[bot] 47a7d1a
Fix Anthropic LinkedIn link in README
stickerdaniel 2778096
Merge pull request #153 from stickerdaniel/renovate/ci-dependencies
stickerdaniel 8c5e8b4
Merge pull request #154 from stickerdaniel/renovate/lock-file-mainten…
stickerdaniel 1317f29
docs(README): Revise client configuration and add transport modes
stickerdaniel 5b17c95
docs(README): Clarify uvx setup instructions and Docker profile mounting
stickerdaniel 0687d1f
fix(cli): polish stdio startup flow
stickerdaniel 06981e7
Apply suggestions from code review
stickerdaniel 18c1a12
docs(README): Remove redundant note on default transport for MCP clie…
stickerdaniel 5dc8909
fix(cli): polish stdio startup flow (#156)
stickerdaniel 794d44c
feat(tools): add search_people tool
ConnorMoss02 a76b271
style: fix ruff formatting in test_tools
ConnorMoss02 1e75f36
docs(README/Docker): add 'search_people' feature to README and Docker…
stickerdaniel 9749577
Merge pull request #157 from ConnorMoss02/feat/search-people
stickerdaniel 178b69c
chore: bump version to 4.1.0
stickerdaniel fc08682
docs(README): update contributing guidelines to encourage issue discu…
stickerdaniel a35072a
docs(README): consolidate contributing guidelines and remove redundan…
stickerdaniel 56c7a46
chore: bump version to 4.1.0 (#158)
stickerdaniel 7fc7564
ci(release): bypass branch protection for bot push
stickerdaniel e3a9a0d
ci(release): require PRs and enforce admins on main
stickerdaniel 29666df
Merge branch 'main' into 02-20-chore_bump_version_to_4.1.0
stickerdaniel 0c3a616
Merge pull request #159 from stickerdaniel/02-20-chore_bump_version_t…
stickerdaniel a04be8e
chore: bump version to 4.1.1
stickerdaniel 907502a
Merge pull request #161 from stickerdaniel/02-20-chore_bump_version_t…
stickerdaniel e472680
fix(release): avoid YAML heredoc issue in restore step
stickerdaniel 0efde8b
fix(release): avoid YAML heredoc issue in restore step (#162)
stickerdaniel 3294888
fix(release): use PAT for branch protection API calls
stickerdaniel 7f7e5c6
fix(release): use PAT for branch protection API calls (#163)
stickerdaniel 3ec7a5b
chore: update manifest.json and docker-compose.yml to v4.1.2 [skip ci]
github-actions[bot] 5e13063
feat(saved-jobs): fix pagination, embed job IDs, and add progress rep…
IfThingsThenStuff e7217f0
fix(saved-jobs): use actual page count for progress reporting
IfThingsThenStuff 63f455f
fix(saved-jobs): cap total_pages, add nav delay, use Set for O(1) loo…
IfThingsThenStuff 5e68717
docs(saved-jobs): add docs, expose max_pages, use Set in JS dedup
IfThingsThenStuff 29b3288
Merge branch 'main' into feat/saved-jobs-fix-and-progress
IfThingsThenStuff 62797de
feat(saved-jobs): fix pagination, embed job IDs, and add progress rep…
IfThingsThenStuff dabea7f
fix(saved-jobs): use actual page count for progress reporting
IfThingsThenStuff e74d145
fix(saved-jobs): cap total_pages, add nav delay, use Set for O(1) loo…
IfThingsThenStuff a8750de
docs(saved-jobs): add docs, expose max_pages, use Set in JS dedup
IfThingsThenStuff 1235625
fix(saved-jobs): remove stale scraper override
IfThingsThenStuff 12a8332
Make tests involving file paths pass on windows
IfThingsThenStuff fdf12c5
fix(tests): clean saved jobs tests
IfThingsThenStuff 607ba41
Merge remote-tracking branch 'upstream/main'
IfThingsThenStuff fbbc714
Merge branch 'main' into feat/saved-jobs-fix-and-progress-v2
IfThingsThenStuff 6af8d56
Test fixes
IfThingsThenStuff 1ccb9f9
fix(saved-jobs): address PR review feedback
IfThingsThenStuff ed3ae1e
Merge remote-tracking branch 'upstream/main' into feat/saved-jobs-fix…
IfThingsThenStuff 814ef0d
merge: update branch from main
IfThingsThenStuff e01d256
Merge branch 'main' into feat/saved-jobs-fix-and-progress-v2
IfThingsThenStuff 40839a1
Merge branch 'main' into feat/saved-jobs-fix-and-progress-v2
IfThingsThenStuff File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| --- | ||
| name: Bug Report | ||
| about: Create a report to help us improve the LinkedIn MCP server | ||
| title: '[BUG] ' | ||
| labels: ['bug'] | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| ## Installation Method | ||
| - [ ] Docker (specify docker image version/tag): _._._ | ||
| - [ ] Claude Desktop DXT extension (specify docker image version/tag): _._._ | ||
| - [ ] Local Python setup | ||
|
|
||
| ## When does the error occur? | ||
| - [ ] At startup | ||
| - [ ] During tool call (specify which tool): | ||
| - [ ] get_person_profile | ||
| - [ ] get_company_profile | ||
| - [ ] get_job_details | ||
| - [ ] get_saved_jobs | ||
| - [ ] search_jobs | ||
| - [ ] close_session | ||
|
|
||
| ## MCP Client Configuration | ||
|
|
||
| **Claude Desktop Config** (`/Users/[username]/Library/Application Support/Claude/claude_desktop_config.json`): | ||
| ```json | ||
| { | ||
| "mcpServers": { | ||
| "linkedin": { | ||
| // Your configuration here (remove sensitive credentials) | ||
| } | ||
| } | ||
| } | ||
| ``` | ||
|
|
||
| ## MCP Client Logs | ||
| **Claude Desktop Logs** (`/Users/[username]/Library/Logs/Claude/mcp-server-LinkedIn MCP Server.log`): | ||
| ``` | ||
| Paste relevant log entries here | ||
| ``` | ||
|
|
||
| ## Error Description | ||
| What went wrong and what did you expect to happen? | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| --- | ||
| name: Documentation Issue | ||
| about: Report problems with README, setup instructions, or other documentation | ||
| title: '[DOCS] ' | ||
| labels: ['documentation'] | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| ## Documentation Problem | ||
| **What documentation issue did you find?** | ||
| - [ ] Incorrect/outdated setup instructions | ||
| - [ ] Missing information | ||
| - [ ] Unclear/confusing explanations | ||
| - [ ] Broken links | ||
| - [ ] Example code doesn't work | ||
| - [ ] Missing prerequisites | ||
| - [ ] Inconsistent information | ||
| - [ ] Typos/grammar issues | ||
| - [ ] Other: ___________ | ||
|
|
||
| ## Location | ||
| **Where is the documentation issue?** | ||
| - [ ] README.md | ||
| - [ ] Code comments | ||
| - [ ] Error messages | ||
| - [ ] CLI help text | ||
| - [ ] Other: ___________ | ||
|
|
||
| **Specific section/line:** | ||
| ___________ | ||
|
|
||
| ## Current Documentation | ||
| **What does the documentation currently say?** | ||
| ``` | ||
| Paste the current text or link to the specific section | ||
| ``` | ||
|
|
||
| ## Problem Description | ||
| **What's wrong or confusing about it?** | ||
| A clear description of why this documentation is problematic. | ||
|
|
||
| ## Suggested Fix | ||
| **What should it say instead?** | ||
| ``` | ||
| Suggested replacement text or improvements | ||
| ``` | ||
|
|
||
| ## Additional Context | ||
| Add any other context, screenshots, or examples that would help improve the documentation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| --- | ||
| name: Feature Request | ||
| about: Suggest an idea for the LinkedIn MCP server | ||
| title: '[FEATURE] ' | ||
| labels: ['enhancement'] | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| ## Feature description | ||
| Describe what you want to happen. | ||
|
|
||
| ## Use case | ||
| Why this feature is useful. | ||
|
|
||
| ## Suggested implementation | ||
| If you have a specific idea for how to implement this feature, please describe it here. | ||
|
|
||
| ## Additional context | ||
| Add any other details that would help. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| name: Claude Code | ||
|
|
||
| on: | ||
| issue_comment: | ||
| types: [created] | ||
| pull_request_review_comment: | ||
| types: [created] | ||
| issues: | ||
| types: [opened, assigned] | ||
| pull_request_review: | ||
| types: [submitted] | ||
|
|
||
| jobs: | ||
| claude: | ||
| if: | | ||
| (github.event_name == 'issue_comment' && contains(github.event.comment.body, '@claude')) || | ||
| (github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude')) || | ||
| (github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude')) || | ||
| (github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude'))) | ||
| runs-on: ubuntu-latest | ||
| permissions: | ||
| contents: read | ||
| pull-requests: read | ||
| issues: read | ||
| id-token: write | ||
| actions: read # Required for Claude to read CI results on PRs | ||
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 | ||
| with: | ||
| fetch-depth: 1 | ||
|
|
||
| - name: Run Claude Code | ||
| id: claude | ||
| uses: anthropics/claude-code-action@68cfeead1890300cc87935dbe2c023825be87b8a # v1 | ||
| with: | ||
| claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} | ||
|
|
||
| # This is an optional setting that allows Claude to read CI results on PRs | ||
| additional_permissions: | | ||
| actions: read | ||
|
|
||
| # Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it. | ||
| # prompt: 'Update the pull request description to include a summary of changes.' | ||
|
|
||
| # Optional: Add claude_args to customize behavior and configuration | ||
| # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md | ||
| # or https://code.claude.com/docs/en/cli-reference for available options | ||
| # claude_args: '--allowed-tools Bash(gh pr:*)' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| AGENTS.md | ||
| AGENTS.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.