Skip to main content
Glama
logs_widget.py387 B
"""Logs Widget - GUI for viewing logs""" from PySide2 import QtWidgets class LogsWidget(QtWidgets.QWidget): """Widget for viewing logs.""" def __init__(self, parent=None): super(LogsWidget, self).__init__(parent) layout = QtWidgets.QVBoxLayout(self) label = QtWidgets.QLabel("Logs Viewer - Implementation in progress") layout.addWidget(label)

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/jango-blockchained/mcp-freecad'

If you have feedback or need assistance with the MCP directory API, please join our Discord server