Skip to main content
Glama
BUCK569 B
load("@prelude//kotlin/tools:defs.bzl", "java_bootstrap_binary", "java_bootstrap_library") load("@prelude//utils:source_listing.bzl", "source_listing") oncall("build_infra") source_listing() java_bootstrap_library( name = "kapt_base64_encoder_lib", srcs = [ "com/facebook/kapt/KaptBase64Encoder.java", ], source = "11", target = "11", ) java_bootstrap_binary( name = "kapt_base64_encoder", main_class = "com.facebook.kapt.KaptBase64Encoder", visibility = ["PUBLIC"], deps = [ ":kapt_base64_encoder_lib", ], )

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