Skip to main content
Glama

HT-MCP

by memextech
event_handler.rs•425 B
// Event handler for HT library events // This will be implemented after we have the HT library integration use crate::error::Result; pub struct EventHandler; impl EventHandler { pub fn new() -> Self { Self } // Placeholder for event handling pub async fn handle_event(&self, event: serde_json::Value) -> Result<()> { tracing::debug!("Handling event: {:?}", event); Ok(()) } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/memextech/ht-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server