You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add core volume infrastructure types.
* Add VolumeEntry and VolumesEntry types to config layer
* Add VariableTypeVolume constant to packages layer
* Add Path and From fields to ArgumentMetadata for volumes
* Add execution context volume support.
* Add VolumeExecutionContext type for volume mappings
* Add Volumes, RawVolumes fields to ServerExecutionContext
* Implement volume expansion and raw storage for filtering
* Update Equals() and IsEmpty() to include volumes
* Implement runtime volume handling and validation.
* Add Volume type with String() method for Docker mount formatting
* Add SafeVolumes() for filtered volume access
* Add computeVolumes() to combine config with runtime mappings
* Add validateRequiredVolumes() to check volume configuration
* Add filterVolumes() for cross-server reference filtering
* Wire volume computation into AggregateConfigs
* Integrate Docker volume support in daemon.
* Add volume arguments to Docker container startup
* Insert --volume flags before environment variables
* Use Volume.String() for proper Docker mount formatting
* Update provider registries for volume support.
* Add volume type to Mozilla AI schema with allOf constraints
* Add Path and From field mappings in model
* Add volume processing in registry loader
* Update MCPM registry formatting
* Add comprehensive test coverage for volumes.
* Add TestVolume_String to verify Docker mount formatting
* Add TestDaemon_DockerVolumeArguments to test volume flag generation
* Add testdata fixtures for volume loading and cross-server filtering
* Tests cover single/multiple volumes, named volumes, and optional volumes
0 commit comments