pub type ServerInfo = std::collections::HashMap<String, serde_json::Value>;
pub type AgentMcpServerInfo = std::collections::HashMap<String, serde_json::Value>;
pub type ClaudeAIServerInfo = std::collections::HashMap<String, serde_json::Value>;
pub type HTTPServerInfo = std::collections::HashMap<String, serde_json::Value>;
pub type SSEServerInfo = std::collections::HashMap<String, serde_json::Value>;
pub type StdioServerInfo = std::collections::HashMap<String, serde_json::Value>;
pub type MCPViewState = String;