{ "name": "@servation/job-search-mcp", "version": "0.1.3", "mcpName": "io.github.Servation/job-search-mcp", "type": "module", "description": "MCP-native job search: deterministic sourcing + scoring, with Claude (the host model) as the job-fit evaluator. Inline review UI as an MCP App.", "keywords": ["mcp", "model-context-protocol", "mcp-server", "mcp-app", "claude", "claude-desktop", "job-search"], "license": "MIT", "author": "Jeffrey Saelee", "repository": { "type": "git", "url": "git+https://github.com/Servation/job-search-mcp.git" }, "homepage": "https://github.com/Servation/job-search-mcp#readme", "bugs": { "url": "https://github.com/Servation/job-search-mcp/issues" }, "engines": { "node": ">=20.11" }, "bin": { "job-search-mcp": "dist/main.js" }, "files": ["dist", "README.md", "LICENSE"], "scripts": { "build:ui": "cross-env INPUT=mcp-app.html vite build", "watch:ui": "cross-env INPUT=mcp-app.html vite build --watch", "typecheck": "tsc --noEmit", "build:server": "tsc -p tsconfig.server.json", "build": "npm run build:ui && npm run build:server", "prepack": "npm run build", "serve:stdio": "tsx main.ts", "canary": "tsx scripts/canary.ts", "harness": "npm run build:ui && vite --config harness/vite.config.ts", "start:stdio": "cross-env NODE_ENV=development npm run build:ui 1>&2 && npm run serve:stdio", "dev": "cross-env NODE_ENV=development concurrently \"npm run watch:ui\" \"npm run serve:stdio\"" }, "dependencies": { "@modelcontextprotocol/ext-apps": "^1.7.5", "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.1.13" }, "devDependencies": { "@types/node": "^22.10.0", "@types/react": "^19.2.18", "@types/react-dom": "^19.2.4", "@vitejs/plugin-react": "^4.3.4", "concurrently": "^9.2.1", "cross-env": "^10.1.0", "react": "^19.2.8", "react-dom": "^19.2.8", "tsx": "^4.23.12", "typescript": "^5.9.3", "vite": "^6.0.0", "vite-plugin-singlefile": "^2.3.0" } }