Github-Oauth MCP Server

{ "name": "@mtane0412/ghost-mcp-server", "version": "1.0.2", "description": "Ghost MCP Server for interacting with Ghost CMS API", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start": "node build/index.js", "dev": "ts-node --esm src/index.ts", "inspect": "CLIENT_PORT=8080 SERVER_PORT=9000 npx @modelcontextprotocol/inspector build/index.js", "prepublishOnly": "npm run build" }, "bin": { "ghost-mcp-server": "build/index.js" }, "files": [ "build/" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.4.1", "@tryghost/admin-api": "^1.13.12", "@types/form-data": "^2.2.1", "form-data": "^4.0.1", "image-size": "^1.2.0" }, "devDependencies": { "@types/node": "^20.11.5", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "repository": { "type": "git", "url": "git+https://github.com/mtane0412/ghost-mcp-server.git" }, "keywords": [], "author": "mtane0412", "license": "MIT", "bugs": { "url": "https://github.com/mtane0412/ghost-mcp-server/issues" }, "homepage": "https://github.com/mtane0412/ghost-mcp-server#readme" }