Skip to main content
Glama

firefox-devtools-mcp

tsup.config.ts874 B
import { defineConfig } from 'tsup'; export default defineConfig([ // Main MCP server build { entry: ['src/index.ts'], outDir: 'dist', format: ['esm'], target: 'node20', bundle: true, minify: false, sourcemap: false, clean: true, dts: false, platform: 'node', splitting: false, external: ['selenium-webdriver'], noExternal: ['@modelcontextprotocol/sdk', 'zod', 'dotenv'], }, // Injected snapshot script (browser context) { entry: { 'snapshot.injected': 'src/firefox/snapshot/injected/snapshot.injected.ts', }, outDir: 'dist', format: ['iife'], target: 'es2020', bundle: true, minify: true, sourcemap: false, clean: false, dts: false, platform: 'browser', globalName: '__SnapshotInjected', onSuccess: 'echo "✅ Build completed successfully!"', }, ]);

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/freema/firefox-devtools-mcp'

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