MCPRegistryType
BaseMCPRegistryConfig
- type (MCPRegistryType): The type of the registry.
- os (
Literal["darwin", "linux", "windows"]
): The operating system. It is automatically set to “darwin” for MacOS, “linux” for Linux, and “windows” for Windows. - api_key (Optional[str]): API key for the registry.
get_config
set_default_os
- values (Dict): The values dictionary from the model validation.
_prepare_command_args
- command (str): The base command to run.
- args (List[str]): The arguments for the command.