Skip to main content
Glama
bytes_safe.go479 B
// +build appengine appenginevm package jsonparser import ( "strconv" ) // See fastbytes_unsafe.go for explanation on why *[]byte is used (signatures must be consistent with those in that file) func equalStr(b *[]byte, s string) bool { return string(*b) == s } func parseFloat(b *[]byte) (float64, error) { return strconv.ParseFloat(string(*b), 64) } func bytesToString(b *[]byte) string { return string(*b) } func StringToBytes(s string) []byte { return []byte(s) }

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