Skip to main content
Glama

EVE Online OSINT MCP Server

vitest.config.ts574 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { testTimeout: 10000, // 10 seconds timeout for all tests hookTimeout: 10000, // 10 seconds timeout for hooks teardownTimeout: 10000, // 10 seconds timeout for teardown globals: true, environment: 'node', setupFiles: ['./src/test-setup.ts'], // Suppress unhandled promise rejection warnings in tests onConsoleLog: (log, type) => { if (type === 'stderr' && log.includes('PromiseRejectionHandledWarning')) { return false; } }, }, });

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/kongyo2/EVE-Online-OSINT-MCP'

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