Skip to main content
Glama

MCP-WTIT

by yorifuji
vitest.config.tsโ€ข842 B
import { defineConfig } from 'vitest/config'; import path from 'path'; export default defineConfig({ test: { globals: true, environment: 'node', include: ['tests/**/*.test.ts'], coverage: { provider: 'v8', reporter: ['text', 'json', 'html'], exclude: [ 'node_modules/**', 'dist/**', '**/*.d.ts', '**/*.config.*', '**/index.ts', ], thresholds: { branches: 80, functions: 80, lines: 80, statements: 80, }, }, }, resolve: { alias: { '@domain': path.resolve(__dirname, './src/domain'), '@application': path.resolve(__dirname, './src/application'), '@infrastructure': path.resolve(__dirname, './src/infrastructure'), '@shared': path.resolve(__dirname, './src/shared'), }, }, });

Latest Blog Posts

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/yorifuji/mcp-wtit'

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