Skip to main content
Glama

Kibela MCP Server

Official
by kibela
vitest.config.js664 B
import { defineConfig } from "vitest/config"; import dotenv from "dotenv"; export default defineConfig({ test: { globals: true, environment: "node", include: ["src/**/__tests__/**/*.test.ts"], coverage: { reporter: ["text", "json", "html"], exclude: [ "node_modules/**", "**/*.d.ts", "./*.{ts,js}", "**/__tests__/**", "bin", "src/generated", "src/lib/env.ts", "src/index.ts", "src/lib/server.ts", "src/lib/schemas.ts", "src/lib/intl.ts", "src/lib/config.ts" ], }, env: dotenv.config({ path: ".env.test" }).parsed, }, });

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

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