mcp-talent-server
Version:
Model Context Protocol server for talent management tools
78 lines (77 loc) • 1.88 kB
JSON
{
"name": "mcp-talent-server",
"version": "7.0.0",
"description": "Model Context Protocol server for talent management tools",
"main": "dist/index.js",
"type": "module",
"private": false,
"publishConfig": {
"access": "public"
},
"keywords": [
"mcp",
"model-context-protocol",
"talent-management",
"claude",
"ai",
"mongodb",
"vector-search",
"gallery-management"
],
"author": "Usama Amjad",
"repository": {
"type": "git",
"url": "git+https://github.com/usama-amjad/mcp-talent-server.git"
},
"homepage": "https://github.com/usama-amjad/mcp-talent-server#readme",
"bugs": {
"url": "https://github.com/usama-amjad/mcp-talent-server/issues"
},
"files": [
"dist/**/*",
"README.md",
"CLAUDE.md",
"STREAMING.md"
],
"bin": {
"mcp-talent-server": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "nodemon --watch src --ext ts --exec tsx src/index.ts",
"start": "node dist/index.js",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"vercel-build": "tsc && cp -r dist/* api/"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.0.0",
"@langchain/core": "^0.3.72",
"@langchain/openai": "^0.6.9",
"@langchain/pinecone": "^0.1.3",
"@modelcontextprotocol/sdk": "^0.6.0",
"@pinecone-database/pinecone": "^4.1.0",
"archiver": "^6.0.0",
"axios": "^1.6.0",
"dotenv": "^17.2.1",
"langchain": "^0.3.31",
"mongodb": "^6.0.0",
"mongoose": "^8.0.0",
"nodemon": "^3.1.10",
"uuid": "^10.0.0",
"zod": "^3.22.0",
"zod-to-json-schema": "^3.24.6"
},
"devDependencies": {
"@types/archiver": "^6.0.0",
"@types/node": "^20.0.0",
"@types/uuid": "^10.0.0",
"eslint": "^9.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18"
},
"license": "MIT"
}