Skip to main content
Glama

DeepSource MCP Server

by sapientpants
vitest.config.ts927 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { environment: 'node', globals: true, coverage: { provider: 'v8', reporter: ['text', 'html', 'json-summary', 'lcov'], exclude: [ 'coverage/**', 'dist/**', '*.config.js', '*.config.ts', '.*.js', '**/*.d.ts', 'tests/**', 'test/**', '**/*.spec.ts', '**/*.test.ts', 'docs/**', '.github/**', '.changeset/**', '.claude/**', 'node_modules/**', 'src/dev/**', // Development utilities - no coverage required '**/*.example.ts', // Example files - not part of production code 'scripts/**', // Build scripts - not part of production code ], thresholds: { branches: 80, functions: 80, lines: 80, statements: 80, }, }, }, });

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/sapientpants/deepsource-mcp-server'

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