@turbot/tailpipe-mcp
Version:
Tailpipe MCP server to query cloud and security logs using AI.
50 lines (49 loc) • 1.1 kB
JSON
{
"name": "@turbot/tailpipe-mcp",
"version": "0.1.1",
"description": "Tailpipe MCP server to query cloud and security logs using AI.",
"license": "Apache-2.0",
"author": "Turbot HQ, Inc",
"homepage": "https://github.com/turbot/tailpipe-mcp",
"bugs": "https://github.com/turbot/tailpipe-mcp/issues",
"type": "module",
"bin": {
"mcp-server-tailpipe": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/index.js",
"clean": "rm -rf dist",
"prepare": "npm run build",
"prepublishOnly": "npm run clean && npm run build",
"watch": "tsc --watch",
"start": "node dist/index.js"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"ai",
"logs",
"mcp",
"mcp-server",
"security",
"tailpipe",
"turbot-pipes"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"@types/node": "^20.11.5",
"ajv": "^8.17.1",
"duckdb": "^1.2.0"
},
"devDependencies": {
"shx": "^0.3.4",
"typescript": "^5.6.2"
}
}