We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/inkbytefo/ScreenMonitorMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
main.py•241 B
#!/usr/bin/env python3
"""
ScreenMonitorMCP v2 - Ana Uygulama Giriş Noktası
Çift Kanallı Etkileşimli Analiz Mimarisi ile MCP v3 protokolünü destekler.
"""
from .app import app
# FastAPI uygulamasını dışa aktar
__all__ = ["app"]