fix: add zernio-mcp executable and rebrand package to zernio-sdk#16
Merged
fix: add zernio-mcp executable and rebrand package to zernio-sdk#16
Conversation
The package was published as zernio-sdk on PyPI but the pyproject.toml still had name="late-sdk" and only registered late-mcp/late-mcp-http executables. Users running `uvx zernio-mcp` got an error because the zernio-mcp executable didn't exist. - Rename package from late-sdk to zernio-sdk - Add zernio-mcp and zernio-mcp-http script entry points - Keep late-mcp and late-mcp-http for backward compatibility - Update description, author, and keywords for Zernio branding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n\n- Rename package from
late-sdktozernio-sdk(version bump to 1.2.92)\n- Addzernio-mcpandzernio-mcp-httpscript entry points souvx zernio-mcpworks\n- Keeplate-mcpandlate-mcp-httpfor backward compatibility\n- Update metadata: description, author name, keywords to reflect Zernio branding\n- Updateclaude-desktop-config.jsonexample to usezernio-mcp\n\n## Context\n\nA user reported thatuvx zernio-mcpfails with:\n\nAn executable named `zernio-mcp` is not provided by package `zernio-sdk`.\nThe following executables are available:\n- late-mcp\n- late-mcp-http\n\n\nThe package was rebranded on PyPI but the[project.scripts]inpyproject.tomlstill only registered the oldlate-mcpentry points.\n\n## Test plan\n\n- [ ] After publishing, verifyuvx zernio-mcpstarts the MCP server\n- [ ] Verifyuvx late-mcpstill works (backward compat)\n- [ ] Verifypip install zernio-sdkinstalls both executables