Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

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

API reference · Markdown

mcp.policy.parse_environment_values ( value : Option<&str> ) → Result<BTreeSet<String>, SurfaceError>
function [source]
function [source]
mcp.policy.parse_environment_values

Parse the operator's allowed environment names.

Absent or empty allows none. A name is compared exactly, so PATH does not allow path .

Errors

Returns an error for an empty element, a name containing = or NUL, or more than 32 names.

Esc

Type to search.