Skip to main content
Glama

Curupira

by drzln
vitest.config.ts875 B
import { defineConfig } from 'vitest/config' import path from 'path' export default defineConfig({ test: { globals: true, environment: 'node', coverage: { provider: 'v8', reporter: ['text', 'json', 'html'], exclude: [ 'node_modules/**', 'dist/**', '**/*.d.ts', '**/*.config.*', '**/mockData/**', 'chrome-extension/**', // Test separately with Playwright ], thresholds: { lines: 80, functions: 80, branches: 80, statements: 80, }, }, include: ['**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'], watchExclude: ['**/node_modules/**', '**/dist/**'], }, resolve: { alias: { '@curupira/shared': path.resolve(__dirname, './shared/src'), '@curupira/types': path.resolve(__dirname, './shared/src/types'), }, }, })

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/drzln/curupira'

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