Skip to main content
Glama
by Ritesh-sudo
cli.ts1.27 kB
#!/usr/bin/env node /** * @license * Copyright 2023 Google Inc. * SPDX-License-Identifier: Apache-2.0 */ import {CLI, Browser} from '@puppeteer/browsers'; import {PUPPETEER_REVISIONS} from 'puppeteer-core/internal/revisions.js'; import puppeteer from '../puppeteer.js'; const cacheDir = puppeteer.configuration.cacheDirectory!; void new CLI({ cachePath: cacheDir, scriptName: 'puppeteer', prefixCommand: { cmd: 'browsers', description: 'Manage browsers of this Puppeteer installation', }, allowCachePathOverride: false, pinnedBrowsers: { [Browser.CHROME]: { buildId: puppeteer.configuration.browserRevision || PUPPETEER_REVISIONS['chrome'] || 'latest', skipDownload: puppeteer.configuration.skipChromeDownload ?? false, }, [Browser.FIREFOX]: { buildId: puppeteer.configuration.browserRevision || PUPPETEER_REVISIONS['firefox'] || 'latest', skipDownload: true, }, [Browser.CHROMEHEADLESSSHELL]: { buildId: puppeteer.configuration.browserRevision || PUPPETEER_REVISIONS['chrome'] || 'latest', skipDownload: puppeteer.configuration.skipChromeHeadlessShellDownload ?? false, }, }, }).run(process.argv);

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/Ritesh-sudo/MCPJobSearch'

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