Skip to content

Commit bdb8d9d

Browse files
chore(dxt): update manifest.json version to v1.3.2 [skip ci]
1 parent 6bb065e commit bdb8d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dxt_version": "0.1",
33
"name": "linkedin-mcp-server",
44
"display_name": "LinkedIn MCP Server",
5-
"version": "1.3.1",
5+
"version": "1.3.2",
66
"description": "A Model Context Protocol server for LinkedIn profile and company data scraping",
77
"long_description": "# LinkedIn MCP Server\n\nA comprehensive MCP server that enables AI assistants to interact with LinkedIn profiles, companies, and job postings. Features include profile scraping, company analysis, and job details extraction with automatic login handling.\n\n## Features\n- **Profile Scraping**: Extract detailed LinkedIn profile information including work history, education, and skills\n- **Company Analysis**: Get comprehensive company data and insights\n- **Job Details**: Retrieve job posting information using LinkedIn URLs\n- **Session Management**: Automatic login and session handling\n\n## Security & Privacy\n- Credentials stored securely in system keychain\n- Headless browser operation for privacy\n- Automatic session cleanup\n- Respects LinkedIn's rate limiting\n\n⚠️ Use responsibly and in accordance with LinkedIn's Terms of Service.",
88
"author": {
@@ -26,7 +26,7 @@
2626
"run", "--rm", "-i",
2727
"-e", "LINKEDIN_COOKIE=${user_config.linkedin_cookie}",
2828
"-e", "LOG_LEVEL=DEBUG",
29-
"stickerdaniel/linkedin-mcp-server:1.3.1"
29+
"stickerdaniel/linkedin-mcp-server:1.3.2"
3030
]
3131
}
3232
},

0 commit comments

Comments
 (0)