Skip to main content
Glama
BUCK734 B
load( "@prelude-si//:macros.bzl", "docker_image", "filegroup", "shellcheck", "shfmt_check", "test_suite", ) docker_image( name = "spicedb", srcs = { "entrypoint.sh": ".", "schema.zed": ".", "validation.yaml": ".", } ) filegroup( name = "src", srcs = glob(["**/*"]), ) filegroup( name = "shell_srcs", srcs = glob(["**/*.sh"]), ) shfmt_check( name = "check-format-shell", srcs = [":shell_srcs"], ) shellcheck( name = "check-lint-shell", srcs = [":shell_srcs"], ) 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