We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jacksmith3888/wuwa-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•251 B
"""Service layer for business logic."""
from .artifact_service import ArtifactService
from .character_service import CharacterService
from .markdown_service import MarkdownService
__all__ = ["ArtifactService", "CharacterService", "MarkdownService"]