upload_local_file
Upload a file from your local machine to the Colab runtime by specifying its local path.
Instructions
Uploads a file from the local machine running this MCP server to the Colab runtime. Prefer this over upload_file when the source is a local path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Absolute or relative path on the local machine running the MCP server. | |
| path | Yes | Destination path in the Colab runtime, for example /content/train.py. | |
| overwrite | No | ||
| makeParents | No |