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"
}
}
}
Recommend MCP Servers 💡
MayaMCP
Model Context Protocol (MCP) server implementation for Autodesk Maya
apiweaver
APIWeaver is a FastMCP server that dynamically creates MCP servers from web API configurations, enabling AI assistants to integrate with any REST API, GraphQL endpoint, or web service.
cutterMCP
An MCP server that integrates with Cutter to enable LLMs to autonomously reverse engineer applications, exposing Cutter's core functionality for binary analysis.
fastmcp-sonarqube-metrics
Explore SonarQube metrics, trends, and issues via FastMCP.
mobsf-mcp-server
MCP server using mobsf api's to scan and analyze apk and ipa files.
ayushps1/remote-mcp-server
A remote Model Context Protocol (MCP) server designed to run on Cloudflare Workers, providing tools (like a math tool) accessible via SSE with OAuth login.