Skip to main content
Glama
toolchain.bzl550 B
def _toolchain_alias_impl(ctx: AnalysisContext) -> list[Provider]: return ctx.attrs.actual.providers toolchain_alias = rule( doc=""" toolchain_alias acts like alias but for toolchain rules. The toolchain_alias itself is a toolchain rule and the `actual` argument is expected to be a toolchain_rule as well. """, attrs={ "actual": attrs.toolchain_dep( doc="The actual toolchain that is being aliased. This should be a toolchain rule." ) }, impl=_toolchain_alias_impl, 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