{ "name": "@larsbaunwall/unlinked", "version": "1.0.4", "mcpName": "io.github.larsbaunwall/unlinked", "description": "MCP server that brings your LinkedIn professional profile and experience into AI assistants like Claude Desktop and GitHub Copilot.", "main": "dist/index.js", "bin": { "unlinked": "dist/index.js" }, "files": [ "dist", "logo.png" ], "scripts": { "build": "tsc -p tsconfig.json", "test": "echo \"No tests configured\"", "start": "node --env-file-if-exists=.env dist/index.js", "dev": "tsx --env-file-if-exists=.env src/index.ts", "inspect": "mcp-inspector node --env-file-if-exists=.env dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/larsbaunwall/unlinked.git" }, "keywords": [ "mcp", "linkedin", "model-context-protocol", "ai", "professional-profile" ], "author": "Lars Baunwall", "license": "MIT", "type": "module", "engines": { "node": ">=22.0.0" }, "bugs": { "url": "https://github.com/larsbaunwall/unlinked/issues" }, "homepage": "https://github.com/larsbaunwall/unlinked#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.4.3" }, "devDependencies": { "@modelcontextprotocol/inspector": "^0.21.2", "@types/node": "^25.6.2", "tsx": "^4.21.0", "typescript": "^6.0.3" } }