Skip to main content
Glama
test.bzl789 B
def _inject_test_env_args() -> dict[str, Attr]: return { "env": attrs.dict( key = attrs.string(), value = attrs.arg(), sorted = False, default = {}, doc = """Set environment variables for this rule's invocation of the program. The environment variable values may include macros which are expanded.""", ), "labels": attrs.list( attrs.string(), default = [], ), "contacts": attrs.list( attrs.string(), default = [], ), "_inject_test_env": attrs.default_only( attrs.dep(default = "prelude//test/tools:inject_test_env"), ), } inject_test_env = struct( args = _inject_test_env_args, )

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