Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
format | No | Default output format | detailed |
timeout | No | Test timeout in milliseconds | 30000 |
verbose | No | Enable debug information |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Vitest MCP Server Usage Guide | Instructions for using the Vitest MCP server tools |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_tests | Find and list test files in the project or specified directory |
run_tests | Execute Vitest commands with configurable output formatting optimized for LLM consumption |
analyze_coverage | Run comprehensive coverage analysis with detailed metrics about line, function, and branch coverage |