mirror of
				https://github.com/openshift/openshift-mcp-server.git
				synced 2025-10-17 14:27:48 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			373 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			373 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| log_level = 3
 | |
| port = "8080"
 | |
| read_only = false
 | |
| disable_destructive = false
 | |
| 
 | |
| denied_resources = [
 | |
|     {group = "", version = "v1", kind = "ServiceAccount"},
 | |
|     {group = "", version = "v1", kind = "Secret"},
 | |
|     {group = "rbac.authorization.k8s.io", version = "v1"}
 | |
| ]
 | |
| 
 | |
| disabled_tools = [
 | |
|     "configuration_view",
 | |
|     "helm_install",
 | |
|     "helm_list",
 | |
|     "helm_uninstall",
 | |
| ]
 | 
