Skip to main content
Glama

MCP Browser Screenshot Server

SimpleTransport.d.tsโ€ข519 B
import { EventEmitter } from '../utils/EventEmitter.js'; /** * Implements simple transport that allows sending string messages via * `sendCommand` and receiving them via `on('message')`. */ export declare class SimpleTransport extends EventEmitter<Record<'message', string>> { #private; /** * @param sendCommandDelegate delegate to be called in `sendCommand`. */ constructor(sendCommandDelegate: (plainCommand: string) => Promise<void>); sendCommand(plainCommand: string): Promise<void>; }

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