{ "name": "interviewer-mcp", "version": "0.4.0", "description": "MCP server that teaches you your own GitHub repos, then mock-interviews you on them — and remembers your weak spots across sessions.", "license": "MIT", "author": "Girik Chadha", "mcpName": "io.github.girik-chadha/interviewer-mcp", "repository": { "type": "git", "url": "git+https://github.com/girik-chadha/interviewer-mcp.git" }, "homepage": "https://github.com/girik-chadha/interviewer-mcp#readme", "bugs": { "url": "https://github.com/girik-chadha/interviewer-mcp/issues" }, "type": "module", "bin": { "interviewer-mcp": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=20" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', 0o755)\"", "watch": "tsc --watch", "test": "vitest run", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "mcp-server", "interview-prep", "claude", "github", "technical-interview", "mock-interview", "interview-practice", "learning" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22", "typescript": "^5.6.2", "vitest": "^4.1.10" } }