We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/skylarbarrera/react-devtools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
worker.B9FxPCaC.d.ts•215 B
import { MessagePort } from 'node:worker_threads';
import { C as ContextRPC } from './worker.tN5KGIih.js';
interface WorkerContext extends ContextRPC {
port: MessagePort;
}
export type { WorkerContext as W };