- Moved all hookify configuration files from `.claude/` to `.claude/hooks/` subdirectory for better organization - Added four new blocking hooks to prevent common error handling anti-patterns: - `block-broad-exception-handler`: Prevents catching generic `Exception` with only logging - `block-datetime-now-fallback`: Blocks returning `datetime.now()` as fallback on parse failures to prevent data corruption - `block-default
8 lines
120 B
JSON
8 lines
120 B
JSON
{
|
|
"mcpServers": {
|
|
"lightrag-mcp": {
|
|
"type": "sse",
|
|
"url": "http://192.168.50.185:8150/sse"
|
|
}
|
|
}
|
|
} |