Skip to main content
Glama
runtime_dependency_handling.bzl969 B
# Copyright (c) Meta Platforms, Inc. and affiliates. # # This source code is licensed under both the MIT license found in the # LICENSE-MIT file in the root directory of this source tree and the Apache # License, Version 2.0 found in the LICENSE-APACHE file in the root directory # of this source tree. # Additional behavior for how to handle runtime dependencies RuntimeDependencyHandling = enum( # Do no additional handling "none", # Always include runtime dependencies in a symlink tree, regardless # of whether shared linkage is used or not. Only include first level deps. "symlink_single_level_only", # Always include runtime dependencies in a symlink tree, regardless # of whether shared linkage is used or not. Include transitive deps. "symlink", ) def cxx_attr_runtime_dependency_handling(ctx: AnalysisContext) -> RuntimeDependencyHandling: return RuntimeDependencyHandling(ctx.attrs.runtime_dependency_handling or "none")

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