loading…
Search for a command to run...
loading…
Enables AI assistants to run, list, and analyze Lupa test suites, returning structured JSON results for debugging.
Enables AI assistants to run, list, and analyze Lupa test suites, returning structured JSON results for debugging.
A standalone Model Context Protocol (MCP) server for the Lupa Testing Framework.
This server allows AI assistants (like Claude Desktop, Cursor, or Windsurf) to natively understand, run, and analyze your Lupa test suites. By exposing Lupa's programmatic execution API as standardized tools, your AI can automatically run tests, read structured JSON results, and help you fix failing specs.
lupa_run_tests and lupa_list_tests to any MCP-compliant client.@pawel-up/lupa version installed in your target project.You don't need to install this inside your project. Instead, configure your MCP client (IDE or AI assistant) to use npx to spawn the server globally.
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"lupa": {
"command": "npx",
"args": ["-y", "@pawel-up/lupa-mcp"]
}
}
}
In your IDE settings for MCP Servers, add a new server:
command (or stdio)npx -y @pawel-up/lupa-mcpOnce connected, simply ask your AI:
"Run my Lupa tests and tell me why they are failing."
The server provides the following tools to the AI:
lupa_run_testsExecutes Lupa tests and returns structured JSON results. The AI uses this to identify failing tests and read error stacks.
configPath (required): Absolute path to the lupa.config.ts file in the target project.files, suites, tags, tests (optional): Standard Lupa filters.lupa_list_testsLists all available test files, suites, and tests without actually executing them. Useful for the AI to discover what tests exist in the project.
lupa_run_tests.If you are developing or modifying the MCP server itself:
# Install dependencies
npm install
# Build the project
npm run build
# Run the server locally (using the compiled dist/index.js)
node dist/index.js
Выполни в терминале:
claude mcp add lupa-mcp-server -- npx Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzНе уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai