enable-auto-localize
Enable automatic localization of MCP servers to manage environment variables, profiles, and package installations efficiently within the MCP Environment & Installation Manager.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
enabled | Yes | Whether to enable automatic localization of MCP servers |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"enabled": {
"description": "Whether to enable automatic localization of MCP servers",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
}