Skip to main content
Glama
BUCK826 B
load( "@prelude-si//:macros.bzl", "rust_binary", "rust_binary_artifact", ) rust_binary( name = "veritech", deps = [ "//lib/innit-client:innit-client", "//lib/si-service:si-service", "//lib/veritech-server:veritech-server", "//third-party/rust:clap", ], srcs = glob(["src/**/*.rs"]), env = {"CARGO_BIN_NAME": "veritech"}, resources = { "cyclone": "//bin/cyclone:cyclone", "dev.decryption.key": "//lib/veritech-server:dev.decryption.key", "lang-js": "//bin/lang-js:lang-js", "firecracker-setup.sh": "//lib/si-firecracker:firecracker-setup.sh", "prepare_jailer.sh": "//lib/si-firecracker:prepare_jailer.sh", }, visibility = ["PUBLIC"], ) rust_binary_artifact( name = "veritech", binary = ":veritech", )

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