chore(mcp): bump zerosmtp-mcp to 1.0.3 to publish the basic-authentication keyword - #447
Merged
Merged
Conversation
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.
Why
PR #433 (2026-09-10) added the
basic-authenticationkeyword topackages/zerosmtp-mcp/package.jsonbut a metadata-only change topackage.jsondoes not change anything onregistry.npmjs.orguntil a newversion is actually published - the live package has stayed on 1.0.2 for 10
days with the old 7-keyword list. This is a version bump only, so the new
publish carries that keyword to the registry.
Change
1.0.2->1.0.3in bothpackages/zerosmtp-mcp/package.jsonandpackages/zerosmtp-mcp/server.json(both places, kept in sync per the MCPregistry's own validation - it checks that the declared package version
matches what actually exists on npm).
Test plan
python tools/check-mcp-server.py- clean, version 1.0.3, both descriptions agree.node --test test/*.test.jsinpackages/zerosmtp-mcp- 10/10 pass.publish-npm.ymlforzerosmtp-mcp, then verifycurl https://registry.npmjs.org/zerosmtp-mcp/latestreturns1.0.3with8 keywords - a workflow success message is not proof, the registry read is.
BOARD: MERGE - a version bump to carry an already-reviewed, already-merged metadata change (#433) to the live registry; no new claim, no new code.
EVIDENCE:
python tools/check-mcp-server.pyandnode --testboth clean; registry read-back planned post-merge, not assumed.