Skip to main content
Glama
orneryd

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

by orneryd
vitest.config.benchmark.ts636 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { // Include only benchmark/exercise tests in testing/agentic include: ['**/testing/agentic/**/*.{test,spec}.?(c|m)[jt]s?(x)'], // Exclude the default excludes exclude: [ '**/node_modules/**', '**/dist/**', '**/build/**', '**/.{idea,git,cache,output,temp}/**', '**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build}.config.*', ], // Pool configuration for test isolation pool: 'forks', poolOptions: { forks: { singleFork: true, }, }, }, });

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