Skip to main content
Glama
consts.go787 B
//go:build pro package handlers const ( QueryParamSeqID = "sequence_id" HeaderAsyncLocation = "location" RetrievePath = "/retrieve" RegisterPath = "/" AsyncServiceHeaderName = "X-Lunar-Async" AsyncServiceEnqueuedHeaderName = "X-Lunar-Enqueued" asyncServiceFlowIndicatorHeaderName = "X-Lunar-Async-Flow" asyncServiceResponseNotAllowedHeaderName = "X-Lunar-Async-State" asyncServiceResponseRegister = "register" asyncServiceResponseBlocked = "blocked" asyncServiceResponseError = "error" asyncServiceResponseRetry = "retry" ) type workerResult int const ( addToIdle workerResult = iota addToPending addToErrors noOperation addResponse )

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/TheLunarCompany/lunar'

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