§ Changelogsdk-0-2-0

One name on both registries (sdk-0-2-0)

The TypeScript SDK moves to the unscoped npm name `agentdraft`, so the install line matches PyPI, and the MCP server's package metadata stops pointing at a GitHub org that no longer exists.


Upgrade

pip install -U agentdraft
npm install agentdraft@latest

See each package's ## Upgrade section on its registry page for the package-specific command.

What changed

  • Changed

    The TypeScript SDK is now npm install agentdraft, matching pip install agentdraft exactly. It shipped as @agentdraftio/sdk because the @agentdraft scope is held by an inactive account — but the unscoped name was free the whole time, and guessing the install command is the first thing anyone tries. The old package stays on npm, deprecated with a pointer to the new one.

  • Fixed

    agentdraft-mcp on PyPI advertised its source, issue tracker, and changelog under github.com/GipsyChef/agentdraft — an org that no longer exists, so all three links 404'd. PyPI release metadata cannot be edited after upload, so this is fixed by releasing 0.1.1. The Python SDK's 0.1.1 shipped with no repository link at all; 0.1.2 adds one.

  • Fixed

    The script that generates the published install commands had a hardcoded @agentdraft/sdk — a package this project does not own — that would have overwritten the correct commands on the next site build. It now reads every package name from the manifest it releases from, so the docs cannot advertise a package that isn't ours.

  • Added

    The MCP server carries a server.json for the official MCP Registry and a smithery.yaml for Smithery, so agentdraft-mcp can be listed where developers shop for agent tooling rather than only found by name on PyPI.

  • Added

    agentdraft-mcp now has a public source repository at ryabinski-labs/agentdraft-mcp. The MCP registry, Smithery, PulseMCP and Glama all resolve a server through a public GitHub repo, and AgentDraft's application repo is private — so the server's directory is published as a mirror. Its Repository link on PyPI now opens, and you can read the code before you install it.

  • Fixed

    Structured data on every page and blog post listed a github.com/ryabinski-labs/agentdraft-engine-reference repository that returns 404, and linked an npm organization page instead of the package. Both are corrected.