| { | |
| "name": "ponymail-mcp", | |
| "version": "1.0.0", | |
| "description": "MCP server for accessing Apache PonyMail mailing list archives", | |
| "type": "module", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node index.js", | |
| "test": "node --test --test-reporter=spec restrictions.test.js auth.test.js cookie-extract.test.js", | |
| "licenses": "node ../../scripts/check-licenses.mjs ." | |
| }, | |
| "engines": { | |
| "node": ">=20" | |
| }, | |
| "dependencies": { | |
| "@modelcontextprotocol/sdk": "^1.12.1" | |
| } | |
| } |