mcp.policy.parse_environment_values
Rust
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- mcp.policy.parse_environment_values ( value : Option<&str> ) Result<BTreeSet<String>, SurfaceError>
-
Parse the operator's allowed environment names.
Absent or empty allows none. A name is compared exactly, so
PATHdoes not allowpath.Errors
Returns an error for an empty element, a name containing
=or NUL, or more than 32 names.