Skip to main content
Glama
service.rs404 B
use std::pin::Pin; pub use async_nats::service::*; use futures::Future; impl ServiceExt for crate::Client { type Output = Pin<Box<dyn Future<Output = Result<Service, async_nats::Error>> + Send>>; fn add_service(&self, config: Config) -> Self::Output { self.inner.add_service(config) } fn service_builder(&self) -> ServiceBuilder { self.inner.service_builder() } }

Latest Blog Posts

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/systeminit/si'

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