@jser/mcp
MCP server package @jser/mcp
Install
agr install @jser/mcp --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "@jser/mcp", "version": "1.2.0", "description": "A MCP Server for JSer.info", "type": "module", "keywords": [ "jser", "mcp" ], "homepage": "https://github.com/jser/mcp", "bugs": { "url": "https://github.com/jser/mcp/issues" }, "repository": { "type": "git", "url": "https://github.com/jser/mcp.git" }, "license": "MIT", "author": "azu", "main": "lib/mcp.js", "types": "lib/mcp.d.ts", "bin": { "jser-mcp": "./bin/mcp.js" }, "directories": { "lib": "lib", "test": "test" }, "files": [ "bin/", "lib/", "src/" ], "scripts": { "build": "tsc -p .", "prepare": "git config --local core.hooksPath .githooks", "prepublishOnly": "npm run build", "test": "vitest run", "updateSnapshots": "vitest -u", "test:watch": "vitest", "watch": "tsc -p . --watch", "format": "prettier --write "**/.{js,jsx,ts,tsx,css}"", "deploy": "wrangler deploy", "dev": "wrangler dev", "lint:fix": "biome lint --fix", "start": "wrangler dev", "cf-typegen": "wrangler types" }, "devDependencies": { "@cloudflare/workers-types": "^4.20250506.0", "wrangler": "^4.14.1", "@types/express": "^5.0.1", "@types/node": "^22.15.12", "lint-staged": "^15.5.1", "prettier": "^3.5.3", "typescript": "^5.8.3", "vitest": "^3.1.3" }, "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39", "publishConfig": { "access": "public" }, "prettier": { "singleQuote": false, "printWidth": 120, "tabWidth": 4, "trailingComma": "none" }, "lint-staged": { ".{js,jsx,ts,tsx,css}": [ "prettier --write" ] }, "dependencies": { "agents": "^0.0.65", "@jser/data-fetcher": "^2.0.1", "@jser/stat": "^2.0.1", "@modelcontextprotocol/sdk": "^1.11.0", "express": "^5.1.0", "zod": "^3.24.4" } }
Trust
Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.
Versions
git-4fa74ca879092026-08-05