§ 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, matchingpip install agentdraftexactly. It shipped as@agentdraftio/sdkbecause the@agentdraftscope 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-mcpon PyPI advertised its source, issue tracker, and changelog undergithub.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 releasing0.1.1. The Python SDK's0.1.1shipped with no repository link at all;0.1.2adds 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.jsonfor the official MCP Registry and asmithery.yamlfor Smithery, soagentdraft-mcpcan be listed where developers shop for agent tooling rather than only found by name on PyPI. - Added
agentdraft-mcpnow 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. ItsRepositorylink 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-referencerepository that returns 404, and linked an npm organization page instead of the package. Both are corrected.