feat: added option for auto aprove set root for vitest mcp server

This commit is contained in:
Leyla Becker 2025-09-21 21:04:47 -05:00
parent ca6de5c0cd
commit d35e2c93c1
2 changed files with 2 additions and 0 deletions

View file

@ -84,6 +84,7 @@ in {
list_tests = true; list_tests = true;
run_tests = true; run_tests = true;
analyze_coverage = true; analyze_coverage = true;
set_project_root = true;
}; };
}; };
sleep = { sleep = {

View file

@ -105,6 +105,7 @@ in {
list_tests = lib.mkEnableOption "Should the list_tests tool be auto approved for Vitest MCP server"; list_tests = lib.mkEnableOption "Should the list_tests tool be auto approved for Vitest MCP server";
run_tests = lib.mkEnableOption "Should the run_tests tool be auto approved for Vitest MCP server"; run_tests = lib.mkEnableOption "Should the run_tests tool be auto approved for Vitest MCP server";
analyze_coverage = lib.mkEnableOption "Should the analyze_coverage tool be auto approved for Vitest MCP server"; analyze_coverage = lib.mkEnableOption "Should the analyze_coverage tool be auto approved for Vitest MCP server";
set_project_root = lib.mkEnableOption "Should the set_project_root tool be auto approved for Vitest MCP server";
}; };
}; };
sleep = { sleep = {