mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-16 06:16:57 +00:00
- Add created_at field to MCPServer type (was missing) - Map created_at from LiteLLM_MCPServerTable in build_mcp_server_from_table() - Use server.created_at and server.updated_at instead of datetime.now() in _build_mcp_server_table() and health check table builder - Add regression tests to verify timestamps are preserved through round-trip conversions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>