{ "name": "postfast-mcp", "version": "0.6.1", "mcpName": "io.github.peturgeorgievv-factory/postfast-mcp", "description": "MCP server for the PostFast API — schedule and manage social media posts via AI tools", "type": "module", "bin": { "postfast-mcp": "dist/stdio/index.js" }, "main": "./dist/stdio/index.js", "exports": { ".": { "types": "./dist/stdio/index.d.ts", "default": "./dist/stdio/index.js" }, "./core": { "types": "./dist/core/index.d.ts", "default": "./dist/core/index.js" } }, "files": [ "dist", ".claude-plugin", "skills", "README.md" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/stdio/index.js", "version": "changeset version && node scripts/stamp-versions.mjs", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "postfast", "social-media", "scheduling", "model-context-protocol", "claude", "ai" ], "author": "PostFast", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/peturgeorgievv-factory/postfast-mcp.git" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.4.3" }, "devDependencies": { "@changesets/cli": "^2.29.8", "@types/node": "^22.19.21", "typescript": "^5.9.3" } }