File Upload Local
file.upload_localUpload local files to Minecraft server directories in MCSManager instances. Specify upload path and local file location, with safety options for confirmation or dry-run preview.
Instructions
Upload a local file into an MCSManager instance directory. Requires confirm=true or dry_run=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| daemonId | No | MCSManager daemon id. Uses MCSM_DEFAULT_DAEMON_ID if omitted. | |
| uuid | No | MCSManager instance UUID. Uses MCSM_DEFAULT_INSTANCE_UUID if omitted. | |
| upload_dir | Yes | Instance directory path to upload into. | |
| local_path | Yes | Local filesystem path readable by this MCP server. | |
| remote_name | No | Optional remote filename. | |
| daemon_public_base_url | No | Optional daemon base URL override, for example http://host:24444. | |
| confirm | No | Required true for high-risk operations. | |
| dry_run | No | Return a preview without executing the operation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||