File Download Local
file.download_localDownload Minecraft server instance files from MCSManager to the local filesystem for backup, analysis, or modification. Specify the remote file path and optional local output location.
Instructions
Download one MCSManager instance file to the MCP server local filesystem. 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. | |
| file_name | Yes | Remote file path to download. | |
| local_path | No | Optional local output path. Defaults to /tmp/minecraft-ops-mcp-downloads/<file>. | |
| daemon_public_base_url | No | Optional daemon base URL override, for example http://host:24444. | |
| overwrite | No | Overwrite local_path if it already exists. | |
| 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 | |||