"""
Agent-MCP Terminal User Interface (TUI) Package
This package provides an interactive terminal interface for the Agent-MCP server,
allowing users to monitor and control the server, agents, and tasks through
a colorful, menu-driven interface.
"""
from .main_loop import TUIMainLoop
from .display import TUIDisplay
from .menu import TUIMenu
from .actions import TUIActions
__all__ = ['TUIMainLoop', 'TUIDisplay', 'TUIMenu', 'TUIActions']
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/rinadelph/Agent-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server