Skip to main content
Glama

firefox-devtools-mcp

vitest.config.ts776 B
import { defineConfig } from 'vitest/config'; import path from 'path'; export default defineConfig({ test: { globals: true, environment: 'node', setupFiles: ['./tests/setup.ts'], coverage: { provider: 'v8', reporter: ['text', 'json', 'html', 'lcov'], exclude: [ 'node_modules/**', 'dist/**', 'old/**', '**/*.d.ts', '**/*.config.*', '**/mockData.ts', 'tests/**', 'scripts/**', ], thresholds: { branches: 30, functions: 30, lines: 8, statements: 8, }, }, include: ['tests/**/*.test.ts'], exclude: ['node_modules', 'dist'], }, resolve: { alias: { '@': path.resolve(__dirname, './src'), }, }, });

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