Skip to main content
Glama

Frontend Test Generation & Code Review MCP Server

package.json966 B
{ "name": "fe-testgen-mcp", "version": "0.0.1", "description": "Frontend Phabricator Diff Review and Unit Test Generation MCP Server", "type": "module", "main": "dist/index.js", "scripts": { "build": "tsup", "dev": "NODE_ENV=development tsup --watch", "test": "vitest", "typecheck": "tsc --noEmit", "start": "node dist/index.js" }, "keywords": [ "mcp", "phabricator", "code-review", "test-generation", "frontend", "typescript" ], "author": "", "license": "MIT", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "dotenv": "^16.4.7", "openai": "^4.73.0", "yaml": "^2.6.1", "zod": "^3.24.1", "keyv": "^4.5.4", "keyv-file": "^0.2.0", "p-limit": "^5.0.0", "winston": "^3.15.0" }, "devDependencies": { "@types/node": "^22.10.5", "tsup": "^8.3.5", "typescript": "^5.7.2", "vitest": "^2.1.8" } }

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