We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/angiejones/mcp-selenium'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
<!DOCTYPE html>
<html>
<head>
<title>BiDi Test Page</title>
</head>
<body>
<h1>BiDi Diagnostic Test Page</h1>
<!-- Console log buttons -->
<button id="log-info" onclick="console.log('Hello from console')">Log Info</button>
<button id="log-warn" onclick="console.warn('This is a warning')">Log Warning</button>
<button id="log-error" onclick="console.error('This is a console error')">Log Error</button>
</body>
</html>