Skip to main content
Glama

swipl-mcp-server

by vpursuit
vitest.config.ts535 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { environment: 'node', testTimeout: 10000, setupFiles: ['./test/setup.js'], include: ['test/**/*.test.ts'], coverage: { include: ['src/**/*.ts'], exclude: ['src/**/*.d.ts'], reporter: ['text', 'html'], reportOnFailure: true, thresholds: { statements: 60, branches: 60, functions: 60, lines: 60 } }, globals: true // Enable Jest-compatible globals } });

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/vpursuit/swipl-mcp-server'

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