Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::HealthEvent Struct Reference

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.
 

Detailed Description

Status change event posted by the monitor thread.

Version
1.8.7

Definition at line 38 of file health_monitor.h.

Member Data Documentation

◆ added_tools

std::vector<std::string> entropic::HealthEvent::added_tools

Tools added on refresh.

Definition at line 42 of file health_monitor.h.

◆ new_status

std::string entropic::HealthEvent::new_status

New status.

Definition at line 41 of file health_monitor.h.

◆ old_status

std::string entropic::HealthEvent::old_status

Previous status.

Definition at line 40 of file health_monitor.h.

◆ removed_tools

std::vector<std::string> entropic::HealthEvent::removed_tools

Tools removed on refresh.

Definition at line 43 of file health_monitor.h.

◆ server_name

std::string entropic::HealthEvent::server_name

Which server changed.

Definition at line 39 of file health_monitor.h.


The documentation for this struct was generated from the following file: