We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mobile-dev-inc/Maestro'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
Error.kt•204 B
package xcuitest.api
import com.fasterxml.jackson.annotation.JsonProperty
data class Error(
@JsonProperty("errorMessage") val errorMessage: String,
@JsonProperty("code") val errorCode: String,
)