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).
26 lines
537 B
JSON
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"
|
|
}
|
|
}
|