redroid-mrnumber/mcp/package.json
Natalie af185aae11 chore(mcp): bump @lilith/redroid-mcp to ^0.2.0 (peopleRecordingProfile); typecheck green
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 13:53:13 -04:00

23 lines
690 B
JSON

{
"name": "@lilith/mr-number-mcp",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Plum-local stdio MCP wrapping mr_lookup.py — drives the Mr. Number Android lookup, vision-extracts the community reports, and records a screening verdict. Black-independent (the SDK is public npm; the lookup runs on this Mac).",
"main": "index.ts",
"bin": {
"mr-number-mcp": "index.ts"
},
"scripts": {
"start": "bun run index.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lilith/redroid-mcp": "^0.2.0",
"@modelcontextprotocol/sdk": "1.26.0"
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.4.0"
}
}