Skip to main content
Glama

MCP Browser Screenshot Server

http-error.jsโ€ข506 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const http_1 = require("http"); /** * Error subclass to use when an HTTP application error has occurred. */ class HTTPError extends Error { constructor(statusCode, message = http_1.STATUS_CODES[statusCode]) { super(message); this.statusCode = statusCode; this.code = `E${String(message).toUpperCase().replace(/\s+/g, '')}`; } } exports.default = HTTPError; //# sourceMappingURL=http-error.js.map

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/seabassgonzalez/mcp-browser-screenshot'

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