{ "name": "schoolpass-mcp", "version": "0.4.2", "license": "MIT", "mcpName": "io.github.chrischall/schoolpass-mcp", "description": "SchoolPass MCP server for Claude — developed and maintained by AI (Claude Code)", "author": "Claude Code (AI) ", "repository": { "type": "git", "url": "git+https://github.com/chrischall/schoolpass-mcp.git" }, "type": "module", "engines": { "node": ">=22.5.0" }, "bin": { "schoolpass-mcp": "dist/index.js" }, "files": [ "dist", ".claude-plugin", "skills", ".mcp.json", "server.json", "mint.yaml" ], "scripts": { "build": "tsc && npm run bundle", "bundle": "esbuild src/index.ts --bundle --platform=node --format=esm --external:dotenv --banner:js='import { createRequire as __createRequire } from \"module\"; const require = __createRequire(import.meta.url);' --outfile=dist/bundle.js", "dev": "node --env-file=.env dist/index.js", "test": "npm run typecheck && vitest run", "test:coverage": "npm run typecheck && vitest run --coverage", "test:watch": "vitest", "typecheck": "tsc --noEmit" }, "dependencies": { "@chrischall/mcp-utils": "^0.27.1", "@modelcontextprotocol/sdk": "^1.30.0", "dotenv": "^17.4.2", "zod": "^4.5.4" }, "devDependencies": { "@types/node": "^26.0.0", "@vitest/coverage-v8": "^5.0.0", "esbuild": "^0.28.0", "typescript": "^7.0.2", "vitest": "^5.0.0" }, "publishConfig": { "access": "public" }, "allowScripts": { "esbuild@0.28.2": true } }