Add Option to Disable MCP Servers (#513)

This commit is contained in:
Timo Clasen
2025-06-29 03:05:31 +02:00
committed by GitHub
parent 3a9584a419
commit f0962e2d9c
3 changed files with 20 additions and 0 deletions

View File

@@ -264,6 +264,10 @@
"type": "string"
},
"description": "Environment variables to set when running the MCP server"
},
"enabled": {
"type": "boolean",
"description": "Enable or disable the MCP server on startup"
}
},
"required": ["type", "command"],
@@ -280,6 +284,10 @@
"url": {
"type": "string",
"description": "URL of the remote MCP server"
},
"enabled": {
"type": "boolean",
"description": "Enable or disable the MCP server on startup"
}
},
"required": ["type", "url"],