Skip to main content
Glama
toolchain.bzl548 B
RootfsToolchainInfo = provider(fields = { "rootfs_build": typing.Any, }) def rootfs_toolchain_impl(ctx) -> list[[DefaultInfo, RootfsToolchainInfo]]: """ A rootfs toolchain. """ return [ DefaultInfo(), RootfsToolchainInfo( rootfs_build = ctx.attrs._rootfs_build, ), ] rootfs_toolchain = rule( impl = rootfs_toolchain_impl, attrs = { "_rootfs_build": attrs.dep( default = "prelude-si//rootfs:rootfs_build.sh", ), }, 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