Skip to main content
Glama
BUCK1.09 kB
load( "@prelude-si//:macros.bzl", "docker_image", "shellcheck", "shfmt_check", "test_suite", ) docker_image( name = "ci-base", srcs = { "//:flake.nix": ".", "//:flake.lock": ".", "//:rust-toolchain": ".", "docker-entrypoint.sh": ".", }, build_args = { "BASE_VERSION": "12-slim", "USER_UID": "2000", "USER_GID": "2000", }, run_docker_args = [ "--privileged", "--volume", "$PWD:/workdir", "--volume", "/workdir/buck-out", "--volume", "/workdir/target", "--volume", "/workdir/tmp", "--volume", "/var/run/docker.sock:/var/run/docker.sock", ], ) shfmt_check( name = "check-format-shell", srcs = ["docker-entrypoint.sh"], ) shellcheck( name = "check-lint-shell", srcs = ["docker-entrypoint.sh"], ) test_suite( name = "check-format", tests = [ ":check-format-shell", ], ) test_suite( name = "check-lint", tests = [ ":check-lint-shell", ], )

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