Skip to main content
Glama
BUCK1.32 kB
load("@prelude-si//:macros.bzl", "rust_library") rust_library( name = "si-pool-noodle", deps = [ "//lib/buck2-resources:buck2-resources", "//lib/cyclone-client:cyclone-client", "//lib/cyclone-core:cyclone-core", "//lib/si-firecracker:si-firecracker", "//lib/si-std:si-std", "//lib/telemetry-utils-rs:telemetry-utils", "//third-party/rust:async-trait", "//third-party/rust:bollard", "//third-party/rust:crossbeam-queue", "//third-party/rust:derive_builder", "//third-party/rust:futures", "//third-party/rust:indexmap", "//third-party/rust:nix", "//third-party/rust:opentelemetry", "//third-party/rust:rand", "//third-party/rust:remain", "//third-party/rust:serde", "//third-party/rust:tempfile", "//third-party/rust:thiserror", "//third-party/rust:tokio", "//third-party/rust:tokio-util", "//third-party/rust:tracing", ], srcs = glob(["src/**/*.rs"]), test_unit_deps = [ "//lib/veritech-server:veritech-server", ], test_unit_resources = { "cyclone": "//bin/cyclone:cyclone", "dev.decryption.key": "//lib/veritech-server:dev.decryption.key", "lang-js": "//bin/lang-js:lang-js", }, )

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