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