add rate limiting and SSRF protection
- slowapi: 60/min global, 10/min on /api/memory/graph with 60s response cache
- per-user 30/hour notification rate limit (limits library, moving window)
- check_urls blocks private/loopback IPs before making requests
- fix stale model ID in test_tool_usage (claude-3-5-haiku-latest → claude-haiku-4-5)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>