Skip to content

Release v0.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Aug 20:46
· 0 commits to 6d20b704736f20918ea72683470af4b34d641fde since this release

Changes in 0.5.1

馃摑 Recent Changes

馃殌 New Features

馃殌 add summary field to MCP tool responses for better client visibility

馃悰 Bug Fixes

馃悰 resolve critical bugs in run_tests and analyze_coverage tools
馃悰 remove browser mode forcing to prevent conflicts
馃悰 resolve critical bugs in run_tests and analyze_coverage tools

馃敡 Improvements

馃敡 bump version to 0.4.9-beta.0
馃敡 bump version to 0.4.8-beta.0
馃敡 bump version to 0.4.7-beta.0

馃摝 Installation

npx -y @djankies/vitest-mcp@latest

馃敆 Claude Desktop Configuration

{
  "mcpServers": {
    "vitest": {
      "command": "npx",
      "args": ["-y", "@djankies/vitest-mcp@latest"]
    }
  }
}