We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kvadratni/speech-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""
Entry point for running the PyQt UI directly.
This module allows the PyQt UI to be run directly for testing.
"""
import sys
from speech_mcp.ui.pyqt.pyqt_ui import run_ui
if __name__ == "__main__":
# Run the UI
sys.exit(run_ui())