Unit Test Generator
一个 MCP 协议的单元测试生成器。
使用
git clone [email protected]:hanqizheng/unit-test-generator-mcp-server.git
cd unit-test-generator-mcp-server
npm install
npm run build
在 Cursor 完成集成
-
Cursor -> Preferences -> Cursor Settings -> MCP -> Add new global MCP server
-
输入以下配置
{
"mcpServers": {
"unit-test-generator": {
"command": "node",
"args": ["YOUR_MCP_SERVER_BUILD_INDEX_PATH"],
"env": {
"PROJECT_PATH": "YOUR_COMPONENT_LIBRARY_PROJECT_PATH"
},
"transport": "stdio",
"enabled": true,
"description": "component library unit test generator"
}
}
}
Transport:
stdio
Language: 
Created: 4/8/2025
Updated: 4/11/2025
Recommend MCP Servers 💡
xcode-mcp-server
r-huijts
MCP Server implementation for Xcode integration
2025-07-23
voice-status-report-mcp-server
tomekkorbak
A Model Context Protocol (MCP) server that provides voice status updates using OpenAI's text-to-speech API
2025-04-05
elementor-mcp
aguaitech
A simple MCP server for Wordpress Elementor to perform CRUD operations on Elementor page data
2025-04-23
gitlab-mr-mcp
kopfrechner
Interact seamlessly with GitLab repositories to manage merge requests and issues.
2025-03-24
server-cmd
PhialsBasement
An MCP server for executing command-line operations (CMD commands) on Windows and Linux, including SSH connections, designed for integration with MCP-compatible applications.
2024-12-04
@octomind/octomind-mcp
OctoMind-dev
An MCP server for octomind tools, resources and prompts
2025-03-22