Skip to content

Commit f7c7fbe

Browse files
chore: update manifest.json and docker-compose.yml to v4.3.0 [skip ci]
1 parent 02b6507 commit f7c7fbe

2 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.2.0
3+
image: stickerdaniel/linkedin-mcp-server:4.3.0
44
volumes:
55
- ~/.linkedin-mcp:/home/pwuser/.linkedin-mcp
66
environment:

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"dxt_version": "0.1",
33
"name": "linkedin-mcp-server",
44
"display_name": "LinkedIn MCP Server",
5-
"version": "4.2.0",
5+
"version": "4.3.0",
66
"description": "Connect Claude to LinkedIn for profiles, companies, job details, and people search",
7-
"long_description": "# LinkedIn MCP Server\n\nConnect Claude to your LinkedIn account. Access profiles, companies, and job postings through a Docker container on your machine.\n\n## Features\n- **Profile Access**: Get detailed LinkedIn profile information including work history, education, and skills\n- **Company Profiles**: Extract comprehensive company information and details\n- **Job Details**: Retrieve job posting information from LinkedIn URLs\n- **Job Search**: Search for jobs with keywords and location filters\n- **People Search**: Search for people by keywords and location\n- **Company Posts**: Get recent posts from a company's LinkedIn feed\n- **Person Posts**: Get recent activity and posts from a person's profile\n\n## First-Time Setup\n\n### 1. Pre-pull Docker Image (Required)\nRun this command first to avoid connection timeouts:\n```\ndocker pull stickerdaniel/linkedin-mcp-server:4.2.0",
7+
"long_description": "# LinkedIn MCP Server\n\nConnect Claude to your LinkedIn account. Access profiles, companies, and job postings through a Docker container on your machine.\n\n## Features\n- **Profile Access**: Get detailed LinkedIn profile information including work history, education, and skills\n- **Company Profiles**: Extract comprehensive company information and details\n- **Job Details**: Retrieve job posting information from LinkedIn URLs\n- **Job Search**: Search for jobs with keywords and location filters\n- **People Search**: Search for people by keywords and location\n- **Company Posts**: Get recent posts from a company's LinkedIn feed\n- **Person Posts**: Get recent activity and posts from a person's profile\n\n## First-Time Setup\n\n### 1. Pre-pull Docker Image (Required)\nRun this command first to avoid connection timeouts:\n```\ndocker pull stickerdaniel/linkedin-mcp-server:4.3.0",
88
"author": {
99
"name": "Daniel Sticker",
1010
"email": "[email protected]",
@@ -26,7 +26,7 @@
2626
"run", "--rm", "-i",
2727
"-v", "${HOME}/.linkedin-mcp:/home/pwuser/.linkedin-mcp",
2828
"-e", "LOG_LEVEL=DEBUG",
29-
"stickerdaniel/linkedin-mcp-server:4.2.0"
29+
"stickerdaniel/linkedin-mcp-server:4.3.0"
3030
]
3131
}
3232
},

0 commit comments

Comments
 (0)