Skip to main content
Glama
model.go1.43 kB
package common import ( "errors" sharedActions "lunar/shared-model/actions" sharedConfig "lunar/shared-model/config" ) var ErrCouldNotDumpCombinedAgg = errors.New( "could not dump combined aggregation", ) type ( RequestActiveRemedies map[sharedConfig.RemedyType][]sharedActions.RemedyReqRunResult ResponseActiveRemedies map[sharedConfig.RemedyType][]sharedActions.RemedyRespRunResult ) type AccessLog struct { Timestamp int64 `json:"timestamp"` Duration int `json:"duration"` TotalDuration int `json:"total_duration"` // spoe time + provider time StatusCode int `json:"status_code"` Method string `json:"method"` Host string `json:"host"` URL string `json:"url"` RequestActiveRemedies RequestActiveRemedies `json:"request_active_remedies"` ResponseActiveRemedies ResponseActiveRemedies `json:"response_active_remedies"` Interceptor string `json:"interceptor"` ConsumerTag string `json:"consumer_tag"` Internal bool `json:"internal"` RequestID string `json:"request_id"` } type Interceptor struct { Type string `json:"type"` Version string `json:"version"` }

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