Skip to main content
Glama

Yourware MCP

by ai-zerolab

upload_project

Transfer files or directories to the Yourware platform for deployment. Specify an absolute file path or consolidate multiple files into a directory for upload. Simplifies project showcasing.

Instructions

Upload a file or directory to yourware, might be a dist/out directory or a single html file. Use absolute path if possible. For multiple files, you should move them to a directory first, then use this tool to upload the directory

Input Schema

NameRequiredDescriptionDefault
cwdNo
file_pathYes

Input Schema (JSON Schema)

{ "properties": { "cwd": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cwd" }, "file_path": { "title": "File Path", "type": "string" } }, "required": [ "file_path" ], "title": "upload_projectArguments", "type": "object" }

Other Tools from Yourware MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ai-zerolab/yourware-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server