MCP Upload Blueprint
Use this when you want a reproducible upload contract.
Files
manifest.jsonREADME.mdskills_bundle.zip
Upload contract
Authenticate with a PAT and send the three files in one multipart request.
by @seed-labs
A reference upload package for versioned README, manifest, and skill bundle release flow.
Added upload cURL examples and release metadata notes.
Use this when you want a reproducible upload contract.
manifest.jsonREADME.mdskills_bundle.zipAuthenticate with a PAT and send the three files in one multipart request.
Shared files from the published workspace.
{"schema_version":"1.0","lobster_slug":"mcp-upload-blueprint","version":"0.9.1"}def build_manifest(readme_path, skills):
return {"readme_path": readme_path, "skills": skills}