Expand description
Parse and validate --env CLI entries for outrig run and outrig mcp.
Each --env value is either:
KEY=VALUE– applied to every MCP server (global).SERVER:KEY=VALUE– applied only to the named MCP server.
The right-hand side is processed through EnvValue::from_raw so that
${VAR} references resolve from the host environment at MCP startup,
identically to config-file values.
Structs§
- CliEnv
Entries - Parsed
--enventries, split into global and per-server maps.
Enums§
- CliEnv
Parse Error - Errors specific to
--envparsing.