Skip to main content
Glama
Cargo.toml1.21 kB
[package] name = "naxum" version.workspace = true authors.workspace = true license.workspace = true repository.workspace = true edition.workspace = true rust-version.workspace = true publish.workspace = true [dependencies] async-nats = { workspace = true } async-trait = { workspace = true } bytes = { workspace = true } futures = { workspace = true } # NOTE: if extracted this can be `futures-util` pin-project-lite = { workspace = true } serde = { workspace = true } # NOTE: if extracted, this is used for a json feature serde_json = { workspace = true } # NOTE: if extracted, this is used for a json feature serde_path_to_error = { workspace = true } # NOTE: if extracted, this is used for a json feature telemetry-utils = { path = "../../lib/telemetry-utils-rs" } time = { workspace = true } tokio = { workspace = true } tokio-util = { workspace = true } tower = { workspace = true } tracing = { workspace = true } # NOTE: left with vanilla tracing for potential future extraction [dev-dependencies] thiserror = { workspace = true } tracing-subscriber = { workspace = true }

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