We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Estaed/Lol_Data_MCP_Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•526 B
"""
Services package for League of Legends MCP Server
This package contains service layer implementations for handling data operations
and business logic for the LoL Data MCP Server.
Available services:
- Champion services in champions/ subfolder
- Item services in items/ subfolder
"""
# Services are organized in subpackages
# Import from specific subpackages:
# - from src.services.champions import StatsService, AbilitiesService, PatchNoteService
# - from src.services.items import (future item services)
__all__ = []