Skip to main content
Glama

Frontend Test Generation & Code Review MCP Server

tsup.config.ts499 B
import { defineConfig } from 'tsup'; export default defineConfig({ entry: [ 'src/index.ts', 'src/workers/analysis-worker.ts', 'src/workers/generation-worker.ts', 'src/workers/test-runner-worker.ts', ], format: ['esm'], dts: false, // 暂时禁用类型定义生成以避免 FastMCP 类型错误 splitting: false, sourcemap: true, clean: true, minify: false, target: 'node18', platform: 'node', // 确保 Node.js 内置模块正确处理 noExternal: [], });

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/NorthSeacoder/fe-testgen-mcp'

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