Skip to main content
Glama
tar.rs270 B
use std::path::{ Path, PathBuf, }; use si_hash::Hash; pub mod read; pub mod write; fn object_path(hash: &Hash) -> PathBuf { Path::new("objects").join(hash.to_string()) } fn ref_path(name: impl AsRef<Path>) -> PathBuf { Path::new("refs").join(name) }

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