We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Polloinfilzato/dm20-protocol'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•349 B
"""
Adventure module integration for dm20-protocol.
Provides data models, index caching, and discovery tools for D&D 5e
adventures sourced from the 5etools GitHub mirror.
"""
from .models import AdventureIndexEntry, AdventureSearchResult, StorylineGroup
__all__ = [
"AdventureIndexEntry",
"AdventureSearchResult",
"StorylineGroup",
]