Skip to main content
Glama
toolchain.bzl519 B
E2eToolchainInfo = provider(fields = { "e2e_test": typing.Any, }) def e2e_toolchain_impl(ctx) -> list[[DefaultInfo, E2eToolchainInfo]]: """ A e2e test execution toolchain. """ return [ DefaultInfo(), E2eToolchainInfo( e2e_test = ctx.attrs._e2e_test, ), ] e2e_toolchain = rule( impl = e2e_toolchain_impl, attrs = { "_e2e_test": attrs.dep( default = "prelude-si//e2e:e2e_test.py", ), }, is_toolchain_rule = True, )

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