Skip to main content
Glama

Lara Translate MCP Server

by translated
vitest.config.ts736 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { globals: true, environment: 'node', include: ['**/*.test.ts'], coverage: { provider: 'v8', reporter: ['text', 'json', 'html'], exclude: ['**/node_modules/**', '**/dist/**', '**/coverage/**'] }, }, resolve: { alias: { '#env': new URL('./src/env.ts', import.meta.url).pathname, '#exception': new URL('./src/exception.ts', import.meta.url).pathname, '#logger': new URL('./src/logger.ts', import.meta.url).pathname, '#rest/server': new URL('./src/rest/server.ts', import.meta.url).pathname, '#mcp/server': new URL('./src/mcp/server.ts', import.meta.url).pathname } } });

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/translated/lara-mcp'

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