Skip to main content
Glama

LSP MCP Server

by sminnee
vitest.config.ts562 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { // Longer timeout for LSP operations testTimeout: 30000, hookTimeout: 30000, // Run tests serially to avoid LSP server conflicts pool: 'forks', poolOptions: { forks: { singleFork: true, }, }, // Include test files include: ['test/**/*.test.ts'], // Environment setup globals: true, environment: 'node', }, resolve: { // Ensure proper ESM resolution conditions: ['node', 'default'], }, });

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/sminnee/lsp-mcp'

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