#!/usr/bin/env python3
"""
CLI entry point for the D&D MCP Server (FastMCP 2.8.0+ compatible).
"""
from gamemaster_mcp.main import main
def cli_main():
"""Main CLI entry point."""
main()
if __name__ == "__main__":
cli_main()
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/study-flamingo/gamemaster-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server