Skip to main content
Glama
token.go481 B
package ini type lineToken interface { isLineToken() } type lineTokenProfile struct { Type string Name string } func (*lineTokenProfile) isLineToken() {} type lineTokenProperty struct { Key string Value string } func (*lineTokenProperty) isLineToken() {} type lineTokenContinuation struct { Value string } func (*lineTokenContinuation) isLineToken() {} type lineTokenSubProperty struct { Key string Value string } func (*lineTokenSubProperty) isLineToken() {}

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/mozillazg/kube-audit-mcp'

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