Skip to main content
Glama
NorthSeacoder

Frontend Test Generation & Code Review MCP Server

topic.ts308 B
import { z } from 'zod'; export const TestScenario = z.enum([ 'happy-path', 'edge-case', 'error-path', 'state-change', ]); export type TestScenario = z.infer<typeof TestScenario>; // 为向后兼容保留 Topic 别名 export const Topic = TestScenario; export type Topic = z.infer<typeof Topic>;

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

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