@postdom/mcp
Version:
Postdom MCP server for agent-led social publishing and performance measurement.
43 lines (42 loc) • 957 B
JSON
{
"name": "@postdom/mcp",
"version": "0.3.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",
"prepack": "pnpm build",
"prepublishOnly": "pnpm lint && pnpm typecheck && pnpm test",
"pretest": "pnpm --filter @postdom/core build",
"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"
}
}