We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hangwin/mcp-chrome'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
devtools.d.ts•330 B
// Single-file shim for all deep imports from chrome-devtools-frontend.
// This prevents TypeScript from type-checking the upstream DevTools source tree.
// Runtime still loads the real package; this file is types-only and local to TS.
declare module 'chrome-devtools-frontend/*' {
const anyExport: any;
export = anyExport;
}