// Command bridge between MCP and HT library
// This will be implemented after we have the HT library integration
use crate::error::Result;
pub struct CommandBridge;
impl CommandBridge {
pub fn new() -> Self {
Self
}
// Placeholder for command translation
pub fn translate_keys(&self, keys: &[String]) -> Result<Vec<String>> {
// For now, just pass through the keys
Ok(keys.to_vec())
}
}
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