Skip to main content
Glama
BUCK857 B
load("@prelude//utils:source_listing.bzl", "source_listing") oncall("build_infra") source_listing() prelude = native prelude.python_bootstrap_library( name = "library", srcs = [ "inputs.py", "legacy_outputs.py", "outputs.py", ], visibility = ["PUBLIC"], ) prelude.python_bootstrap_binary( name = "merge", main = "merge.py", visibility = ["PUBLIC"], deps = [ ":library", ], ) prelude.python_bootstrap_binary( name = "legacy_merge", main = "legacy_merge.py", visibility = ["PUBLIC"], deps = [ ":library", ], ) # Run the test suite with this command: # buck2 run prelude//python/tools/sourcedb_merger:tests --target-platforms prelude//platforms:default prelude.sh_binary( name = "tests", main = "tests/main.sh", resources = glob(["**/*.py"]), )

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