Skip to main content
Glama

Firebase MCP

vitest.config.ts1.02 kB
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { globals: true, environment: 'node', setupFiles: ['./vitest.setup.ts'], include: ['**/__tests__/**/*.ts?(x)', '**/?(*.)+(spec|test).ts?(x)'], exclude: [ '**/node_modules/**', '**/dist/**', '**/cypress/**', '**/.{idea,git,cache,output,temp}/**', '**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build}.config.*', '**/test-utils.ts', ], coverage: { provider: 'v8', reporter: ['text', 'html', 'lcov', 'json-summary'], reportsDirectory: './coverage', exclude: [ 'node_modules/**', 'dist/**', '**/*.d.ts', '**/*.test.ts', '**/*.spec.ts', `eslint.config.js`, 'vitest.config.ts', 'vitest.setup.ts', '**/test-utils.ts', ], thresholds: { statements: 50, branches: 65, functions: 80, lines: 50, }, }, }, });

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/gannonh/firebase-mcp'

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