"""Exceptions for vector provider module."""
class VectorError(Exception):
"""Base exception for vector-related errors."""
pass
class VectorGenerationError(VectorError):
"""Raised when vector generation fails."""
pass
class VectorConfigError(VectorError):
"""Raised when there is an error in vector provider configuration."""
pass
class VectorConnectionError(VectorError):
"""Raised when connection to vector service fails."""
pass
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/allenday/solr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server