UNPKG

featurebase-mcp

Version:

MCP server for Featurebase API - manage posts and comments

54 lines (53 loc) 1.22 kB
{ "name": "featurebase-mcp", "version": "1.1.1", "description": "MCP server for Featurebase API - manage posts and comments", "main": "build/index.js", "type": "module", "bin": { "featurebase-mcp": "./build/index.js" }, "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsx src/index.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "modelcontextprotocol", "featurebase", "api", "feedback", "product-management" ], "author": "Your Name <your.email@example.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/yourusername/featurebase-mcp.git" }, "bugs": { "url": "https://github.com/yourusername/featurebase-mcp/issues" }, "homepage": "https://github.com/yourusername/featurebase-mcp#readme", "engines": { "node": ">=16.0.0" }, "files": [ "build/", "README.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "axios": "^1.6.2", "json-mask": "^2.0.0" }, "devDependencies": { "@types/json-mask": "^2.0.3", "@types/node": "^20.10.0", "tsx": "^4.6.2", "typescript": "^5.3.2" } }