{ "name": "@opentalentprotocol/mcp-server", "version": "0.1.1", "description": "MCP server for Open Talent Protocol (OTP) and Open Job Protocol (OJP) — validate, introspect, and parse talent profiles and job postings", "main": "dist/index.js", "bin": { "otp-ojp-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "open-talent-protocol", "open-job-protocol", "otp", "ojp", "talent", "recruiting", "ai-agents" ], "repository": { "type": "git", "url": "https://github.com/neogene-ai/otp-ojp-mcp-server.git" }, "mcpName": "io.github.Testinat0r/otp-ojp", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "ajv": "^8.17.1", "ajv-formats": "^3.0.1" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.5.0" }, "files": [ "dist", "schema" ], "engines": { "node": ">=18.0.0" }, "license": "MIT" }