Skip to main content
Glama
.air.toml584 B
# .air.toml # 构建配置 [build] pre_cmd = ["rm -rf bin"] cmd = "go build -o bin/kom" # 使用 Makefile 的 build 目标 bin = "bin/kom -d -v 6" # 可执行文件路径 include_ext = ["go", "html", "css", "js", "json"] # 根据需要添加文件扩展名 exclude_dir = ["bin", "vendor"] exclude_file = ["*.test"] # 颜色配置 [color] main = "yellow" # 监听配置 [watch] include = ["*.go", "assets/**/*"] # 监听 .go 文件和 assets 目录下的所有文件 exclude = ["bin/*", "vendor/*"] # 事件钩子(可选) [event] post_build = "echo \"Build 完成!\""

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/weibaohui/kom'

If you have feedback or need assistance with the MCP directory API, please join our Discord server