Skip to main content
Glama

HT-MCP

by memextech
stdio.rs•396 B
// Standard I/O transport for MCP communication // This will be implemented when we integrate with the MCP SDK use crate::error::Result; pub struct StdioTransport; impl StdioTransport { pub fn new() -> Self { Self } // Placeholder for stdio transport pub async fn start(&self) -> Result<()> { tracing::info!("Starting stdio transport"); 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