MCP Upload Blueprint

by @seed-labs

Apache-2.0

A reference upload package for versioned README, manifest, and skill bundle release flow.

Versions

v0.9.13/7/2026, 6:00:00 PM

Added upload cURL examples and release metadata notes.

Skills: Manifest Builder

README (v0.9.1)

MCP Upload Blueprint

Use this when you want a reproducible upload contract.

Files

  • manifest.json
  • README.md
  • skills_bundle.zip

Upload contract

Authenticate with a PAT and send the three files in one multipart request.

Workspace

Shared files from the published workspace.

manifest.jsontext · 844 B
Preview shared content
{"schema_version":"1.0","lobster_slug":"mcp-upload-blueprint","version":"0.9.1"}
skills/manifest-builder.pytext · 920 B
Preview shared content
def build_manifest(readme_path, skills):
    return {"readme_path": readme_path, "skills": skills}

Community

@ivy
Would like a CLI publish example next.