MCP Environment & Installation Manager

by devlimelabs

enable-auto-localize

Automate MCP server localization by enabling automatic language and region configuration to streamline environment setup and management.

Input Schema

NameRequiredDescriptionDefault
enabledYesWhether 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" }
ID: kykgc78z0v