lilith-platform.live/codebase/@features/user-data/mcp-server/package.json
Natalie 2f2eb44d35 feat(user-data/mcp): session, acquisition, event & funnel analytics tools
Bump @lilith/quinn-data-mcp to 0.2.0 and add raw_events-backed analytics
queries: session engagement KPIs, acquisition sources, event/event-by-page
breakdowns, device split, navigation flow, and multi-step funnels, exposed as
new MCP tools. Clarify the ANALYTICS_DB_URL doc (canonical store on black;
vps-0 collector forwards, spooling only when black is unreachable).
2026-06-21 13:48:41 -05:00

26 lines
537 B
JSON

{
"name": "@lilith/quinn-data-mcp",
"version": "0.2.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"bin": {
"quinn-data-mcp": "./src/index.ts"
},
"scripts": {
"start": "bun run src/index.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lilith/mcp-common": "^1.1.0",
"@modelcontextprotocol/sdk": "1.26.0",
"postgres": "^3.4.5"
},
"devDependencies": {
"@types/bun": "latest"
},
"exports": {
".": "./src/index.ts",
"./client": "./src/client.ts"
}
}