Skip to main content
Glama

Master MCP Server

by Jakedismo
vitest.worker.config.ts783 B
import { defineConfig } from 'vitest/config' export default defineConfig({ test: { globals: true, include: ['tests/workers/**/*.{test,spec}.ts'], setupFiles: ['tests/_setup/miniflare.setup.ts'], environment: 'miniflare', environmentOptions: { modules: true, script: undefined, // tests import modules directly bindings: {}, kvNamespaces: [], durableObjects: {}, }, coverage: { reporter: ['text', 'lcov'], provider: 'v8', reportsDirectory: './coverage/workers', all: true, include: ['src/**/*.ts'], exclude: ['src/runtime/node.ts', 'src/types/**'], thresholds: { lines: 0.8, functions: 0.8, branches: 0.75, statements: 0.8, }, }, }, })

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/Jakedismo/master-mcp-server'

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