We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/timowhite88/Farnsworth'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•349 B
"""
Farnsworth Unreal Engine 5 Integration.
Provides automation for UE5 via Python API or remote connection.
Note: The 'unreal' module is only available inside the UE5 Editor.
For external control, use the RPC bridge.
"""
from .bridge import UE5Bridge
from .translator import UE5CommandTranslator
__all__ = ['UE5Bridge', 'UE5CommandTranslator']