23 lines
690 B
JSON
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"
|
|
}
|
|
}
|