Skip to main content
Glama

Lighthouse MCP

by mizchi
setup.tsโ€ข428 B
import { vi } from 'vitest'; // Mock node:sqlite for tests vi.mock('node:sqlite', () => ({ DatabaseSync: class DatabaseSync { constructor(_path: string) {} prepare(_sql: string) { return { run: (..._params: any[]) => ({ lastInsertRowId: 1, changes: 1 }), get: (..._params: any[]) => null, all: (..._params: any[]) => [], }; } exec(_sql: string) {} close() {} }, }));

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/mizchi/lighthouse-mcp'

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