package.json•791 B
{
"name": "agentops-mcp",
"version": "0.3.5",
"description": "MCP index access to the AgentOps Public API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"agentops-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"agentops",
"observability",
"ai",
"monitoring"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.4.0",
"axios": "^1.6.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"dist/**/*",
"README.md"
]
}