Skip to main content
Glama

BaaS-MCP

by mbaas-inc
vitest.config.ts385 B
import {defineConfig} from 'vitest/config' import path from 'path' export default defineConfig({ test: { globals: true, environment: 'node', include: ['src/**/*.test.ts'], exclude: ['node_modules', 'dist'], testTimeout: 30000, // 30초 타임아웃 (문서 로딩 고려) }, resolve: { alias: { '@': path.resolve(__dirname, './src'), }, }, })

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/mbaas-inc/BaaS-MCP'

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