"""
Unit tests for the cache service.
"""
import pytest
from infrastructure.cache.cache_service import CacheService
class TestCacheService:
"""Tests for the CacheService interface."""
def test_cache_service_is_abstract(self):
"""Test that CacheService is an abstract class."""
with pytest.raises(TypeError):
CacheService() # Should raise TypeError because it's an abstract class
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/cabrit0/mcp_server_reuneMacacada'
If you have feedback or need assistance with the MCP directory API, please join our Discord server