mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
cf7e008c59
- Create 3 Neon tables: installation_outcomes, website_events, api_health_logs - Add API endpoints: track-installation-outcome, track-website-events, health-check - Track CLI installation success/failure with timing and error classification - Add website event tracker (search, cart, component views) with batched sendBeacon - Add health-check cron every 15min with Discord alerts on failure - Integrate tracking in all 6 installIndividual* functions with batchId support Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
252 B
JSON
16 lines
252 B
JSON
{
|
|
"mcpServers": {
|
|
"linear": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"mcp-remote",
|
|
"https://mcp.linear.app/mcp"
|
|
]
|
|
},
|
|
"neon": {
|
|
"type": "http",
|
|
"url": "https://mcp.neon.tech/mcp"
|
|
}
|
|
}
|
|
} |