forked from jan-leila/nix-config
		
	feat: added more config options for mcp servers
This commit is contained in:
		
							parent
							
								
									cf330b1cbb
								
							
						
					
					
						commit
						0f8faadd80
					
				
					 2 changed files with 119 additions and 15 deletions
				
			
		|  | @ -72,9 +72,27 @@ in { | |||
|               enable = true; | ||||
|               mcp = { | ||||
|                 nixos.enable = true; | ||||
|                 eslint.enable = true; | ||||
|                 vitest.enable = true; | ||||
|                 sleep.enable = true; | ||||
|                 eslint = { | ||||
|                   enable = true; | ||||
|                   autoApprove = { | ||||
|                     lint-files = true; | ||||
|                   }; | ||||
|                 }; | ||||
|                 vitest = { | ||||
|                   enable = true; | ||||
|                   autoApprove = { | ||||
|                     list_tests = true; | ||||
|                     run_tests = true; | ||||
|                     analyze_coverage = true; | ||||
|                   }; | ||||
|                 }; | ||||
|                 sleep = { | ||||
|                   enable = true; | ||||
|                   timeout = 18000; # 5 hours to match claude codes timeout | ||||
|                   autoApprove = { | ||||
|                     sleep = true; | ||||
|                   }; | ||||
|                 }; | ||||
|               }; | ||||
|             }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue