package.json•1.02 kB
{
"name": "mcp-appsignal",
"version": "1.0.0",
"description": "MCP server for AppSignal integration",
"main": "src/index.js",
"bin": {
"mcp-appsignal": "src/index.js"
},
"scripts": {
"start": "node src/index.js",
"test": "echo \"Tests temporarily disabled\" && exit 0",
"prepublishOnly": "node prepare-publish.js",
"postpublish": "node restore-readme.js"
},
"keywords": [
"mcp",
"appsignal",
"cursor",
"modelcontextprotocol"
],
"author": "Jimmy Qiu",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/mcp-appsignal"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.4",
"axios": "^1.9.0",
"dotenv": "^16.5.0",
"express": "^4.18.3",
"zod": "^3.25.7"
},
"devDependencies": {
"@types/express": "^5.0.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.15.19",
"jest": "^29.7.0",
"ts-jest": "^29.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}