Skip to main content
Glama

Timezone MCP Server

by sam-artuso
vitest.config.mtsβ€’624 B
import { defineConfig } from 'vitest/config'; import swc from 'unplugin-swc'; export default defineConfig({ test: { globals: true, environment: 'node', coverage: { provider: 'v8', reporter: ['text', 'json', 'html'], exclude: [ 'node_modules/', 'dist/', '**/*.spec.ts', '**/*.test.ts', '**/test/**', '**/*.config.{js,ts,mjs,mts}', 'eslint.config.mjs', 'src/main.ts', // Entry point - actual logic is tested via main.test-helper.ts ], }, }, plugins: [ swc.vite({ module: { type: 'es6' }, }), ], });

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/sam-artuso/demo-mcp'

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