Skip to main content
Glama
exceptions.py469 B
#!/usr/bin/python # coding: utf-8 class AuthError(Exception): """ Authentication error """ pass class UnauthorizedError(AuthError): """ Unauthorized error """ pass class MissingParameterError(Exception): """ Missing Parameter error """ pass class ParameterError(Exception): """ Parameter error """ pass class LoginRequiredError(Exception): """ Authentication error """ pass

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/Knuckles-Team/archivebox-api'

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