| 189 | |
| 190 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 191 | pub struct AgentInfo { |
| 192 | pub id: String, |
| 193 | pub name: String, |
| 194 | pub description: Option<String>, |
| 195 | } |
| 196 | |
| 197 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 198 | pub struct McpStatusInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected