threads-mcp-server
Version:
Professional Threads MCP Server - Fixed API issues, enhanced setup validation, and enterprise features
66 lines (65 loc) • 1.51 kB
JSON
{
"name": "threads-mcp-server",
"version": "5.1.0",
"description": "Professional Threads MCP Server - Fixed API issues, enhanced setup validation, and enterprise features",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"bin": {
"threads-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"prepublishOnly": "npm run clean && npm run build",
"test": "echo 'No tests configured yet'",
"lint": "tsc --noEmit"
},
"keywords": [
"mcp",
"threads",
"meta",
"api",
"modelcontextprotocol",
"analytics",
"automation",
"enterprise",
"social-media",
"ai-powered",
"content-optimization"
],
"author": "baguskto",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.4",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"tsx": "^4.15.0",
"typescript": "^5.5.0"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/baguskto/threads-mcp.git"
},
"bugs": {
"url": "https://github.com/baguskto/threads-mcp/issues"
},
"homepage": "https://github.com/baguskto/threads-mcp#readme"
}