{ "name": "postbolt-mcp", "version": "1.0.2", "mcpName": "io.github.Whitemarmot/postbolt", "description": "MCP server for PostBolt - publish to social media from any AI agent", "type": "module", "bin": { "postbolt-mcp": "./build/index.js" }, "main": "./build/index.js", "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node build/index.js" }, "keywords": [ "mcp", "postbolt", "social-media", "ai-agent", "claude", "scheduling" ], "author": "PostBolt ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Whitemarmot/postbolt-mcp.git" }, "homepage": "https://postbolt.dev", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.10", "typescript": "^5.8.2" }, "files": [ "build", "README.md", "LICENSE" ] }