{ "name": "nyc-restroom-mcp", "version": "0.1.1", "description": "MCP server for finding NYC public restrooms and their latest Parks inspection status, backed by NYC Open Data", "keywords": [ "mcp", "model-context-protocol", "mcp-server", "nyc", "restroom", "bathroom", "open-data", "socrata" ], "license": "MIT", "author": "Daniel Ortiz", "repository": { "type": "git", "url": "git+https://github.com/DanielOrtiz0220/nyc-restroom-mcp.git" }, "bugs": { "url": "https://github.com/DanielOrtiz0220/nyc-restroom-mcp/issues" }, "homepage": "https://github.com/DanielOrtiz0220/nyc-restroom-mcp#readme", "mcpName": "io.github.DanielOrtiz0220/nyc-restroom-mcp", "type": "module", "bin": { "nyc-restroom-mcp": "dist/index.js" }, "files": [ "dist", "server.json" ], "engines": { "node": ">=20" }, "scripts": { "build": "tsc -p tsconfig.build.json", "typecheck": "tsc --noEmit", "lint": "eslint . --max-warnings 0", "format": "prettier --write .", "format:check": "prettier --check .", "test": "bun test tests/unit tests/e2e", "test:live": "RUN_LIVE_TESTS=1 bun test tests/live", "prepublishOnly": "npm run typecheck && npm run lint && npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "1.29.0", "zod": "4.4.3" }, "devDependencies": { "@types/bun": "1.3.14", "@types/node": "26.1.1", "eslint": "10.6.0", "eslint-config-prettier": "10.1.8", "prettier": "3.9.4", "typescript": "6.0.3", "typescript-eslint": "8.63.0" } }