Skip to main content
Glama

HT-MCP

by memextech
error.rs•584 B
use thiserror::Error; pub type Result<T> = std::result::Result<T, HtMcpError>; #[derive(Error, Debug)] pub enum HtMcpError { #[error("MCP error: {0}")] Mcp(String), #[error("HT library error: {0}")] HtLibrary(String), #[error("Session not found: {0}")] SessionNotFound(String), #[error("Invalid request: {0}")] InvalidRequest(String), #[error("Internal error: {0}")] Internal(String), #[error("Serialization error: {0}")] Serialization(#[from] serde_json::Error), #[error("IO error: {0}")] Io(#[from] std::io::Error), }

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