package.jsonā¢1.28 kB
{
"name": "egw-writings-mcp-server",
"version": "1.0.0",
"description": "MCP server providing fast access to local EGH (Ellen Gould Harmon) research database with offline API and PDF generation",
"type": "module",
"main": "apps/local-server/src/server.smithery.js",
"bin": {
"egw-research-server": "apps/local-server/src/server.smithery.js"
},
"scripts": {
"start": "node apps/local-server/src/server.smithery.js",
"build": "echo 'No build required for JavaScript server'",
"test": "echo 'No tests configured'"
},
"dependencies": {
"adm-zip": "^0.5.16",
"sqlite3": "^5.1.6"
},
"keywords": [
"mcp",
"model-context-protocol",
"egw",
"ellen-white",
"writings",
"local",
"database",
"research",
"educational"
],
"author": "surgbc",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pythondev-pro/egw_writings_mcp_server.git"
},
"homepage": "https://github.com/pythondev-pro/egw_writings_mcp_server#readme",
"bugs": {
"url": "https://github.com/pythondev-pro/egw_writings_mcp_server/issues"
},
"engines": {
"node": ">=18.0.0"
},
"mcp": {
"command": "node",
"args": [
"apps/local-server/src/server.smithery.js"
]
}
}