Skip to main content
Glama

XcodeBuildMCP

vitest.config.ts1.13 kB
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { environment: 'node', globals: true, include: [ 'src/**/__tests__/**/*.test.ts' // Only __tests__ directories ], exclude: [ 'node_modules/**', 'build/**', 'coverage/**', 'bundled/**', 'example_projects/**', '.git/**', '**/*.d.ts', '**/temp_*', '**/full-output.txt', '**/experiments/**', '**/__pycache__/**', '**/dist/**' ], pool: 'threads', poolOptions: { threads: { maxThreads: 4 } }, env: { NODE_OPTIONS: '--max-old-space-size=4096' }, testTimeout: 30000, hookTimeout: 10000, teardownTimeout: 5000, coverage: { provider: 'v8', reporter: ['text', 'json', 'html'], exclude: [ 'node_modules/**', 'build/**', 'tests/**', 'example_projects/**', '**/*.config.*', '**/*.d.ts' ] } }, resolve: { alias: { // Handle .js imports in TypeScript files '^(\\.{1,2}/.*)\\.js$': '$1' } } });

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/cameroncooke/XcodeBuildMCP'

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