atoti_ai.StdioMcpServerConfig(The configuration of an MCP server run as a local process, communicating over standard input and output. The process is started by the session and runs under the same operating system account.
*,
command: str,
args: Sequence[str] =(),
env: Mapping[str, str] | None =None,
)
Attributes
command
The executable to run, for example"node".
args
The arguments to pass tocommand.