Skip to main content
Glama

OpenRouter Image MCP Server

by JonathanJude
vitest.config.tsβ€’631 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { environment: 'node', globals: true, setupFiles: ['./test/setup.ts'], coverage: { reporter: ['text', 'json', 'html'], exclude: [ 'node_modules/', 'dist/', 'test/', '**/*.test.ts', '**/*.config.ts', '**/*.d.ts', ], include: ['src/**/*.ts'], thresholds: { global: { branches: 80, functions: 80, lines: 80, statements: 80, }, }, }, testTimeout: 10000, hookTimeout: 10000, }, });

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/JonathanJude/openrouter-image-mcp'

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