lilith-platform.live/codebase/@features/user-data/mcp-server/package.json
Natalie fd74f16faa feat(analytics): sub-country geo — regions, cities, live 30m, MCP tools
Replace stubbed audience geography with session_fingerprints queries
(country/region/city, pathPattern, activityWindow for live). Surface
US states, cities on Audience/Overview, page detail, and dashboard
snapshot. Extend quinn-analytics MCP to v0.3.1 with geo_breakdown,
audience_geo_summary, and geo_enrichment_status.

Deploy dashboard/API from main checkout — see handoffs/analytics-geo.md.
MCP v0.3.1 already on black :3914.
2026-06-22 00:50:02 -05:00

26 lines
547 B
JSON

{
"name": "@lilith/quinn-analytics-mcp",
"version": "0.3.1",
"private": true,
"type": "module",
"main": "./src/index.ts",
"bin": {
"quinn-analytics-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"
}
}