The environment to use when spawning the process.
If not specified or set to None, a subset of the default environment variables from the current process will be used.
Please refer to the MCP SDK documentation for details on which environment variables are included by default. The behavior varies by operating system.
env: NotRequired[dict[str, str] | None]