Skip to content

Releases: marianoviola/sphere-plugin

v1.1.0 — Guided publishing

Choose a tag to compare

@marianoviola marianoviola released this 05 Jul 12:05
fd86324

Sphere plugin v1.1.0

Adds guided publishing to your own Sphere Node.

New

  • publish_fragment — read a prepared local fragment, validate it, then publish content.md + manifest to your configured Sphere Node (PUT /owner/fragments/{id}), reusing the same node URL and token as the read tools.
    • Hard validation gate: a structurally invalid fragment is refused locally — the node is never called.
    • Advisory readiness is reported but never blocks.
    • On success, reports the node's canonical URL for the fragment.
    • If the node URL/token isn't set, it explains how to configure it instead of failing.

Recommended flow: prepare_fragmentvalidate_fragmentanalyze_fragment_readinesspublish_fragment.

The plugin remains a thin client: it sends only to the node you configure, holds no hosting credentials, and (for now) publishes manifest + content.md only — media is a planned follow-up.

Install

Download sphere-plugin-1.1.0.mcpb below and open it with Claude Desktop (Extensions → install from file).

Verification

npm test (27 passed), npm run typecheck, and npm run validate-manifest all green; end-to-end publish verified against a running node.

Full changelog: #1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 21:51