@postdom/mcp
Version:
Postdom MCP server for agent-led social publishing and performance measurement.
42 lines (41 loc) • 920 B
JSON
{
"name": "@postdom/mcp",
"version": "0.4.0",
"description": "Postdom MCP server for agent-led social publishing and performance measurement.",
"type": "module",
"files": [
"dist",
"README.md"
],
"bin": {
"postdom-mcp": "dist/cli.js"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"build": "tsup --config tsup.config.ts",
"lint": "eslint src vitest.config.ts",
"prepack": "pnpm build",
"prepublishOnly": "pnpm lint && pnpm typecheck && pnpm test",
"test": "vitest run --passWithNoTests",
"typecheck": "tsc -p tsconfig.json"
},
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.30.0",
"zod": "4.4.3"
},
"devDependencies": {
"@postdom/core": "workspace:*",
"tsx": "4.23.12"
}
}