Skip to main content
Glama

mcp-openvision

by Nazruden
exceptions.py535 B
""" Exceptions for MCP OpenVision. """ class OpenVisionError(Exception): """Base exception for MCP OpenVision errors.""" pass class ConfigurationError(OpenVisionError): """Exception raised for configuration errors.""" pass class OpenRouterError(OpenVisionError): """Exception raised for OpenRouter API errors.""" def __init__(self, status_code, message): self.status_code = status_code self.message = message super().__init__(f"OpenRouter API error ({status_code}): {message}")

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/Nazruden/mcp-openvision'

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