env
Method
This is a method of the TransportConfig class in the mcp module.Add an environment variable
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
env: Add an environment variable
This is a method of the TransportConfig class in the mcp module.Add an environment variable
def env(mut self, key: impl Into<String>, value: impl Into<String>) -> Self