Skip to main content
Glama
init.go373 B
package webhook // RegisterAllAdapters registers all platform adapters. func RegisterAllAdapters() { RegisterAdapter("feishu", &FeishuAdapter{}) RegisterAdapter("dingtalk", &DingtalkAdapter{}) RegisterAdapter("wechat", &WechatAdapter{}) RegisterAdapter("default", &DefaultAdapter{}) // Future adapters can be registered here } func init() { RegisterAllAdapters() }

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

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