Skip to main content
Glama
BUCK717 B
load("@prelude//utils:source_listing.bzl", "source_listing") oncall("build_infra") source_listing() erlang_application( name = "cth_hooks", srcs = glob([ "src/*.erl", "src/*.hrl", ]), applications = [ "kernel", "stdlib", "common_test", ], erl_opts = [ "+debug_info", "+warnings_as_errors", ], shell_libs = [], use_global_parse_transforms = False, visibility = ["PUBLIC"], ) erlang_application( name = "compiled_suites", srcs = glob(["tests/cth_tpx_SUITE_data/*.erl"]), applications = ["stdlib"], erl_opts = [ "+debug_info", "+warnings_as_errors", ], visibility = ["PUBLIC"], )

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