- Add postgres-mcp service to docker-compose.yml (SSE mode on port 8000) - Add .mcp.json.example with SSE configuration template - Add .gitignore entries for .claude/settings.local.json and .mcp.json - Add MCP_EXAMPLES.md with query examples for testing scraping results - Add analysis scripts: analyze-category-nulls.ts, check-product-details.ts, inspect-api-response.ts Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
124 B
JSON
9 lines
124 B
JSON
{
|
|
"mcpServers": {
|
|
"postgres-supermarket": {
|
|
"type": "sse",
|
|
"url": "http://localhost:8000/sse"
|
|
}
|
|
}
|
|
}
|