We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ssimonitch/mcp-pyboy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•289 B
"""
Frontend debugging interface for MCP PyBoy Server.
This module provides a web-based debugging interface for monitoring and controlling
the MCP PyBoy server during development. It is not part of the core MCP functionality
but rather a supplementary tool for testing and debugging.
"""