Skip to main content
Glama

MCP Ollama Consult Server

by Atomic-Germ
vitest.config.ts•544 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { globals: true, environment: 'node', coverage: { provider: 'v8', reporter: ['text', 'lcov', 'html'], exclude: [ 'node_modules/**', 'dist/**', 'test/**', '**/*.test.ts', '**/*.d.ts', 'src/demo-client.ts', 'src/types/js-yaml.d.ts', ], thresholds: { branches: 30, functions: 45, lines: 40, statements: 40, }, }, }, });

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/Atomic-Germ/mcp-consult'

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