Files
ghost-mcp/package.json
2025-04-20 15:36:38 -04:00

27 lines
720 B
JSON

{
"name": "@fanyangmeng/ghost-mcp",
"version": "0.0.1",
"description": "MCP server for using the Ghost API",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node build/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Fanyang Meng (https://mfydev.link)",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.1",
"@tryghost/admin-api": "^1.13.13",
"axios": "^1.8.4",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/axios": "^0.9.36",
"@types/node": "^22.14.1",
"typescript": "^5.8.3"
}
}