|
Entropic 2.3.8
Local-first agentic inference engine
|
Status change event posted by the monitor thread. More...
#include <entropic/mcp/health_monitor.h>
Public Attributes | |
| std::string | server_name |
| Which server changed. | |
| std::string | old_status |
| Previous status. | |
| std::string | new_status |
| New status. | |
| std::vector< std::string > | added_tools |
| Tools added on refresh. | |
| std::vector< std::string > | removed_tools |
| Tools removed on refresh. | |
Status change event posted by the monitor thread.
Definition at line 38 of file health_monitor.h.
| std::vector<std::string> entropic::HealthEvent::added_tools |
Tools added on refresh.
Definition at line 42 of file health_monitor.h.
| std::string entropic::HealthEvent::new_status |
New status.
Definition at line 41 of file health_monitor.h.
| std::string entropic::HealthEvent::old_status |
Previous status.
Definition at line 40 of file health_monitor.h.
| std::vector<std::string> entropic::HealthEvent::removed_tools |
Tools removed on refresh.
Definition at line 43 of file health_monitor.h.
| std::string entropic::HealthEvent::server_name |
Which server changed.
Definition at line 39 of file health_monitor.h.