Skip to main content
Glama

memento-mcp

vitest.config.ts905 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { // Include only our Vitest test files include: ['**/__vitest__/**/*.test.{js,ts}'], // Exclude Jest test files to avoid conflicts exclude: ['**/__tests__/**/*'], // Ensure globals are enabled for compatibility globals: true, // Configure environment (node or jsdom) environment: 'node', // ESM support settings alias: { // Allow importing without .js extension in test files '^(\\.\\.?/.*)(\\.[jt]s)?$': '$1', }, // Coverage configuration coverage: { provider: 'v8', reporter: ['text', 'json', 'html'], include: ['src/**/*.ts'], exclude: ['src/**/*.d.ts', 'src/**/*.test.ts', 'src/dist/**'], thresholds: { branches: 50, functions: 50, lines: 50, statements: 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/memento-mcp'

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