"""
UI module for the Speech MCP.
This module provides the UI component of the Speech MCP.
"""
import sys
from speech_mcp.ui.pyqt import run_ui
def main():
"""Run the Speech UI."""
return run_ui()
# Export the PyQt UI components
from speech_mcp.ui.pyqt import PyQtSpeechUI, run_ui
__all__ = [
'main',
'PyQtSpeechUI',
'run_ui'
]
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/Kvadratni/speech-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server