Property Command
Command
Gets or sets the command to execute.
public string Command { get; set; }
Property Value
- string
The executable name or path. Examples:
"npx"for Node.js package execution"python"or"python3"for Python scripts"uvx"for uv-based Python package execution"/path/to/mcp-server"for native executables
Remarks
This property is required. The transport will throw if it is null or whitespace.