Skip to main content
Glama
event.rs423 B
use std::fmt::Debug; use std::fmt::Formatter; /// Persisted Query events pub enum Event { /// The persisted query manifest was updated UpdateManifest(Vec<(String, String)>), } impl Debug for Event { fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { match self { Event::UpdateManifest(_) => { write!(f, "UpdateManifest(<redacted>)") } } } }

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/apollographql/apollo-mcp-server'

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