Skip to main content
Glama

Warp SQL Server MCP

by egarcia74
vitest.config.js672 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { globals: true, environment: 'node', setupFiles: ['./test/setup.js'], include: ['test/**/*.test.js'], exclude: [ 'test/archived/**', 'test/integration/manual/**', // Exclude manual integration tests from automated runs 'test/protocol/**' // Exclude protocol tests from automated runs (require live DB) ], env: { NODE_ENV: 'test' }, coverage: { provider: 'v8', reporter: ['text', 'json', 'html'], include: ['index.js', 'lib/**/*.js'], exclude: ['test/**', 'scripts/**', 'node_modules/**'] } } });

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/egarcia74/warp-sql-server-mcp'

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