Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Speech MCP
Claim
by
Kvadratni
GitHub
Speech Processing
Python
6
Linux
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
speech_mcp
ui
pyqt
src/speech_mcp/ui/pyqt/__init__.py
src/speech_mcp/ui/pyqt/__main__.py
src/speech_mcp/ui/pyqt/pyqt_ui.py
""" 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())