Skip to main content
Glama

RyanNg

by campfirein
vitest.config.ts644 B
import { defineConfig } from 'vitest/config'; import path from 'path'; export default defineConfig({ resolve: { alias: { '@core': path.resolve(__dirname, 'src/core'), '@app': path.resolve(__dirname, 'src/app'), }, }, test: { globals: true, environment: 'node', include: process.env.INTEGRATION_TESTS_ONLY ? ['src/**/*integration*.test.ts'] : ['src/**/*.test.ts', 'src/**/*.spec.ts'], exclude: [ '**/node_modules/**', '**/dist/**', '**/build/**', ...(process.env.CI ? ['**/integration/**'] : []), ...(process.env.INTEGRATION_TESTS_ONLY ? [] : ['**/*integration*.test.ts']), ], watch: true, }, });

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/campfirein/cipher'

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