We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ComplianceCow/cow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
errordesc.py•368 B
# Error Message Descriptions
ValidationError = "There are some validation error in the request"
InvalidRequestBody = "Cannot read the body from the request"
InvalidJSONBody = "Cannot unmarshal the body from the request.Invalid JSON"
ResourceNotFound = "Resource you requested for is not found"
InternalServerError = "Internal server error"
BadRequest = "Bad Request"