Skip to main content
Glama
orneryd

M.I.M.I.R - Multi-agent Intelligent Memory & Insight Repository

by orneryd
vitest.config.ts1.16 kB
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { // Exclude benchmark tests and frontend tests (frontend has its own vitest config) exclude: [ '**/node_modules/**', '**/dist/**', '**/build/**', '**/tools/**', '**/.{idea,git,cache,output,temp}/**', '**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build}.config.*', '**/testing/agentic/**', // Exclude benchmark/exercise tests '**/frontend/**', // Exclude frontend tests - they have their own vitest config with DOM environment ], // Pool configuration for test isolation pool: 'forks', poolOptions: { forks: { singleFork: true, }, }, // Coverage configuration coverage: { exclude: [ '**/node_modules/**', '**/dist/**', '**/build/**', '**/tools/**', '**/testing/**', '**/testing/agentic/**', // Exclude benchmark tests from coverage '**/*.config.*', '**/types/**', '**/.{idea,git,cache,output,temp}/**', ], reporter: ['text', 'json', 'html'], }, }, });

Latest Blog Posts

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/orneryd/Mimir'

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